SyntaxFix
Write A Post
Hire A Developer
Questions
you can use Intent for this:
Intent browserIntent = new Intent("android.intent.action.VIEW", Uri.parse("your Url")); startActivity(browserIntent);