The formatting of the header and detail row is defined in layout.XML.
In this case, is it good to use 

   1. Table Layout and create details views by inflating the layout.xml(so 
   that formatting is available)
   2. Or Create a Listview for the details and a Linear layout representing 
   the Header.
   
What would be the best case: Considering we have the formatting in XML and 
the data rows are just dynamic display of content.
I assume we need to write a adapetor for the TableLayout.

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

Reply via email to