Actually , What I am trying to achieve is , making an Application, that is
running behind user will start his application on top of my Application,
same on the emulator and on the real device some where, when he touch on the
emulator , my application should get the information about the touch and
send it over the http to the instance of application running on the real
phone, then it will execute that particular event, see by this , we can
remotely execute the same applications, Can this be possible?

Otherwise if from SDK this is not possible I will have to make some native
programs and push that into the phone to accomplish this.

On Tue, Mar 17, 2009 at 3:06 AM, Ralf <ralfo...@gmail.com> wrote:

>
> When your second activity is running, your first one is most likely
> stopped.
>
> What are you trying to achieve? There might be other ways to achieve
> it, e.g. using a service or collecting data and passing it back to the
> first activity.
> R/
>
> On Sun, Mar 15, 2009 at 4:31 AM, mateen <abmat...@gmail.com> wrote:
> >
> > Asslam-u-Alikum,
> >
> > I am a developer of Android platform, I have been stucked at the
> > point, Consider the senerio,
> >
> > First Activity named MainActivity is starting the second Activity
> > named ChildActivity from another package installed in the android
> > phone. Now, I want to have the knowledge of touch from childActivity
> > to MainActivity I know this is not possible directly , but Do there
> > exists any method or some service I can use to do this?
> >
> > Thank You,
> > Regards,
> > Abdul Mateen,
> > Android Developer and Linux Administrator,
> > Addictive Mobility, CA.
> > www.addictivemobility.com.
> >
> > >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to