Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- MaterialButton
- 코틀린
- ViewModel
- Android
- Kotlin
- FRAGMENT
- 뷰바인딩
- firebase
- button
- lifecyclescope
- Imageview
- OutlinedButton
- nav_graph
- Dialog
- 안드로이드스튜디오
- ButtonWithButton
- androidstudio
- 랜덤ID
- 안드로이드
- BottomSheetDialog
- Activity
- RealtimeDB
- 안드로이드 스튜디오
- textview
- EditText
- firebasefunctions
- 밑줄
- ROOM
- ArrayList
- 팝업액티비티
Archives
- Today
- Total
목록카카오톡번호 (1)
안드로이드 앱 개발
카카오톡 번호 팝업 다이얼로그 구현 - kotlin
전화번호를 눌렀을 때, 카카오톡처럼 해당 전화번호로 전화걸기, 문자보내기, 번호 복사 리스트 다이얼로그를 띄우고 처리하는 메소드 fun ShowAlertDialogWithListview() { val numberMethod: MutableList = ArrayList() numberMethod.add("전화걸기") numberMethod.add("SMS 보내기") numberMethod.add("복사") //Create sequence of items val Animals: Array = numberMethod.toTypedArray() val dialogBuilder = AlertDialog.Builder(this) dialogBuilder.setTitle(eachCustomer.customerNumb..
카테고리 없음
2021. 5. 11. 00:11