We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0084b41 commit 8aded0dCopy full SHA for 8aded0d
README.md
@@ -4,3 +4,22 @@ A sample to implement conductor library with MVVM architecture
4
Conductor Library:
5
https://github.com/bluelinelabs/Conductor
6
7
+RxJava2:
8
+https://github.com/ReactiveX/RxJava
9
+https://github.com/JakeWharton/RxBinding
10
+
11
+Dagger2:
12
+https://google.github.io/dagger/
13
+https://medium.com/@rachitmishra/dagger-2-with-kotlin-59d3c2440f4f
14
15
+Retrofit:
16
+http://square.github.io/retrofit/
17
18
+Github API:
19
+https://developer.github.com/v3/
20
21
+MVVM in Kotlin:
22
+https://medium.com/corebuild-software/simple-android-mvvm-using-rx-and-kotlin-9769a91b03ef
23
24
+View Binding in Kotlin:
25
+https://kotlinlang.org/docs/tutorials/android-plugin.html
0 commit comments