Android Codes
Contain all the examples of android
Monday, May 2, 2011
Passing Intent to Browser
Intent intent = new Intent("android.intent.action.VIEW", Uri.parse(stringurl));
startActivity(intent);
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)