You will be needing an ExapndebleListview http://developer.android.com/reference/android/widget/ExpandableListView.html <http://developer.android.com/reference/android/widget/ExpandableListView.html>Rad the above link thourghly b'coz you will be needing an intent to start an activity for car model details.
<http://developer.android.com/reference/android/widget/ExpandableListView.html>For Example you can refer to android's API Demo app. http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/ExpandableList1.html <http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/ExpandableList1.html> http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/ExpandableList2.html <http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/ExpandableList2.html> http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/ExpandableList3.html <http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/ExpandableList3.html> On Fri, Feb 18, 2011 at 6:21 AM, The Guy <[email protected]> wrote: > Am a beginner at android programming and am trying to create a list > view that has several options and within those options there are more > options and when selected information about the selected item appears. > > For Example, A list of cars: BMW, TOYOTA, Ferrari and so on. When one > of these is selected, for instance, BMW, a list of the various models > under the BMW make appear. SO, when the user selects the model he > wants it opens a screen that has all the data about that particular > model. > > Any suggestions on the way the coding should be ? a brief coding > sample would be appreciated, ive tried doing some but have failed > numerously. Maybe its the fact that i have just started. > > Thank you > > -- > 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 -- --Jitesh .V. Dedhiya--- Don't Learn To Hack but Hack To Learn -- 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

