python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android Paging 3 is not loading next page
After migrating from custom paging implementation to Jetpack Paging 3 library,
data is not loading as expected.
The first page is handled correctly according to the PagingConfig of Pager:
internal fun...
Nico
Votes: 0
Answers: 1
How to handle result of paging data in compose and implement header and footer load states?
In View system there are official examples how to implement loading states and adding header and footer item to the list:
https://developer.android.com/topic/libraries/architecture/paging/load-state
h...
user924
Votes: 0
Answers: 1
How to use Paging 3 library with RxJava 3 on Jetpack Compose
At Jetpack Compose documentation, it says that use collectAsLazyPagingItems() to get LazyPagingItems, and pass to LazyColumn's items.
The problem is; collectAsLazyPagingItems() function only works in ...
CrewDaniel
Votes: 0
Answers: 0
Android paging 3 jumping and placeholder example
I’ve been searching a lot but couldn’t find an example how to jump from a position in a loaded page to another position in another page which hasn’t been loaded and how to implement placeholders.
I am...
H.Nguyen
Votes: 0
Answers: 1