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
- Host: GitHub
- URL: https://github.com/muhrifqii/maos
- Owner: muhrifqii
- License: apache-2.0
- Created: 2017-01-21T09:41:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T09:07:05.000Z (about 8 years ago)
- Last Synced: 2025-02-15T07:20:18.977Z (9 months ago)
- Topics: dagger, kotlin, sample-android
- Language: Kotlin
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Maos
[](http://developer.android.com/index.html)
[](http://kotlinlang.org)
[](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.