Free Android Tutorials, Android Tips, Android Developments, Free Android Codings., Free Android App Examples, Open Source Code for Android
Intent httpIntent = new Intent(Intent.ACTION_VIEW); httpIntent.setData(Uri.parse("http://www.bbc.co.uk")); startActivity(httpIntent);
No comments:
Post a Comment