https://github.com/linx64/rxjava-rxkotlin
A sample project for using RxJava/Kotlin along with Retrofit, DataBinding, and Hilt for Dependency Injection with an MVVM design pattern.
https://github.com/linx64/rxjava-rxkotlin
Last synced: over 1 year ago
JSON representation
A sample project for using RxJava/Kotlin along with Retrofit, DataBinding, and Hilt for Dependency Injection with an MVVM design pattern.
- Host: GitHub
- URL: https://github.com/linx64/rxjava-rxkotlin
- Owner: LinX64
- Created: 2022-07-21T14:34:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T00:23:59.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T15:23:21.475Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RxJava/RxKotlin
A sample project for using RxJava/Kotlin along with Retrofit, DataBinding, and Hilt for Dependency Injection with an MVVM design pattern.
### Room for improvement
- Data caching - using Room DB
- Using Extension functions