
Retrofit2 + Coroutine build.gradle (Module: app) android { compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } dependencies { // Retrofit2 implementation 'com.squareup.retrofit2:retrofit:2.7.1' implementation 'com.squareup.retrofit2:converter-gson:2.7.1' implementation 'com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:0.9.2' //..

build.gradle (Module: app) dependencies { // Retrofit2 implementation 'com.squareup.retrofit2:retrofit:2.7.1' implementation 'com.squareup.retrofit2:converter-gson:2.7.1' implementation 'com.squareup.okhttp3:logging-interceptor:4.3.1' } AndroidManifast.xml 인터넷 권한 추가. RetrofitAPI.kt package com.jwsoft.kotlinproject import com.google.gson.JsonObject import retrofit2.Call import retrofit2.http.GET ..

build.gradle (Module: app) dependencies { // Retrofit2 implementation 'com.squareup.retrofit2:retrofit:2.7.1' implementation 'com.squareup.retrofit2:converter-gson:2.7.1' implementation 'com.squareup.okhttp3:logging-interceptor:4.3.1' } AndroidManifast.xml 인터넷 권한 추가. RetrofitAPI.java package com.jwsoft.javaproject; import com.google.gson.JsonObject; import java.util.List; import retrofit2.Call; ..
- Total
- Today
- Yesterday
- CoordinatorLayout
- TabLayout
- coroutine
- 혀가 길지 않은 개발자
- recyclerview
- JSONArray
- XML
- 안드로이드
- Kotlin
- MVVM
- ViewPager2
- Livedata
- JSONObject
- ViewModel
- Design Pattern
- James Kim
- DataBinding
- View
- handler
- ArrayList
- Vue.js #Vue.js + javascript
- Intent
- 안드로이드 #코틀린 #Android #Kotlin
- Architecture Pattern
- 코틀린
- activity
- java
- fragment
- 자바
- Android
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |