[ad_1]
public void gotoMyWebSite(View view) {
Intent intent;
intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://translate.google.com/"));
startActivity(intent);
}
[ad_2]
solved how to switch from android app to web?
[ad_1]
public void gotoMyWebSite(View view) {
Intent intent;
intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://translate.google.com/"));
startActivity(intent);
}
[ad_2]
solved how to switch from android app to web?