일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Compose
- drift
- 계측
- appbar
- Flutter
- activity
- scroll
- 안드로이드
- textfield
- Button
- 앱바
- Kotlin
- viewmodel
- tabbar
- Coroutines
- CustomScrollView
- binding
- 앱
- intent
- Navigation
- DART
- 테스트
- LifeCycle
- textview
- livedata
- data
- android
- Dialog
- TEST
- ScrollView
- Today
- Total
목록API (2)
Study Record
😶 API ? Android 는 앱뿐만 아니라 시계, TV, 자동차 등 코드를 실행할 수 있는 장치의 수가 다양하다. 그중에서 앱을 대상으로 하는 Android OS 는 알파벳 순서로 된 음식 이름으로 된 버전 번호가 있다. (ex. Android Oreo, Android pie 등) Android API 레벨은 Android 버전을 의미한다. (ex. API 19 = Android 4.4(KitKat) 사용자가 사용하고 있는 핸드폰 기기의 Android 버전이 서로 다를 수 있기 때문에 앱 프로젝트를 생성할 때 앱이 지원하는 최소 API 수준을 지정해야 한다! 😶 build.gradle 파일 앱 프로젝트의 build.gradle(Module: [App Name]) 파일은 앱 모듈과 관련된 빌드 매개변수..
✍ 정적 컨텐츠(파일을 그대로 웹 브라우저에 내려주는 방법) Spring Boot Features - Static Content Spring Boot Features Graceful shutdown is supported with all four embedded web servers (Jetty, Reactor Netty, Tomcat, and Undertow) and with both reactive and Servlet-based web applications. It occurs as part of closing the application context and is performed in the earliest docs.spring.io 파일을 그대로 웹 브라우저에 내려주는 방식이다. [예시] re..