How to use viewGroup in android
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as not constructive by casperOne♦ Jul 24 '12 at 15:12
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
As mentioned, ViewGroup is an abstract class that all ViewGroups extend, LinearLayout for instance is a ViewGroup. MyViewGroup.java:
Main.XML:
MainActivity.java:
|
|||||
|
ListView, or they can be redrawn on scrolling – shaman.sir Sep 13 '10 at 10:30ViewGroupis any group of views literally, -ListView,Linear/Horizontal/VerticalLayout..., all these kinds. What example do you want? Adding or removing views? – shaman.sir Oct 12 '10 at 18:23