sketchub icon

GridView Load More By EPIC Technical Tricks

EPIC_Technical_Tricks
24 Likes
0 Comments
433 Downloads

Screenshots

About

Check this for RecyclerView and Listview

https://web.sketchub.in/p/13654

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

  • 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