Skip to content

Instantly share code, notes, and snippets.

@parahall
Created May 12, 2017 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parahall/402a5241ead17f47bc4a21dcb51f4d77 to your computer and use it in GitHub Desktop.
Save parahall/402a5241ead17f47bc4a21dcb51f4d77 to your computer and use it in GitHub Desktop.
@Database(entities = { StarWarsMovie.class }, version = 1) public abstract class AppDatabase
extends RoomDatabase {
public abstract StarWarsMovieDao starWarsMovieModel();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment