코틀린 안드로이드 다이얼로그 기본
var dialog = AlertDialog.Builder(context) dialog.setTitle("친구 삭제") dialog.setMessage("친구목록에서 지우시겠습니까?") dialog.setIcon(R.mipmap.ic_launcher) fun toast_p() { } fun toast_n(){ } var dialog_listener = object: DialogInterface.OnClickListener{ override fun onClick(dialog: DialogInterface?, which: Int) { when(which){ DialogInterface.BUTTON_POSITIVE -> toast_p() DialogInterface.BUTTON_NEGATIVE -> toast..
안드로이드
2019. 7. 23. 20:58
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- RecyclerView
- chatting
- node.js
- 플러터
- redis
- socket.io
- django server
- DART
- flame
- Hummingbird
- 에러
- 에러해결
- Android
- WAS
- flutter
- password
- mysql
- Tutorial
- Django
- github
- 해결
- Kotlin
- springboot
- Git
- 안드로이드스튜디오
- Android Studio
- 코틀린
- 안드로이드
- 알고리즘
- CHANNELS
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
글 보관함