Load More Listview Only
Not SWB file
website : http://ettricks18.blogspot.com Instagram @epictechnicaltricks
check this for RecyclerView + Listview
https://web.sketchub.in/p/13654
_____
For Listview
Time 1sec delay
then
" Parcelable state = listview1.onSaveInstanceState(); "
then refesh list // load data here
" listview1.onRestoreInstanceState(state); "
_______
For RecycleView
on post create
then
scroll listening to bottom
then
"Parcelable state = recyclerview1.getLayoutManager().onSaveInstanceState(); "
//load data here
" recyclerview1.getLayoutManager().onRestoreInstanceState(state); "
_____
©2024 Sketchub | User Policy