You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,5 +24,20 @@ The ViewModel is discarded once the Fragment/Activity is not reachaeable anymore
24
24
7. ViewModel finishes the async task and tells the Fragment to show the data.
25
25
8. User leaves the Activity, the Fragment is destroyed and the ViewModel is removed.
26
26
27
-
28
-
<b>STATUS:</b> Under heavy development, don't use in real projects yet.
27
+
Download
28
+
--------
29
+
30
+
Grab via Gradle:
31
+
```groovy
32
+
compile 'eu.inloop.androidviewmodel:0.1'
33
+
```
34
+
or Maven:
35
+
```xml
36
+
<dependency>
37
+
<groupId>eu.inloop</groupId>
38
+
<artifactId>androidviewmodel</artifactId>
39
+
<version>0.1</version>
40
+
</dependency>
41
+
```
42
+
43
+
<b>Development status:</b> Used internally at company on some production applications. Library is under development and API changes might occur anytime. But it should be usuable at this point without any big issues (like memory leaks).
0 commit comments