Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)