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!
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.