I would like to know if its possible to add a view say textview directly from the activity (Dynamically) in android without actually having it in the layout ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Inside your Activity:
Where myView is the View you want to add a View to. It can be of any type you want. |
|||||||||||||
|
|
Yes, it's absolutely possible. You can modify and do whatever you want with it (except for getting user input) if you don't add it to the layout. |
|||
|
|