A
A
Ashot Ogoltsov2016-02-01 13:19:41
Java
Ashot Ogoltsov, 2016-02-01 13:19:41

Application wrapper over the database, how?

Hello everyone,
I am developing an android application, the essence is a wrapper over the database.
The database (sqlite) will be updated frequently, how to set up this process?
That is, I understand that you need to update the database with data from the Internet, etc., but have you seen such tutorials?
What would you recommend as a backend?
Can you advise privately?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg Gamega, 2016-02-01
@gadfi

Everything was invented before us
ContentProvider + CursorLoader + CursorAdapter
Update in another thread, on the rest api backend, on the client for rest retrofit + gson requests

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question