https://github.com/rafallopatka/ssc-android
Shooting sequence controller - Android app allowing controlling a custom device for shooting's training.
https://github.com/rafallopatka/ssc-android
android androidx cicerone jetpack kotlin kotlin-android mvi mvi-android mvi-clean-architecture okhttp3 reactive reactive-extensions reactive-programming reactivex retrofit2 room-persistence-library rxjava2
Last synced: about 1 month ago
JSON representation
Shooting sequence controller - Android app allowing controlling a custom device for shooting's training.
- Host: GitHub
- URL: https://github.com/rafallopatka/ssc-android
- Owner: rafallopatka
- License: gpl-3.0
- Created: 2019-02-25T16:40:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T17:00:46.000Z (over 7 years ago)
- Last Synced: 2025-04-29T23:36:22.573Z (about 1 year ago)
- Topics: android, androidx, cicerone, jetpack, kotlin, kotlin-android, mvi, mvi-android, mvi-clean-architecture, okhttp3, reactive, reactive-extensions, reactive-programming, reactivex, retrofit2, room-persistence-library, rxjava2
- Language: Kotlin
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shooting sequence controller
Android app allowing controlling a custom device for shooting's training.
Android reactive application showing proper state handling, differential ui rendering and in-process cqrs basics.
Technologies used:
* Kotlin
* AndroidX
* Android Architecture Components
* Android Jetpack
* RxJava 2
* Retrofit + OkHttp
* Android Room
* Cicerone