Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 648 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 648 Bytes

android-http-async-await

Kotlin 1.4.0

AndroidでKotlin 1.4.0のcoroutines(Async, Await)を使ってHTTP通信を非同期処理するサンプルアプリです

詳細はQiita記事に記載しています

Getting Started

This sample is Android http request using Kotlin1.3 coroutines(Async, Await).

This sample uses the Gradle build system.

To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.