@Victor_Ken If you want this type desighn cardview like flipkart @Technical_Fun2Family provide templete code for RecyclerList View Extention then You can make your desighn in just using One block
So I know how to do it using Dynamic Component and ComponentTools extension.
But since I’m using an extensive Recycler, the text is on the back of the card. It would be interesting if the extension could make an overlay equal to the “Dynamic Component” extension
First of all you are getting errors because you use width percent with -2. Either set width to -2 or if using width percent value should be between 0 to 100
@dora_paz and @zainulhassan This is not a green method to call all data at a time . example if you use multiple data using mysql quires when if you use pagination using Offset quires your app manage all data smoothly and your database are also save .
In this break point your app and database are both save.
If my point is wrong then why all popular app are using scroll loading system . Check your phone the popular app use scroll load function example when i scroll if bind count is 50 then i load next 50 data .