P
P
postflow2016-05-11 13:11:23
Android
postflow, 2016-05-11 13:11:23

How many rows from the database to load in Listview in one request?

I'm trying to make friends with Retrofit and Listview.
If my database contains 1000 rows. How many rows from the database to load in Listview in one request?
Maybe Retrofit can cache data?
Forgot to clarify... DB(mysql) on the server

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
aol-nnov, 2016-05-11
@aol-nnov

here is an example of the implementation of infinite scrolling (however, there is still no answer to the question "how much to load")
well, load one and a half screens of records or two - anyway, not pull the whole thousand;)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question