Search code examples
androidmobilechat

How to choose a database for Android application?


I want to create a Chat Android Application, but I am stuck with database choosing.

What is the best database option for such application? Thank you!


Solution

  • I would suggest Room-DB because It works very well with Pagination and ViewModel. It is also ORM and it is realy usefull and fast to use.