thanks

On Jan 25, 11:32 am, Breezy <[email protected]> wrote:
> Got it figured out...  The word I was missing in the search was
> intent.  After seeing that word around more and more I used that and
> came across this...
>
> http://groups.google.com/group/android-developers/browse_thread/threa...
>
> Which said to use this...
>     Intent i = new Intent(Intent.VIEW_ACTION, 
> Uri.parse("http://www.cnn.com";));
>     startActivity(i);
>
> For future refence in case someone is looking for it.
>
> On Jan 24, 8:59 pm, Breezy <[email protected]> wrote:
>
>
>
> > When a user clicks the "about" button in my app's menu I want it to
> > open the browser and go to a specific webpage...  Is there like a one-
> > liner out there somewhere to do this?  Seems simple but Google is not
> > being helpful right now - or I'm just searching the wrong thing.
>
> > Thanks!

-- 
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