Thanks for the reply.

I am trying hard to merge them together and the Application logic
seems a little more than setting the globals, such performing
differently on onLowMemory,  onTerminate and  onConfigurationChanged.

So,is it possible to get the intent that starts the activity or the
different process name in Application#onCreate?

Thanks


On Jul 14, 2:20 pm, Dianne Hackborn <[email protected]> wrote:
> Sorry, you can't do that.  There are really very few reasons to have a
> custom Application anyway.  I would generally suggest staying away from it,
> and just using statics for your globals.
>
>
>
> On Mon, Jul 13, 2009 at 11:17 PM, magicpig <[email protected]> wrote:
> > HI,
>
> >      I need  two activities run in different processes in the same
> > application. Now I have made it work by specifying the different
> > process name in "android:process".
>
> >        But I met a problem,  from
>
> >http://developer.android.com/guide/topics/manifest/application-elemen...
> > ,
> > we have only one superclass of Application will run before the
> > activity starts(I have tested it, and each time a after new processes
> > start, this Application(its superclass) will run before activity).
> > But, my two activities have two different superclasses of
> > Applications. So, how to make Applications for different activities
> > run for its corresponding activity?
>
> >       If there is no way to use different Application class for
> > different activity, how can I make a flag for the common Application
> > superclass to judge which process(by getting its name) is running?
>
> >      BTW, the two activities were on the separated development flow
> > and I am trying to merge them.
>
> > Thanks a lot.
>
> --
> Dianne Hackborn
> Android framework engineer
> [email protected]
>
> 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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to