button.setOnClickListener {
var intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://www.naver.com"))
startActivity(intent)
}
버튼 클릭시 네이버로 이동하는 코드이다.
'프로그래밍 > Kotlin' 카테고리의 다른 글
숫자 형식맞춰 출력하기 (#,###) - DecimalFormat (0) | 2021.08.19 |
---|---|
카카오맵 예제 코드 모음 (0) | 2021.07.24 |
[Kotlin] 콘솔에서 데이터 입력받는법 (0) | 2021.06.29 |
사용자의 활동 상태를 알려주는 API (0) | 2021.06.29 |
[Kotlin] lateinit, by lazy 차이점 (0) | 2021.06.28 |
댓글