button_5.setOnClickListener {
var intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://www.naver.com"))
startActivity(intent)
}
출처 : https://hjp845.tistory.com/37
'프로그래밍 > Kotlin' 카테고리의 다른 글
[Kotlin] Naver API를 이용해 책 검색 코드 (0) | 2022.07.20 |
---|---|
[Kotlin] 코루틴 디스패처 (0) | 2022.07.05 |
[Kotlin] EditText 코드로 열기 (XML사용 X) (0) | 2022.04.20 |
[Kotlin] 모델로 가져온 Spinner값 표시 (0) | 2022.03.21 |
[Kotlin] 안전하게 특정 클래스로 Type Casting 하는법 (0) | 2022.03.16 |
댓글