I have not knowledge of mysql and js . And is there problem with server or dynamic components (Making much dynamic cardview in less time)?
1 Like
I also experienced the same problem.
Try to use Image Utilities for loading image to minimise the time to load dynamic components
VSatish
(VSATISH13)
July 11, 2020, 5:17am
#6
I am using Image utility then also image takes more then 30s to load.
Image utility is used to stop application lag when they load not for load fast
themaayur
(Mayur Berad)
July 11, 2020, 7:21am
#8
Then try using the Dynamic Components Extension Extension by @yusufcihan . It also in has lot of more features…
1 Like
Hmm I can’t understand how to use there blocks it’s look very complicated. But now i try to use
Thanks @themaayur
themaayur
(Mayur Berad)
July 11, 2020, 7:25am
#10
You can use this for reference
So Welcome, Everyone today in this guide I will show how to make different listviews using @yusufcihan 's Dynamic Component Extension. It is fully Customisable According to your needs.
So Let’s Begin
1. Simple ListView (Icon, Title & Action Button)
• Layout
[image]
• Inputs
[image]
Icon : Url
Title : String
Material_Icon_Name : String
For Material Icon Name Click Here
• Blocks
[blocks]
• Schema
{
"name": "Simple ListView",
"metadata-version": 1,
"author": "Maayur (rewritten …
I have made a guide using this extension of 5 different Listviews.
This may help you.
1 Like
Yes it help me but i was already know about this thread Thanks for your help but that’s not my solution Dear!
1 Like
themaayur
(Mayur Berad)
July 11, 2020, 7:28am
#12
Can you tell how are you using the dynamic components in your app.
I was make app design like youtube not exact but similar by kodular dynamic components but when i load 80+ records it seams to crash application and when i only call 10-15 data it takes 5-10 sec and show data successfully.
1 Like
themaayur
(Mayur Berad)
July 11, 2020, 7:34am
#14
Just load 10 at a time and when user reached bottom load again next data
1 Like
How to do it i can’t know that procedure will u please help me plz
1 Like
ravigarg
(Ravi Garg)
July 11, 2020, 8:17am
#16
I already used it but I can’t understand how to load next data when scroll down .
ravigarg
(Ravi Garg)
July 11, 2020, 8:25am
#18
when you get data from airtable check if it is greater than 10, if true
save it in a global variable.
load the first ten.
When vertical scroll handler reached bottom then,
load the next ten
1 Like
have you got the solution?
I create dynamic components in more than 2000 arrangements, it is very slow.
I think the cause is when creating the component, not when it loads the data.
is there any logic?
1 Like
The original poster is suspended until August 16 3020 , therefore, they can’t answer you till then.
You might want to try to use the Dynamic components extension, to load your data as suggested before :
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 can also use @DevYB ’s image loader to load images:
Image Loader
Hi everyone,
Today I present a new extension based on Universal Image Loader that allows you to load and cache images.
Demo
Event
OnLoadingStarted: Event when the loading of the image is started. The url returns the URL of the image.
[OnLoadingStarted]
OnLoadingFailed: Event when the image is failed to load. The url returns the URL of the image.
[OnLoadingFailed]
OnLoadingComplete: Event when the image is loaded. The url returns the URL of the image.
[OnLoadi…
Aso,
Examples:
Hi gyz i present you my another powerful app for custom data loading on user scroll(concept of RecyclerView) from Airtable, Firebase and mysql under jugard series project 6
Note
i did not focus on code optimization so that everyone can understand it easily
I’ll keep on updating the guide for more convenience and try to make it easily understandable
methods and extensions used
I used
Mysql snippet and php file by @Taifun
Dynamic components extension by @yusufcihan
Vertical Scroll handler …
Introducing Assynochronuis process with dynamic Componemts for Huge Amount of Data Doesn’t matter How much data 5000 or 10000…
No more Stuck…
No more Lag…
You can create your procedure of heavy amount of Data with assynochronious ability by this method… (fully simple method)…
Extension used… Dynamic Components by yusufcihan
Method…
First i took tow variables…
(From) (to)
On first time it will load only 1 to 10 main cards as shown in pic… U can change this as your desire…
[assynic]
The…
Hello Everyone
I made this simple guide to show you how you can load more items as user scrolls.So let’s get started.
I am using
Dynamic Components Extension from @yusufcihan and
Scroll Handler Extension from Colin Tree
[blocks(1)]
In these blocks there is a variable called number. We will store a number in that variable that will be updated after creating items.
There is another variable called items. That variable will represent how much data do you want to show at a time. In my case I…
3 Likes
My solution (not the only one) is to dynamically create only what is being displayed on the screen.
So when the user touches and you need to show another arrangement create it dynamically at that time.
1 Like