Adding to LinearLayout another Layout and handle this Layout in separate Activity

Posted by tiex on Stack Overflow See other posts from Stack Overflow or by tiex
Published on 2010-05-06T10:18:18Z Indexed on 2010/05/06 13:38 UTC
Read the original article Hit count: 805

Filed under:
|
|
  1. I have an Activity which uses a layout with a LinearLayout in it.
  2. Now I want to create in runtime a subactivity which loads some other layout and add this layout as item of my LinearLatout.

How to do this? Please provide me with code example.

© Stack Overflow or respective owner

Related posts about android

Related posts about activity