android - How to add floating action button one by one in Linearlayout -


i'm developing attendance manager app. take attendance , i've create layout this

enter image description here

i want make programatically. in below layout i've used add fab using xml.

you can use recyclerview gridlayoutmanager achieve programatically, here example:

http://abhiandroid.com/materialdesign/recyclerview

https://inducesmile.com/android/android-gridlayoutmanager-with-recyclerview-in-material-design/

hope helps.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -