Heloo any one with an idea on how to incorporate floating button on a list view to add and subtract on a shopping app cart ? kindly advice accordingly Thanks.
Vaibhav
(Vaibhav)
February 24, 2021, 8:55pm
#2
You can use Dynamic Component extension by @yusufcihan to create a custom listview as per your needs
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…
For listview, here is an example by @themaayur of different list views created with above extension which might help you to get a start
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 …
1 Like
system
(system)
Closed
March 26, 2021, 8:55pm
#3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.