- Notifications
You must be signed in to change notification settings - Fork5
dmchoull/RxMVVM-Sample
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Sample Android Kotlin application using an MVVM + Redux style architecture with RxJava2.
- View (i.e. Activity/Fragment) observes state from its View Model and reacts to any changes
- View handles UI events and calls methods on its View Model to make things happen
- View Model dispatches actions to trigger state changes or cause side effects (ex: API call)
- Side effects of actions are implemented inredux-observable style epics
- Application state is kept in aRedux style global store
- View Model observes state changes from the store and publishes the relevant parts to its observer (the View)
- Android Architecture Components View Model - Lifecycle aware view model
- RxJava - Asynchronous programming with observable streams
- RxBindings - RxJava bindings for Android's UI widgets
- Reductor - Redux style store + epics
- Retrofit - HTTP client
- Kodein - Kotlin Dependency Injection
- Robolectric
- JUnit 5
- Mockito
- Mockito-Kotlin
About
Sample Android application using an MVVM architecture, RxJava2, Kotlin, Kodein, Robolectric, JUnit 5
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published