sketchub icon

Listview Load More Only By EPIC Technical Tricks

EPIC_Technical_Tricks
55 Likes
17 Comments
767 Downloads

Screenshots

About

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