Hi.

I am starting with android, and when i code, i like to be organized.
I have a simple question.
I know that a single screen is represented by one activity.
The Screen layout is backed up by a layout xml cfg file.

Now, let's assume that my screen is composed of 2 sections:
Upper section having information about battery data, and the lower
section about memory.
I'd like to have 2 layout xml files, one for the battery one for the
memory, but display them within another layout.
Also, how do you handle the activity configuration in the onCreate?

I think it makes it easier to separate the different sections of the
ui and handle the setup of the screen separately.


thanks for your help

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to