But question is why i made another one ???
actualy all of the above logics are working when scroll reach bottom sometimes User network is slow and loading on bottom reach may be irritating for them Uniqueness so i created a brand new logic that loads items when the user near to the end but not at the end mean almost two posts prior to the bottom
it then controls loading time and user will enjoy a smooth reading/experience.
it is based on the concept of one of my other guide Smart List
Credits
thanks to @Kodular for this great platform
and thanks to @yusufcihan and @colintree for thier amazing extensions.
if you like my work then give it a thumbs up
also if you find some issue please let me know i"ll fix it …as i did not test it thoroughly due to shortage of time.
Its an example… That will run online too
U just need to provide inputs… Stored in a variable
Just store online data in a variable and pass into the input it will work as in offline
Ohh ok Okey i got your point
I’ll update this guide soon with online example from Airtable and mysql
Firebase will be optional as i know little about it but i’ll try to provide firebase example too
Within two days this late is due to my exams
Good guide! You can also add a circular progress when reaches the bottom.
That way user would know it is loading not crashing.
When I test: When it almost reaches bottom, it scrolls up automatically, and it annoys me.
I think it is just a little bug on my phone. It is normal now
1.now loading is more smooth and above mentioned problem is removed
2.As i am loading new items… two items prior to the bottom reach so use of circle progress is useless . I tried but it does not show at all due to fast loading
it will be helpful in online lists because therevis some delay in loading process
so it will be added in online version of guide.
thanks for your suggestion
No, its not good. If we are having image URL, we will get it in the form of string but when we set that link as image source, then the app will lag a lot while loading all the images at once. That’s why it is good to load images as we scroll down.