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
{{ message }}
This repository was archived by the owner on Dec 17, 2020. It is now read-only.
*Version 0.2.0 has quite some changes compared to version 0.1.0, so please read this document very carefully.*
6
-
7
5
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).
8
6
9
7
*Key features:*
10
8
11
9
- Light weight
12
10
- Same Task API on all Android versions, based on the Marshmallow AsyncTask implementation.
13
11
- Simple API
14
-
- Supports API 9+ <sub>(or 11+ if you not use the support library based classes)</sub>
12
+
- Supports API 8+ <sub>(or 11+ if you not use the support library based classes)</sub>
15
13
16
14
**Add it to your project**
17
15
18
16
Android-Retainable-Tasks is available on jCenter, just add the following compile dependency to your modules build.gradle file.
0 commit comments