tags:

views:

2102

answers:

3

How to use viewGroup in android

+1  A: 

Here is a documentation from Google

Vinay
Can you give any example
raj
+1  A: 

I also don't know how tu use viewGroup in Android it's not easy to manipulate without example

alex
+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
`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