If you are using a custom adapter, you can have a method wherein you specify a method to change the format of the ListView. Through this event, you can change the dataset of the ListView and ask the list view to reload all these items. Thats should serve the purpose.
-Kumar Bibek http://kbeanie.com On Sep 28, 11:02 pm, Varun Khanduja <[email protected]> wrote: > Hello, > > I was trying to see if anyone could guide me about some keywords or > approach I should take to achieve a certain task on Android. I have 4 > buttons, below these buttons is a list view. This list view is having > 4 different formats and when the user clicks on any of the 4 buttons > they get the formats they had requested. I am not sure how I can have > 4 different list views. Should I declare 4 different strings or how > should one go about it? > > Thanks -- 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

