sketchub icon

Load More Bottom By EPIC Technical Tricks

EPIC_Technical_Tricks
46 Likes
5 Comments
638 Downloads

Screenshots

About

website : http://ettricks18.blogspot.com Instagram @epictechnicaltricks

Load More Bottom By EPIC Technical Tricks

When you scroll the list of data after the list reachs at bottom automatically more data loaded without refreshing list

This Feature Helps to improve the load big data smoothly which improves the loading speed of application

  • Listview Load More

  • RecycleView Load More

  • Infinity Scroll

On Firebase limit load coming soon.. **



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