안드로이드에서 View를 Inflate할 때, Error Inflating View라는 오류가 뜨면서 그 아래 제목의 Resource를 찾지 못했다는 오류가 뜬다. 이 오류는 Resource가 drawable 폴더가 아닌, drawable-v24폴더에만 있을 경우 발생한다. drawable 폴더와 drawable v24폴더의 차이는 다음과 같다 Drawable API23 이전의 drawable 리소스를 관리하기 위한 폴더 API24 이후를 쓰면서, Drawable-v24에 drawable 리소스가 없을 경우 이 폴더에서 자동으로 찾는다. Drawable-v24 API24 이후의 drawable 리소를 관리하기 위한 폴더 API23 이전에서는 동작하지 않아 v24에만 파일을 놓고, API23 이전에서 실행..
샘플 앱 : github.com/seyoungcho2/APIRequest 환경 세팅 : 레트로핏을 사용하기 위해서는 3가지 파일을 변경 해야한다. 1. 모듈 수준의 build.gradle에 아래 implentation 3개 추가 dependencies { implementation 'com.squareup.okhttp3:logging-interceptor:4.2.1' // Logger Library implementation 'com.squareup.retrofit2:converter-gson:2.9.0' // Json을 받아와 자동으로 객체로 Convert implementation 'com.squareup.retrofit2:retrofit:2.9.0' // Retrofit Library ... } 2..
- Total
- Today
- Yesterday
- HTTP 204
- ZonedDateTime
- REST API란 무엇인가?
- Android
- REST API PUT
- sealed class 1.5.0
- REST JSON
- sealed class 사용 방법
- sealed class enum
- kotlin
- HTTP 301 Moved Permanently
- REST API GET
- REST API Plain Text
- HTTP 100 Continue
- sealed class 상속
- java
- Kotlin sealed class
- LocalDateTime
- HTTP 201
- REST xml
- HTTP 400
- 500 Internal Server Error
- Kotlin sealed class 상속
- 코틀린 also
- sealed class 안정성
- REST API HTML
- sealed class 특징
- REST API POST
- HTTP 401 Unauthorized
- HTTP 404 Not Found
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |