Overriding the Back key is usually a bad idea. Even though most users
are not technical enough to understand what it means to call
'finish()' on an Activity, they do get used to what it means in
practice: the Activity is removed from the Activity stack and
'destroyed'. Be VERY careful about going against this expectation.

On Sep 14, 2:58 pm, kaushik p <[email protected]> wrote:
> its very simple , in back button only the finish(); is executed . It means
> that the existing activity is canceled . If that activity leads to the last
> GUI screen of you application then the application gets closed . Try to
> override it .
> On Wed, Sep 14, 2011 at 4:52 PM, Vance Turnewitsch <
>
>
>
> [email protected]> wrote:
>
> > First, I think you are asking a user question. This is a developer
> > forum. I would suggest looking for the android market help forum.
>
> >http://www.google.com/support/forum/p/Android+Market/label?lid=1d9030...
> > .
> > Or contact the developer of the app. Also for the time being,
> > developers design their apps in different ways. You may not be able to
> > go back to your activity; but maybe should try accessing recent apps
> > with your device and choose your app.
>
> > Good luck
> > Vance
> > On Sep 14, 7:43 am, pramod shirsath <[email protected]> wrote:
> > > when i click on androids  back button it stops whole activity....but i
> > > want to come back to previous page......????can anyone help me to
> > > solve this problem...
>
> > --
> > 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
>
> --
> Thanks&Regards
> Kaushik Pendurthi
>
> http://kaushikpendurthi.blogspot.com/

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