How to use viewGroup in android
Can you give any example
raj
2009-09-03 04:48:08
+1
A:
I also don't know how tu use viewGroup in Android it's not easy to manipulate without example
alex
2009-12-23 19:31:47
+1
A:
http://about-android.blogspot.com/2010/05/create-dynamic-view-group.html This example is OK.
Be sure to set unique id-s for such views when using them in ListView
, or they can be redrawn on scrolling
shaman.sir
2010-09-13 10:30:07
`ViewGroup` is any group of views literally, - `ListView`, `Linear`/`Horizontal`/`VerticalLayout` ..., all these kinds. What example do you want? Adding or removing views?
shaman.sir
2010-10-12 18:23:03