일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 어노테이션
- 2024-08-21
- fontstyle
- url
- menutab
- reflection
- 객체지향프로그래밍
- Android Studio
- URN
- 코드업
- IOC
- AndroidStudio
- 기초100제
- uri
- di
- datepicker
- FACTORY
- udp
- 현대 IT&E
- Python
- tcp
- OpenAPI
- swagger
- 채용확정형
- Dialog
- Factory Method Pattern
- http method
- Kotlin
- 2024-08-20
- OOP
Archives
목록datepicker (1)
dingdong coding
[ Android / Kotlin ] DatePicker 활용하기 ( +Custom)
DatePicker를 사용해보겠습니다. 우선 DatePicker를 사용하기 위한 Activity를 생성한 후 해당 xml 파일로 넘어가봅니다. activity_date_picker.xml DatePicker : 캘린더 ImageView : 설정한 년도 미리보기 Button 기능 Button : 선택한 날짜 정보 불러오는 버튼 TextView : 선택한 날짜 정보 표시 DatePickerActivity.kt package com.example.kokoapplication; import android.content.Intent import android.net.Uri import android.os.Bundle; import android.widget.Button; import android.widget.D..
🌃Android/UI
2022. 1. 10. 21:54