> I have two activities.A and B. A starts B. Both are running in the
> screen and both are visible. Say now B is visible.
At any point, more then one 1 activity cannot occupy the screen.
> But I want the original A to come to the front. I want to make this
> change in the framework layer rather than application specific by
> using the singleInstance theme in the launchMode in AndroidManifest
> file.
If you don't know, how solve this at application level then don't
change framework. Just try this:
1st A is running. Now call B. Once the operation is over at B, just
destroy B (Here don't forget to save the states in OnPause). You will
get back the same A. Otherwise if you cyclically call A and B, it will
simply pileup instances in the activity stack.
> Please help me in this regard as this is really urgent for me.
Public mailing list is not help desk. So don't send urgent message to
it. That is a very bad netiquette.
Bye :)
--
Bharathi Subramanian
--
You received this message because you are subscribed to the Google Groups "CodeAndroid Developers Group" group.
To post to this group, send email to WeCode...@googlegroups.com.
To unsubscribe from this group, send email to WeCodeAndroi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/WeCodeAndroid?hl=en.