On Mon, Aug 22, 2011 at 5:49 PM, bobk <[email protected]> wrote: > So, I want to create a view such as: > first line is Page Title > next line has an Icon and a section title > N number of lines follow that contain two text fields (e.g. a property > name and a value) > after those N lines, put another icon & section title > N lines > etc. >
Look at: http://developer.android.com/reference/android/widget/Adapter.html#getItemViewType(int) http://developer.android.com/reference/android/widget/Adapter.html#getViewTypeCount() And Google them to see how they may be used. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

