Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yoesuv/android-kotlin-mvvm-networking
- Owner: yoesuv
- Created: 2018-01-16T00:30:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T00:18:27.000Z (about 1 month ago)
- Last Synced: 2024-12-06T00:27:32.001Z (about 1 month ago)
- Topics: android, databinding, kotlin-android, mvvm-android
- Language: Kotlin
- Homepage:
- Size: 1.78 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)