[android-beginners] Re: Question about UI Handling

2010-04-24 Thread Zigurd
Look for a simple example to get you started in the SDK: http://developer.android.com/guide/samples/index.html Understand the basics of the Activity class and how you go from one Activity instance to another, which you will find in the first half of this page:

[android-beginners] Re: Question about UI Handling

2010-04-24 Thread Indicator Veritatis
Well, of course the docs will not be clear on that, as YOU are not very clear on it. What is continuous different UI screens moving around with the user input supposed to MEAN? Usually, you want a UI screen to stay in one place while it has focus so that the user CAN enter data. But you seem to

Re: [android-beginners] Re: Question about UI Handling

2010-04-24 Thread Karthik Ravi Shankar
Hi Indicator, I thought what I said was clear. The essence of what I wanted to convey was that there are many UI screens. And there is a navigation possible between these different screens on specific user input e.g. - a button click. I did get my answer as multiple activities and using