Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ledyx/android-mvp-kotlin-architecture
My favorite Android architecture and settings
https://github.com/ledyx/android-mvp-kotlin-architecture
Last synced: 2 days ago
JSON representation
My favorite Android architecture and settings
- Host: GitHub
- URL: https://github.com/ledyx/android-mvp-kotlin-architecture
- Owner: ledyx
- License: mit
- Created: 2018-04-29T06:45:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T08:09:15.000Z (over 6 years ago)
- Last Synced: 2024-04-21T19:35:54.619Z (7 months ago)
- Language: Kotlin
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# android-mvp-kotlin-architecture
My favorite Android architecture and settings. And it's my practice for Kotlin programming.## Libraries
### Dependency Inject
- [AndroidAnnotations](http://androidannotations.org/)```
AndroidAnnotations (maybe) will be replaced by Dagger2
```### Runtime permissions handler
- [PermissionsDispatcher](https://github.com/permissions-dispatcher/PermissionsDispatcher)### Database
- [ORMLite](http://ormlite.com/sqlite_java_android_orm.shtml)```
ORMLite (maybe) will be replaced by Realm
```### Event Handler
- [RxAndroid](https://github.com/ReactiveX/RxAndroid)### Date & Time
- [Joda-Time](http://www.joda.org/joda-time/)### JSON
- [Jackson](https://github.com/FasterXML/jackson)