Hi Group,

I have an activity that requires several views to be launched
sequentially based on user interaction and I don't really understand
how to do this.  Originally I was using multiple activities to achieve
the interaction I wanted, but this is sub-optimal, as the views share
the data I receive from the server.

My question is, if I have a hierarchical tree of data I would like to
browse in sequential lists (for example, Genres -> Artists -> Albums
but on a much smaller data set) what is the easiest way to achieve
this in a single Activity?  Or is it recommended to launch a separate
activity each time the user drills down a level?

Many thanks,

Brooke

--~--~---------~--~----~------------~-------~--~----~
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