https://github.com/worker8/archplayground
A repo aims to showcase various architectures in Android for different use cases
https://github.com/worker8/archplayground
Last synced: 8 months ago
JSON representation
A repo aims to showcase various architectures in Android for different use cases
- Host: GitHub
- URL: https://github.com/worker8/archplayground
- Owner: worker8
- Created: 2018-11-19T08:08:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T08:58:51.000Z (almost 7 years ago)
- Last Synced: 2025-03-02T14:35:24.595Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Architecture Playground

I made this repo to learn about different Android Architectures. I want to evaluate the difference and practicality for various archs, so that I can choose the right one for different purposes.
Currently included in this repo:
- Simple MVP, with Unit tests
- Simple MVP using Rx, with Unit tests
- Simple MVVM using Android Arch Component, with Rx
- Simple Redux, with Rx using https://github.com/mercari/RxRedux
- more to come...