Code Java Android pour ouvrir le navigateur web
Code Java Android pour ouvrir le navigateur web
Voici le code Java Android pour ouvrir le navigateur web du telephone:
Etape 1: Creer une methode
public openWebBrowser(){ Intent browserIntent= new Intent(Intent.ACTION_VIEW, Uri.parse("https://itunes.apple.com/app/id1396585910"));
startActivity(browserIntent);}
Etape 2: Faites appel a cette méthode ou vous voulez dans votre Activity.java
Having difficulty to ad this code in your project ?
You have questions? I am available for you only if you buy my app for $ 9 on PLAYSTORE. You will find a number and my email in the application so I can help you.
Commentaires
Enregistrer un commentaire