when i used this code
this.finish();
startSubActivity(i, ACTIVITY_CREATE);

new activity stared but in new activity for moments it shows old
activity

y does it so ?

On Apr 16, 3:17 pm, Greg <[EMAIL PROTECTED]> wrote:
> ok
>
> but what about this scenerio
>
>  A ----------->B  "before  C i finished B"     ------------>  C
> "before D  i finished B" ----------------->D
>
> from now D i have to go back to B again if user press cancel button
>
> when user press Cancel Button C onActivity Result will be called in A
> so i have to called B again from A ..activites again overlapped
>
> ?????????????????????????????????????????????????????
>
> On Apr 16, 10:48 am, "Larry @ z" <[EMAIL PROTECTED]> wrote:
>
> > as deepark said, you can A create B, B finished, Kill B, let A create
> > C, C finished, kill C, return to A.
>
> > On Apr 16, 1:04 pm, Greg <[EMAIL PROTECTED]> wrote:
>
> > > so what is the solution for this problem ?
>
> > > any tested solution would be appreciated
>
> > > please help me out ?
>
> > > On Apr 15, 11:46 am, hackbod <[EMAIL PROTECTED]> wrote:
>
> > > > Actually you want to finish B -after- starting the next activity.
>
> > > > And yes, the activities get overlapped -- first B is paused, then C is
> > > > created and resumed, then B is stopped and finished.  It is designed
> > > > this way to allow B to save all of its important state before the next
> > > > activity takes over, while reducing the amount of work as much as
> > > > possible needed to get the next activity displayed to the user.
>
> > > > On Apr 14, 10:58 pm, "Deepak Singh" <[EMAIL PROTECTED]> wrote:
>
> > > > > Before you start sub activity C finish the subactivity B using 
> > > > > finish()
> > > > > .Hope this Works
>
> > > > > On Tue, Apr 15, 2008 at 10:29 AM, Greg <[EMAIL PROTECTED]> wrote:
>
> > > > > > but activities are getting overlapping while finishing
>
> > > > > > On Apr 3, 9:36 pm, hackbod <[EMAIL PROTECTED]> wrote:
> > > > > > > Fwiw, there will be a better way to accomplish this in an upcoming
> > > > > > > SDK.
>
> > > > > > > On Apr 3, 6:13 am, xingye <[EMAIL PROTECTED]> wrote:
>
> > > > > > > > override B.onActivityResult and callfinish()
>
> > > > > > > > On 4月3日, 下午5时23分, Greg <[EMAIL PROTECTED]> wrote:
>
> > > > > > > > > I have three activies
>
> > > > > > > > > A                  B                      C
>
> > > > > > > > > i start subactivityfrom A then i startsubactivity from B
>
> > > > > > > > > i just want to do like when ifinishC ..itfinishall activies 
> > > > > > > > > and
> > > > > > > > > show me the Aactivity
>
> > > > > > > > > please help me out
>
> > > > > > > > > i tried to do that but ..when i press back button it again 
> > > > > > > > > shows B
> > > > > > > > >activity.
>
> > > > > --
> > > > > Deepak Kumar Singh
--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to