Hi greg, I think you can try to use 1 activity and 3 xml layout, and
tried  to setContentView() when you want to move from one panel to
another( each panel <-> each xml layout).

the setContentView() will change the whole screen, and you can keep
your backend data model (& update states) in one activity.

Is that feasible for your req?

On Apr 16, 8:10 pm, Greg <[EMAIL PROTECTED]> wrote:
> 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- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
[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