Uri myBlogUri = Uri.parse("URL");
Intent intent = new Intent(Intent.ACTION_VIEW, myBlogUri);
startActivity(intent);