코틀린 안드로이드 다이얼로그 기본
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
- 코틀린
- mysql
- 알고리즘
- flame
- node.js
- RecyclerView
- Git
- WAS
- github
- DART
- Android Studio
- Kotlin
- chatting
- 해결
- springboot
- Android
- 에러
- Hummingbird
- 에러해결
- 플러터
- django server
- 안드로이드
- socket.io
- flutter
- Tutorial
- password
- 안드로이드스튜디오
- CHANNELS
- Django
- redis
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함