CardView : Card Creating Extension

This is simple extension to create cardview with overlapping prevention.

Use Case
Untitled

Output

For padding & margin use single value if you want same for all four direction ,otherwise use with comma ie left top right bottom (5,5,0,0)

Make sure to add dummy listview from app inventor in your project which add cardview library in your app.

Download :
com.xtiger.cardcreator.aix (26.1 KB) Without Library
com.xtiger.cardcreator.aix (41.6 KB) With Library

There are two versions one with library and another without library.For example if you are making app then other extension or component used cardview library (ie listview) then use without library and if there is not any conflicting then use with library.

Some bugs related to padding and margin were fixed in this version.

7 Likes

what's this meaning?

Why, what for? Please explain in more detail.

It means when you use other component inside the radius remains the same

I think by default app inventor doesn't include card-view and recyclerview library in compiled apps unless you add listview component

Download Demo Project of Latest Version

LoginCardUi.aia (474.7 KB)

@White_Tiger could you make this opensource so I can have it updated everytime new android version releases it would be really helpful. (I would mainly like to study its code as I am also trying to make something like it)

Here is detailed video , you can learn from here

Thanks very much