Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Any reason why you are not using room? developer.android.com/topic/libraries/architecture/room Commented Nov 8, 2018 at 11:00
  • @finki I have some record which I want to load at starting of app.. so I think ready made database of SQLite can help me.. I created database in SQLite DB Browser. Commented Nov 8, 2018 at 11:25
  • That doesn't answer the question. Why do you not use Room? Commented Nov 8, 2018 at 13:04
  • @ZUNJAE you are not really any help here. To op: check this answer here: stackoverflow.com/questions/5086962/… Commented Nov 8, 2018 at 14:27
  • Alright it's fine if I'm not helping, but why would anyone still use SQLiteDatabase manually, without any libraries? Commented Nov 8, 2018 at 14:54