Skip to content

Instantly share code, notes, and snippets.

@amit-bhandari
Created April 14, 2019 14:41
Show Gist options
  • Save amit-bhandari/48e0a79a9a5d6d4c58419d521fe07482 to your computer and use it in GitHub Desktop.
Save amit-bhandari/48e0a79a9a5d6d4c58419d521fe07482 to your computer and use it in GitHub Desktop.
@Database(entities = {Quote.class}, version = 1)
public abstract class MyQuoteDB extends RoomDatabase {
public abstract QuoteDAO quoteDAO();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment