N
N
nikita_chiru2016-07-26 19:23:41
Android
nikita_chiru, 2016-07-26 19:23:41

What is the best ORM to use for an application so that the application instantly reacts to a change in the database?

Recommend a quick and easy form for compiling an order basket and selected products ..
now I use Sugar Orm and adding and listing work perfectly, but with deleting the problem, specifically:
1) I don’t know how to delete lines, finding them by name
2) I don’t I know how to make the application instantly respond to a change in the database (for example, I deleted several elements in the database, but the ListView did not change)
Help kind people

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg Gamega, 2016-07-26
@gadfi

I don’t know how to make the application instantly respond to a change in the database

ContentProvider is ideal for this, maybe something can be done with rx and orm for a similar effect, but I have not tried it yet

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question