A
A
abelisk2015-07-26 22:51:27
Android
abelisk, 2015-07-26 22:51:27

How to make a data connection and views in an android application?

In an Android application, you need to implement a list that is loaded via the Internet (and also cached). Further, while the application is running, the information inside the list elements is updated and the list itself changes. How to make a data connection and views?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Oleg Gamega, 2015-07-26
@abelisk

CursorLoader + ContentProvider will give you what you need ))
just update the data in the database in the background, and updating in the interface out of the box,
this approach is recommended by Google and in fact it will justify itself

O
Onito, 2015-07-26
@Onito

Depending on what technology you use to implement your list

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question