BÀI 26 - MỞ TRÌNH DUYỆT WEB HOẶC ỨNG DỤNG THỨ 3 TRONG LẬP TRÌNH ANDROID

Video bài học:

Intent intent = new Intent();

intent.setAction(Intent.ACTION_VIEW);

intent.setData(uri.parse("https://sites.google.com/btgweb"));

startActivity(intent);