Quote:
Originally Posted by norm
I still can't get that excersize to work right Argh..... 
|
Well as soon as I post, I figured it out. Had to look at the downloaded code, but ended up using:
Intent i = new Intent("android.intent.action.VIEW");
i.setData(Uri.parse("http://www.amazon.com"));
in the onClickLaunchMyBrowser method