Hello everyone
Can you tell me where to find a good example where I can create a dynamic card with a dynamic image inside, let me explain better, I’m making an app where I scan barcodes and for each barcode a dynamic card must be created with the relevant dynamic image of the code scanned, I searched online but I didn’t find anything useful, all the examples I found initialize with a ready list but I don’t need it so trying to imitate it I only get errors.
Thanks everyone and happy programming, bye
Hi dear,
Considering that you will probably store the data in a TinyDB and that one day you will have a list with lot of data, I suggest you start learning how to use RecyclerList right away.
At the end of the topic there is a simple guide that can already help you achieve what you’re asking for.
If you later want to create a more complex layout, I recommend switching to schemas + DynamicComponents Schema Generator for AI2 - ysfchn
Might be nice to see the extension you have in mind anyway ?
The extension consists of dynamic buttons and two cards. It effectively solves common issues, particularly those related to handling JSON files in other extensions. It is very easy to use and serves as a ready-made “product card” solution for e-commerce apps, allowing you to display product information without relying on complex JSON parsing, standard labels, or basic dynamic buttons.
Thank you for your attention! If you have some time, I would appreciate it if you could test my extension before I publish it.