์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
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 |
- Factory Method Pattern
- di
- FACTORY
- http method
- menutab
- OOP
- 2024-08-21
- tcp
- udp
- Kotlin
- 2024-08-20
- URN
- Android Studio
- ์ฝ๋์
- ์ฑ์ฉํ์ ํ
- datepicker
- ํ๋ IT&E
- Python
- IOC
- url
- AndroidStudio
- swagger
- Dialog
- fontstyle
- ๊ฐ์ฒด์งํฅํ๋ก๊ทธ๋๋ฐ
- uri
- OpenAPI
- ์ด๋ ธํ ์ด์
- ๊ธฐ์ด100์
- reflection
๋ชฉ๋กAndroid Studio (2)
dingdong coding

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 ๊ฐ๋ฐ ์ ์ํ๋ Font๋ฅผ ๋ค์ด๋ฐ์ ์ฌ์ฉํ๋ ๋ฒ์ ๋ํด ์์๋ณด๊ฒ ์ต๋๋ค. ๋จผ์ res ํด๋์ font style์ ์ง์ ํ ํด๋๋ฅผ ํ๋ ์์ฑํฉ๋๋ค. res ์ฐํด๋ฆญ > New > Android Resource Directory Resource type > font ์ ํ ์ดํ font > font_style.xml ์ ์์ฑํฉ๋๋ค. font_style.xml ์ด์ ์ฌ์ฉํ๊ณ ์ ํ๋ ํฐํธ๋ฅผ ๋ค์ด๋ฐ์ผ๋ฌ ๊ฐ๋ณด๊ฒ ์ต๋๋ค. https://fonts.google.com/ Google Fonts Making the web more beautiful, fast, and open through great typography fonts.google.com ์ฌ์ฉํ๊ณ ์ ํ๋ font style์ ๊ฒฐ์ ํ๋ค๋ฉด style์ ์ดํด..