Skip to content

Instantly share code, notes, and snippets.

@Sinarahimi
Created July 20, 2019 05:28
Show Gist options
  • Save Sinarahimi/223d080ee9f8fe637568cbe9dab9211d to your computer and use it in GitHub Desktop.
Save Sinarahimi/223d080ee9f8fe637568cbe9dab9211d to your computer and use it in GitHub Desktop.
@Dao
public interface MovieDao extends BaseDao<Movie> {
@Query("select * from Movie")
LiveData<List<Movie>> getAll();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment