I tried it, but I didnât
Send modified blocks hereâŠ
You are calling forloop for all items in taglist. You have to break the loop before starting another for loopâŠ
How to do it, help a little
Pm with aia
How i can use template for create a list
Just a small question, which thread would better for preventing ANR? My app can create a varied amount of components ranging from 100+ components to around or more than 1000 components. As a result, Android will sometimes popup the ANR message
I am using dynamic components in my project.
When I click on the cards I created dynamically, I use Any Card View.Click to make some changes. This is what I do works fine on dynamic cards. However, when other card views in the application are clicked, this block becomes active and gives an error.
How can I solve this problem?
Use the IsDynamic
block with âifâ condition to check if the component has created dynamically.
If you select UI
thread, then all components will be created asynchronously, so it doesnât hang the app when creating a lot of components.
Thank you. It worked.
how to make 3 layout gridview using Dynamic Component
how to make 3layout gridview using Dynamic Component
so Iâm not sure if youâre aware, but asking the same question a 2nd time sometimes wonât get people to respond
How many dynamic components can we use in an application? Would it be a problem to use more than one?
You can use an unlimited number of Dynamic Components instance on the screen, it shouldnât cause any problem.
Iâm talking about adding in this way, I understand right?
This post was flagged by the community and is temporarily hidden.
Yes, you can add an unlimited number of Dynamic Components instances.
What have you tried so far?
I already made a guide about it but not using dynamic components extension.