Suitmedia-Mobile-Developer

所属分类:android开发
开发工具:kotlin
文件大小:0KB
下载次数:0
上传日期:2024-06-08 03:59:02
上 传 者sh-1993
说明:  在Suitmedia Mobile Developer测试期间开发的Android应用程序项目
(Android application projects developed during the Suitmedia Mobile Developer Test)

文件列表:
.idea/
app/
gradle/
build.gradle.kts
gradle.properties
gradlew
gradlew.bat
settings.gradle.kts

# Android Suitmedia Mobile Test ## ABOUT Android application projects developed during the Suitmedia Mobile Developer Test for MBKM Batch 7 ## CLONE REPO To get the *completed code*, clone the repo or download the repo ## DESIGN The design was provided by Suitmedia in the context of selection as a mobile developer. ## API CONSUME This application consumed the API from Reqres In ### Get Users Request : - Method : GET - Endpoint : `/users` - Query Param: - page: integer - per_page: integer Response : ```json { "page":1, "per_page":10, "total":12, "total_pages":2, "data":[ { "id":1, "email":"george.bluth@reqres.in", "first_name":"George", "last_name":"Bluth", "avatar":"https://reqres.in/img/faces/1-image.jpg" }, ... ], "support":{"url":"https://reqres.in/#support-heading","text":"To keep ReqRes free, contributions towards server costs are appreciated!"} } ```

近期下载者

相关文件


收藏者