We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d4639 commit 780fbf4Copy full SHA for 780fbf4
README.md
@@ -1,11 +1,11 @@
1
# Android--MVVMLib
2
-Few base classes for easier handling MVVM
+Base classes for easier handling MVVM in android/Kotlin
3
4
# maven { url 'https://jitpack.io' }
5
6
# implementation 'com.github.Luteoos:Android--MVVMLib:2.0.3'
7
8
-or(with no ViewModelProvider)
+or(with no ViewModelProvider/basically MVP with LiveData)
9
10
11
# implementation 'com.github.Luteoos:Android--MVVMLib:1.4.4'
0 commit comments