https://github.com/zahraheydari/android-mvvm-hilt-rx3-kotlindsl
https://github.com/zahraheydari/android-mvvm-hilt-rx3-kotlindsl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zahraheydari/android-mvvm-hilt-rx3-kotlindsl
- Owner: ZahraHeydari
- Archived: true
- Created: 2020-08-23T12:45:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T12:06:03.000Z (about 5 years ago)
- Last Synced: 2025-03-11T04:34:27.007Z (7 months ago)
- Language: Kotlin
- Size: 232 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android-MVVM-Hilt-RX3-KotlinDSL
A Tiny Mobile Application
This is a simple Android sample app which implemented using MVVM architecture,
Retrofit2, RX3, Coil, Hilt, View Binding and Kotlin DSL.
At the moment, it has a simple structure but It will be more complicated if needed.
I used `https://www.omdbapi.com/` for the content of app through a simple UI.
My goal of sharing this code is to get feedback, find problems and improve the implementation.
So I`ll be very happy to hear from you!### Used libraries
1. [GitHub](http://square.github.io/retrofit/) - retrofit
2. [GitHub](https://github.com/square/moshi) - Moshi
3. [Github](https://github.com/square/retrofit) - Retrofit
4. [Github](https://github.com/ReactiveX/RxAndroid) - RxAndroid
5. [Github](https://github.com/ReactiveX/RxJava) - RxJava
6. [Github](https://github.com/coil-kt/coil) - Coil### Author
@ZARA