After the first 10 cardviews are loaded, then 10 cardviews should be fast loaded,
Recycl View
Can anyone tell how can I do cardview fast loading.
Without Airtable,
You should use the Dynamic Components Extension:
Dynamic Components Extension
that supports every component in your AI2 distribution, instead of having pre-defined components.
I thought about making a full method to create all dynamic components without creating different blocks for every component because it would be useless. So I was trying to find a proper solution for a long time. And here it is!
The minimum required API version for this extension is 1 .
It basically uses Java’s Reflection feature, so this allows you to create…
You have to learn it a bit, but it is very fast and you can use a Scroll handler extension to detect if the user is on the bottom of the screen to load the next 10 Images.
1.Introduction
ScrollHandler extension can be used to handle the scroll and properties of scroll views.
Latest Version: 1.4
Released: 2020-08-13T18:30:00Z (UTC)
Last Updated: 2021-07-05T18:30:00Z (UTC)
2.Blocks
[image]
[image]
[image]
[image]
[image]
3.External References
Documentation and download link is given here:
And here too:
Note: You need to call ToggleScrolling method after registering scroll view to listen touch up and down events.
4.Credits
Thanks to @nikzdreamer20…
use this instead -
1.Introduction
ScrollHandler extension can be used to handle the scroll and properties of scroll views.
Latest Version: 1.4
Released: 2020-08-13T18:30:00Z (UTC)
Last Updated: 2021-07-05T18:30:00Z (UTC)
2.Blocks
[image]
[image]
[image]
[image]
[image]
3.External References
Documentation and download link is given here:
And here too:
Note: You need to call ToggleScrolling method after registering scroll view to listen touch up and down events.
4.Credits
Thanks to @nikzdreamer20…
this one is more bug free
1 Like