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

https://github.com/muhrifqii/maos

Android sample project using only kotlin language programming
https://github.com/muhrifqii/maos

dagger kotlin sample-android

Last synced: 7 months ago
JSON representation

Android sample project using only kotlin language programming

Awesome Lists containing this project

README

          

# Maos
[![Platform](https://img.shields.io/badge/platform-android-green.svg)](http://developer.android.com/index.html)
[![Kotlin](https://img.shields.io/badge/kotlin-1.0.6-blue.svg)](http://kotlinlang.org)
[![PRs Welcome](https://img.shields.io/badge/prs-welcome-brightgreen.svg)](http://makeapullrequest.com)

A sample android app written in kotlin language using mvvm pattern. A fully functional and reactive sample with the help of dagger2 dependency injection.

## Prerequisites
Need to understand the very basic syntax of kotlin
- [Kotlin (1.0.6)](https://github.com/JetBrains/kotlin)

Have to understand the concept of Reactive Programming
- [RxJava2 (2.0.4)](https://github.com/ReactiveX/RxJava/tree/2.x)
- [RxAndroid2 (2.0.1)](https://github.com/ReactiveX/RxAndroid/tree/2.x)
- [RxLifecycle (2.0.1)](https://github.com/trello/RxLifecycle/tree/2.x)

Also the concept of Dependency Injection
- [Dagger2 (2.8)](https://github.com/google/dagger)

And the most used network lib
- [OkHttp (3.6.0)](https://github.com/square/okhttp)
- [Retrofit (2.1.0)](https://github.com/square/retrofit)

And others
- [Moshi (1.4.0)](https://github.com/square/moshi)
- [SimpleXml (2.7.1)](http://simple.sourceforge.net/download/stream/doc/tutorial/tutorial.php#scatter)
- [LeakCanary (1.5)](https://github.com/square/leakcanary)
- [Butterknife (8.5.1)](https://github.com/JakeWharton/butterknife)
- [Timber (4.5.1)](https://github.com/JakeWharton/timber)

## License
Copyright 2017 Muhammad Rifqi Fatchurrahman Putra Danar

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.