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
- springboot
- backgroundTint
- livedata
- prolificinteractive/material-calendarview
- calendar
- Dialog
- editText
- podinit
- PostgreSQL
- addTextChangedListner
- Button
- RestAPI
- 리눅스
- viewmodel
- android
- DialogFragment
- cocoapod
Archives
- Today
- Total
목록DialogFragment (1)
코코딩딩
[안드로이드]Dialog 만들기 (DialogFragment, Custom Dialog)
안드로이드에서 Dialog (대화상자)를 구현하는 법을 정리하고자 한다. 처음 검색할 때는 custom dialog 에 대해서 알아보기 위해서 예제를 찾았는데 Dialog클래스를 직접 사용한 예제였다. 다른 방법이 없나 검색을 해본 결과 android developers에 잘나와 있었다. 이곳에서 말하길 Dialog 클래스는 dialog의 기본 클래스 이지만 직접 인스턴스화 하지말고 AlertDialog를 사용할 것을 권장하고 있다. 또한 DialogFragment를 같이 사용해 구현하는 방법을 알려주고 있다. DialogFregment 구현 Fragment package com.example.testdialogfragment; import android.app.AlertDialog; import and..
코딩/Android
2022. 3. 30. 14:58