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
- weak
- 구조체
- Subject
- observable
- rx
- 차이
- 해시
- concurrency
- 프로그래머스
- 백준
- 자바
- 프래그먼트
- async
- 리스트뷰
- 생명주기
- noncopyable
- 옵셔널
- View
- ios
- Self
- Swift
- 연산자
- 이스케이핑
- RxSwift
- 안드로이드
- 프로퍼티
- 알고리즘
- 풀이
- 스위프트
- 클로저
Archives
- Today
- Total
목록AlertDialog (1)
study record
[안드로이드] 캘린더 팝업 기능 AlertDialog
안드로이드에서 캘린더의 날짜를 눌렀을 때 원하는 정보가 튀어나오는 팝업기능을 구현하기 위해서는 AlertDialog를 이용하면 된다. AlertDialog.Builder builder= new AlertDialog.Builder(getContext()); CalendarView calendarView = rootView.findViewById(R.id.calendarView); calendarView.setOnDateChangeListener(new CalendarView.OnDateChangeListener() { @Override public void onSelectedDayChange(@NonNull CalendarView view, int year, int month, int dayOfMonth)..
안드로이드
2021. 2. 28. 16:53