V
V
Vyacheslav Ryzhkov2018-10-16 22:13:27
Android
Vyacheslav Ryzhkov, 2018-10-16 22:13:27

How to load data when scrolling LinearLayout?

There is a LinearLayout nested within a ScrollView. Scrolling is vertical (that is, the ribbon). Question: how to implement data loading with full scrolling to the bottom?
API 22.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
illuzor, 2018-10-16
@iLLuzor

LinearLayout
Throw away and forget.
Take RecyclerView and add data via adapter. The end of the list can be tracked through the ScrollListener .
Or screw Paging and make an endless list.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question