Each UI should be a separate activity. Use the startActivity() or startActivityForResult() methods to switch to the other activities.
---------------------------------------------------------------------- There are only 10 types of people in the world... Those who know binary and those who don't. ---------------------------------------------------------------------- On Fri, Apr 23, 2010 at 11:22 AM, Karthik Ravi Shankar < [email protected]> wrote: > Hi, > > What I want to do is something like this - First screen has a couple of > buttons, I ask for a user input, then go to the next screen where there are > number of image buttons. Now user can click on any of these buttons and a > properties screen should flash on the screen asking for further user inputs. > Once he says back, the app goes back into the image button page. Once the > user says done and clicks on the finish button, we move out of UI. So I am > sort of looking for navigation between differently laid out UI screens. > > Please let me know if any more information is needed. > > Thanks, Karthik. > > > On Fri, Apr 23, 2010 at 10:01 AM, Justin Anderson <[email protected] > > wrote: > >> *> In my application I am trying to have continous different UI screens >> moving around with the user input.* >> >> This doesn't tell us much... Can you give a more precise example of >> exactly what you are wanting to do? >> >> ---------------------------------------------------------------------- >> There are only 10 types of people in the world... >> Those who know binary and those who don't. >> ---------------------------------------------------------------------- >> >> >> On Fri, Apr 23, 2010 at 10:51 AM, Karthik Ravi Shankar < >> [email protected]> wrote: >> >>> Hi, >>> >>> Thanks for the reply for my previous questions guys! I have one very >>> basic question. In my application I am trying to have continous different UI >>> screens moving around with the user input. I am looking into the >>> Android.Reference still, but not able to gather much. I am not very clear as >>> to how to go about it. Has anybody done this before ? Can anybody let me >>> know ? >>> >>> Thanks in advance. >>> >>> Thanks, >>> Karthik R >>> Graduate Student >>> Computer Science Department >>> UCLA >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Android Beginners" group. >>> >>> NEW! Try asking and tagging your question on Stack Overflow at >>> http://stackoverflow.com/questions/tagged/android >>> >>> To unsubscribe from this group, send email to >>> [email protected]<android-beginners%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/android-beginners?hl=en >>> >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Beginners" group. >> >> NEW! Try asking and tagging your question on Stack Overflow at >> http://stackoverflow.com/questions/tagged/android >> >> To unsubscribe from this group, send email to >> [email protected]<android-beginners%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/android-beginners?hl=en >> > > > > -- > Karthik R > Graduate Student > Computer Science Department > UCLA > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > > NEW! Try asking and tagging your question on Stack Overflow at > http://stackoverflow.com/questions/tagged/android > > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

