Sunday, September 5, 2010

Re: [android-developers] Re: Activities I Don't Want the User to be able to go Back to

Simplest is in onResume() to check if there has been a change and update accordingly.

On Sun, Sep 5, 2010 at 3:59 PM, JimBadger <jjiowen@gmail.com> wrote:
Wow, thanks for the quick responses. That simple for question 1, huh?
Call finish()? :)  Will do, ta.  (I just presumed that once you called
StartActivity, that was it, bam, you were out of the calling activity
and into the called).

What about part 2?  I want a visual refresh of Activity A when
returning to it from Activity B (or C, or even G), that reflects how
the game data that affects Acitivty A has changed since the user left
it...

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en



--
Dianne Hackborn
Android framework engineer
hackbod@android.com

Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails.  All such questions should be posted on public forums, where I and others can see and answer them.

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment