Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("https://github.com/vferries/iut-android"));
startActivity(intent);
Modifiez le fichier de layout (dans res/layout), votre interface doit ressembler à ça:
Pour ce faire, utilisez un Constraint Layout.
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("https://github.com/vferries/iut-android"));
startActivity(intent);