일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Plugins
- skipcollapsed
- datastore
- onResume
- jsontokotlinclass
- ChromeCustomTab
- prettyJson
- Blinking
- application
- requestPermission
- itemAnimator
- BottomSheetDialog
- shotcut
- notification bar
- webview
- onReceivedSslError
- 이미지 gps
- notification setting
- circlecrop
- LOG
- navigation component
- ActivityResultContracts
- Git
- kdoc-generator
- ExifInterface
- App Startup
- Android
- 403 Error
- room
- notification
- Today
- Total
목록application (2)
Debbi Story
1. Macs fan control 팬 속도를 조절할 수 있는 애플리케이션 입니다! https://crystalidea.com/macs-fan-control Macs Fan Control - control fans on Apple computers, also on Windows via Boot Camp “If you have concerns about the long term health of any machine that's running hot enough, use Macs Fan Control to bump up your fan speed.” – Linus Tech Tips crystalidea.com 2. Keka 압축 프로그램 입니다! https://www.keka.io/ko/ Keka - ma..
안녕하세요. Jetpack 라이브러리에 있는 App Startup을 알아보려합니다. 기존에는 Application 클래스에서 외부라이브러 등을 초기화를 했었습니다. class MyApplication : Application() { override fun onCreate() { super.onCreate() // initialize component } } 앱 시작 라이브러리는 애플리케이션 시작시 구성 요소를 초기화하는 간단하고 효율적인 방법을 제공합니다. 라이브러리 개발자와 앱 개발자는 모두 앱 시작을 사용하여 시작 시퀀스를 간소화하고 초기화 순서를 명시 적으로 설정할 수 있습니다. 초기화해야하는 각 구성 요소에 대해 별도의 콘텐츠 공급자를 정의하는 대신 앱 시작을 사용하면 단일 콘텐츠 공급자를 공유하..