文件名称:Android代码-TinyTask
文件大小:85KB
文件格式:ZIP
更新时间:2022-08-26 04:03:03
Android代码
TinyTask A tiny Android library to create async background tasks. Highly inspired by NanoTasks, but with a funnier API :) Abstract Android's AsyncTasks are highly criticized for being bad, unreliable, outdated, etc. Are they perfect? No. Do we have better alternatives? Sure, but sometimes all we want is a quick and simple way to run something in the background. What is it, really? Just a tiny wrapper around an AsyncTask, with a funny looking API. How to download and Install Add the following to
【文件预览】:
TinyTask-master
----.gitignore(163B)
----gradle()
--------wrapper()
----README.md(2KB)
----build.gradle(436B)
----gradlew.bat(2KB)
----gradlew(5KB)
----LICENSE(11KB)
----TinyTask.iml(828B)
----app()
--------.gitignore(7B)
--------build.gradle(648B)
--------proguard-rules.pro(656B)
--------app.iml(7KB)
--------src()
----gradle.properties(855B)
----.idea()
--------encodings.xml(166B)
--------vcs.xml(166B)
--------misc.xml(396B)
--------modules.xml(355B)
--------scopes()
--------.name(8B)
--------copyright()
--------compiler.xml(711B)
--------gradle.xml(657B)
----.awconfig(4B)
----settings.gradle(15B)