Hi, what do you mean by some other mechanism ?
On Tuesday, September 4, 2012 5:58:23 PM UTC+9, arun singh wrote: > > Hi, > > No, it's not possible to run two activities simultaneously. one will be > paused that means onPaused() will be called. > So whatever you want to do with these two activities, do that with some > other mechanism. > > Thanks, > Arun > > On Tuesday, September 4, 2012 10:56:20 AM UTC+5:30, HK wrote: >> >> Hi, >> >> I have activity A running. I want to start my new activity B so that >> activity A is also running. Is this possible ? >> >> Normally, when activity B is started, activity A is put on hold and >> onPause is called. I don't want this to happen. But instead I want activity >> A running normally and on top activity B running. >> >> I don't have control over activity A. And activity B is only for >> displaying Alert dialogs. >> >> Is this possible in Android ? >> >> thank you. >> > -- 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

