Google Associate-Android-Developer Question Answer
What happens when you create a DAO method and annotate it with @Insert?
Example:
@Dao
public interface MyDao {
@Insert(onConflict = OnConflictStrategy.REPLACE)
public void insertUsers(User... users);
}
Google Associate-Android-Developer Summary
- Vendor: Google
- Product: Associate-Android-Developer
- Update on: Jul 30, 2025
- Questions: 128