Hi,
I am a newbie to Android platform. I want to create a split view kind of
thingy where my left view will be bunch of choices in the list and right
will be very dynamic, combination of controls, sometimes WebView, sometimes
a screen with compound controls etc.

What is the good design to do this. I am basically from iPhone development,
there we have nibs which are equivalent to xmls here..

Probably my design should be something like,

<LinearLayout xmlns:android
   <fragment
      android:name="com.samples.SampleListFragment"
      ...
   />
   <fragment
   </fragment>
   <fragment>
     This part I want it to be dynamic
   </fragment>

Regards
Mustafa

-- 
You received this message because you are subscribed to the Google Groups 
"Android Discuss" 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-discuss?hl=en.

Reply via email to