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

Commit 311e05b

Browse files
committed
Added image to readme
1 parent 9ff812f commit 311e05b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
[ ![Download](https://api.bintray.com/packages/rolf-smit/maven/android-retainable-tasks/images/download.svg) ](https://bintray.com/rolf-smit/maven/android-retainable-tasks/_latestVersion)
33
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Android%20Retainable%20Tasks-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/3236)
44

5-
**Android-Retainable-Tasks is an easy to use mini-library that makes it really easy to retain background tasks.** Executing something in the background while maintaining the UI can be quite challenging, especially when Android recreates your Activity on rotation. This library tries to solve this problem by making sure your background task is attached to the (new) UI when needed. The implementation of this library is based on the `AsyncTask` source from Android O and uses the same patterns (and has support for) as used in the new [Android Architecture Lifecycle](https://developer.android.com/reference/android/arch/lifecycle/Lifecycle.html) library to retain tasks.
5+
**Android-Retainable-Tasks is an easy to use mini-library that makes it really easy to retain background tasks.** Executing something in the background while maintaining the UI can be quite challenging, especially when Android recreates your Activity on rotation. This library tries to solve this problem by making sure your background task is attached to the (new) UI when needed. The implementation of this library is based on the `AsyncTask` source from Android O and uses the same patterns as used in the new [Android Architecture Lifecycle](https://developer.android.com/reference/android/arch/lifecycle/Lifecycle.html) library to retain tasks.
6+
7+
![Android Retainable Tasks](resources/function-illustration.png)
68

79
*Key features:*
810

resources/function illustration.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<mxfile userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36" version="6.8.5" editor="www.draw.io" type="device"><diagram id="27066c20-bd05-238c-b167-e2b31421d64a" name="Page-1">7VnbcpswEP0aPyYDCDB5tJ2keWmn02Sm7aMMC9ZYIBfkW7++EoiLMK5pjMdJJ/aMDbvS6rJH5+zACM3i3acUrxafWQB0ZBnBboTuR5Z15yHxKw37wuCgcWGIUhIUJrM2PJPfoIyGsq5JAJnWkDNGOVnpRp8lCfhcs+E0ZVu9WcioPuoKR3BgePYxPbR+JwFfKKvrOLXjCUi0UENbCHmFZ479ZZSydaIGHFkozD+FO8ZlMLXSbIEDtm2Y0MMIzVLGeHEV72ZA5d6W+1b0ezzirSaeQsL7dLCKDhtM11DO2KWi6zRkIoLYO+wXDvfXWk5qOmPrlEAqXF9gW5vlWvie6m1ljJssT+9ENDDd1a7Zw43k/8TnZEP4vhxYTLYYu3CrfapiW/nugpy/KdzbBeHwvCpmuRVoFLYFj6ly+ywmvrg2xHXGU7aEGaMszSMhdzJFtl15ylTLfiGhtNHSs+6nDlIresQxoRLZT0A3wImPlUMB2fTUfSOAfS+/wo4piRJh80WCxC6W69tAymF3NIlmBQ1x5IDFwFOxX4bqYNkKTfsSqOp+2wBvibhFA7dI2bA6L1EVuoaMuFCo6UYQ+kDQ+0eQ414RQXYHgloZgySYSF6Xy6Y4y2RGmkmqaLQzS0b+6c7SudmAHeE/VDB5/VNO4taRd4nYhx9qTvlN7SsWCMGBDLUSJjZBHBZ1fsp94TiNoNz/7rQ20uZ0ZK20pUCxODr6JLpSqUb4ykh+pBVqkKejBpktNBSTV72aKtQKZCM9kOW2AhVLPgiUI6tadi+wuafo6jQH2V0c9I1xsZUs6ctB4qxyHcMpiDHwPG8gIbOSq83X70xHTufJl2dewJVOlCMmQSD7TymeA51WtUgDuKoa6Qb40ZPQhfyjtKOqMrWUutZpotv+Kx0Zt7aH0CAYvbFdvQsLwwzORdH4+qL3grPlFQTP92Ae9hG8AIMX+m9V8KwWdY0P9Q65F9I775/0bk6Zv3xraqcUrtS7XOCCR0LLGZ6hb9cSszYizHaq+4oZMkwt0N3dpbTMNC8kZg878NccPrSsl5Z5J7TMccZIQ8TNUNKmA9a7gNCVFd27JKuqAK/r8XPp6s3U3q7VoivjlXQ1NvRA9sVKb/Pkw6bX1t6QrSn/YKtebGUa3bAtSUXyleNqkBiIrnQSNMeXoKuup1ED0pVnyO8BXQ3yXEenJL1k70tQVyueWmxkvfZJQJuNDgINSEddz52GoKMXEv//pVN1Es4joyMaWtVOrl2+cxm4djJbcYegI3Fbv7kpmtevx9DDHw==</diagram></mxfile>

resources/function-illustration.png

8.29 KB
Loading

0 commit comments

Comments
 (0)