일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- layout_constrainedHeight
- 생명주기
- Android
- findNavController
- layout_constrainedWidth
- gradle plugin
- 화면 회전
- Retrofit2
- DialogFragment
- log
- Room
- multipart
- WorkManager
- RecyclerView
- Collections Function
- 기기고유값
- json
- DataBinding
- kotlin
- Lifecycle
- Load failed
- todo
- Popup menu background color
- Navigation
- ThreeTen Backport
- http
- SSAID
- studywithme
- NumberPIcker
- BottomSheetDialogFragment
- Today
- Total
목록studywithme (2)
chacha's
Kotlin Android – Read JSON file from assets using Gson Kotlin – Convert object to/from JSON string using Gson 1. Assets 폴더 생성 후 JSON 파일 생성하기 // communityData.json { "id": 1, "contentsImages": [ "https://g-grafolio.pstatic.net/20190425_85/1556163852187Et6ao_JPEG/DSC02684.jpg?type=w896_4", "http://shop1.phinf.naver.net/20200919_230/1600508769512eErFn_JPEG/8ge1j7f_202091214118493298.jpg", "http://p..
class com.bumptech.glide.load.engine.GlideException: Failed to load resource- stackoverflow Opt out of cleartext traffic - Doc App manifest file - Doc ViewPager2를 이용하여 이미지 슬라이더를 구현하는 중에 이미지가 안 보이는 문제를 만났습니다. 처음에는 ViewPager2를 잘못 사용한 줄 알았지만 https 프로토콜을 사용하는 URL은 잘 보인다는 것을 알았습니다. 후에 로그를 제대로 읽으니 HttpException이라고 적혀있는 것을 보고 다시 한 번 로그를 잘 읽는 습관을 들여야겠다고 생각했습니다.😭😭😭 ~ W/Glide: Load failed for http://imgne..