Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yoesuv/android-kotlin-mvvm-networking

create simple networking apps
https://github.com/yoesuv/android-kotlin-mvvm-networking

android databinding kotlin-android mvvm-android

Last synced: 5 days ago
JSON representation

create simple networking apps

Awesome Lists containing this project

README

        

## Android Kotlin MVVM Simple Networking ##

simple app with MVVM pattern, with Espresso basic testing
execute `./gradlew connectedForTestDebugAndroidTest`

* [Android Architecture Component](https://developer.android.com/topic/libraries/architecture/)
* [Data Binding](https://developer.android.com/topic/libraries/data-binding)

[Download APK](https://e.pcloud.link/publink/show?code=XZtgXwZ2C8DuP4RJNugmxJiEGijqR2SUHv7)


Home | List | Grid
-----|-----|-----
![home](https://i.imgur.com/AlgGslz.jpg) | ![list](https://i.imgur.com/zrgXane.jpg) | ![grid](https://i.imgur.com/cjrRePK.jpg)

#### List libraries used in this project ####
* [Coil](https://coil-kt.github.io/coil/)
* [Gson](https://github.com/google/gson)
* [Ktor](https://ktor.io/)

### References ####
- [UI Automator](https://developer.android.com/training/testing/other-components/ui-automator)