Skip to content
This repository was archived by the owner on Dec 17, 2020. It is now read-only.

Commit 2cf872a

Browse files
author
Rolf Smit
committed
Updated readme, added maven compile dependency.
1 parent ecb7266 commit 2cf872a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Android-Retainable-Tasks
22
Android-Retainable-Tasks is an easy to use mini-library for easy asynchronous background tasking with callback support to the UI. This library is based on the Android `AsyncTask` implementation but with support for retaining tasks and therefore surviving configuration changes (orientation).
33

4+
**Add it to your project**
5+
6+
Android-Retainable-Tasks is available on jCenter, just add the following compile dependency to your modules build.gradle file.
7+
8+
```groovy
9+
dependencies {
10+
compile 'org.neotech.library:android-retainable-tasks:0.1.0'
11+
}
12+
```
13+
14+
**Index**
15+
416
1. [Basic usage](#1-basic-usage)
517
2. [How it works](#2-how-it-works)
618
3. [Advanced usage](#3-advanced-usage)

0 commit comments

Comments
 (0)