To invoke an activity from another activity, create an Intent that
specifies the other activity by class name, or by an intent which the
other activity is set up to recieve. Then, call startActivity or
startSubActivity using that intent. Please look at the tutorial for
more help with this.

To start the browser, create an intent using a URL as a string, and
call startActivity with that intent.

On May 14, 9:38 pm, Wesley <[EMAIL PROTECTED]> wrote:
> oic... How can I do so??? any more guideline???
>
> Wesley.
>
> On Thu, May 15, 2008 at 1:57 AM, Megha Joshi <[EMAIL PROTECTED]> wrote:
> >  Hi Wesley,
>
> > You can invoke an Android application A from within another android
> > application B, by invoking one of A's Activities or Services from B.
> > To embed web content in your application, create a WebView within your
> > Activity, and load your web page in it.
>
> > Thanks,
> > Megha
>
> > On Tue, May 13, 2008 at 11:07 PM, Wesley Sagittarius <[EMAIL PROTECTED]>
> > wrote:
>
> >> How can I call one of my apk to run using coding???
> >> How can I call android browser to run using coding???
>
> >> Wesley.
--~--~---------~--~----~------------~-------~--~----~
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]
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