Android Coding Examples - Android Code Samples
Sample Android codes, Android development tips, Android coding examples
May 22, 2011
How to Pass Intent to Browser in Android
Intent intent = new Intent("android.intent.action.VIEW", Uri.parse(stringurl));
startActivity(intent);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment