Do you mean this?
How can disable all the buttons on “When any Button click” event.
The above block only disables the clicked button.
Please, where can I download version 1.0.1 of this extension? The link in the first post is version 1.0.0 and I don’t have the OnBindView block with the “dataItem”
EDIT : sorry, i found on github <3
To all the users using recycler view, just remember to keep state separate from recycler view. Otherwise the results will be weird. Always set properties in OnBindView event and not in any other place. Don’t change properties inside button clicks rather update the data and then tell recycler view that data has been changed using respective blocks. Keep state seprate from recycler view.
Yes you can use more than one recycler view. But you cannot nest recycler views in same direction.
HI,
This is my simple block with Recycler list view Extension. My app screen orientation is Landscape mode.
The Problem is my card view not created but when I change screen orientation is unspecified and when rotate screen it created. how to fix this.
Cakes.aia (704.4 KB)
I’m having a similar problem.
In this version 1.0.3 my list appears on one screen and not on another screen, while in version 1.0.0 it appears normally on both screens.
Where can I find version 1.0.2?
I didn’t understand what you meant. Can you explain me?
Can anyone help me in creating a list ?.
First i want to make 2 variables of list which will get data from csv file
Veriable1 have 114 list of buttons
Veriable2 have 6000 list of text
I want to create 2 lists.
1 : when screen instialize create list of 114 buttons that get list from veriable1.
2 when any button click the first arrangement invisible and second arrangement visible and create another list. In which get data from veriable2.
And when button 1 click i want to show variable 2 list from 1 to 200 .
And when button 2 click i want to show variable 2 list from 201 to 400 .
And so on.
I can make it with dynamic component but not able in recyclerview extension.
Please help me by making a demo app
how to Change height or width
Hello @zainulhassan I would kindly like to know how to use this method with your new aix using one of these two blocks and call an event when the user has scrolled to bottom
I have tried the dx & dy I only get notification with 0 event on every scroll it doesn’t detect and provide a real number such 100 when the user scrolls to bottom.
However your aix doesn’t work with VerticleScroll Arrangement Component it only works with VerticleArrangement Component which actually can not work with any Vs Handler aix Kindly help me to solve this problem and detect user scroll to bottom
Thanks as I am waiting for your advance response to solve this problem
same problem
Too much lag!! Fix this issue please
If your project is lagging, then you did sonething wrong…
Read the contributions in this thread, especially this one
Taifun
This post was flagged by the community and is temporarily hidden.
didn’t understood. can you explain again please?