iT邦幫忙

2023 iThome 鐵人賽

DAY 29
0
自我挑戰組

Practice again& again.系列 第 29

Android - Retrofit

  • 分享至 

  • xImage
  •  
  • 新增Retrofit dependencies

    • implementation 'com.squareup.retrofit2:retrofit:2.9.0'
      implementation 'com.squareup.okhttp3:okhttp:4.9.3'
      implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0'
      implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
      implementation 'com.squareup.retrofit2:converter-scalars:2.9.0'
      
  • manifests/AndroidManifest.xml 新增請求許可

    • <uses-permission android:name="android.permission.INTERNET" />
      
  • 建立 GET 請求

    • @GET("/")
      suspend fun getContents(): String
      

上一篇
Android - Http Request 前置作業
下一篇
Android - mock test (MockK)
系列文
Practice again& again.30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言