When you press the button, you can run the code below.
startActivity(new Intent(Intent.ACTION_VIEW)
.setData(Uri.parse("https://your_youtube_url_here")) // edit this url
.setPackage("com.google.android.youtube")); // do not edit
Edit the url in the second line
The setPackage on the third line doesn't need to be modified.
'기타 ETC > Android Studio' 카테고리의 다른 글
안드로이드 뮤직플레이어 소스코드 (0) | 2020.07.13 |
---|---|
[Android] Delay handling using postDelayed method (0) | 2020.07.08 |
It is simpler when you have a lot of image buttons, and you don't want to write xml-s for every button. (0) | 2020.07.06 |
안드로이드 LinearLayout 오른쪽 정렬하기, 왼쪽 정렬하기 (0) | 2020.07.02 |
안드로이드 사운드 재생 방법 및 버튼 색깔 바꾸기입니다. (0) | 2020.06.24 |