hello there

do you mean how to navigate between screens within a single application.
well if that what you meant, you would use what is known as INTENT.
INTENT are used either explicitly i.e to  specify what screen or activity
would handle the event or implicitly i.e framework to decide which activity
is capable of handling the requested event [through INTENT Resolution ...
INTENT FILTER ]

i would recommend you make a bit of research on INTENT and INTENT FILTER .

slam
On Fri, Jul 2, 2010 at 1:15 PM, Muhammad Ali <[email protected]> wrote:

> Hello to All!
> I am new to android! I have a query that I have one form in Android
> app. When I click on next button it should load other components. and
> hide the previous one or change the screen and load the new requested
> form.
>
> Like if we go in settings and select "Call Settings" it loads the
> screen with "Call Settings." How can we achieve this?
>
> Best Regards
>
> Syed Muhammad Ali Naqvi
>
> --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

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

Reply via email to