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 |
Tags
- lifecyclescope
- textview
- 뷰바인딩
- firebasefunctions
- Activity
- nav_graph
- FRAGMENT
- MaterialButton
- firebase
- ViewModel
- 안드로이드 스튜디오
- EditText
- Dialog
- 팝업액티비티
- BottomSheetDialog
- 안드로이드스튜디오
- androidstudio
- 랜덤ID
- OutlinedButton
- 코틀린
- Android
- Imageview
- ButtonWithButton
- RealtimeDB
- button
- 밑줄
- ArrayList
- 안드로이드
- ROOM
- Kotlin
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