74 skills found · Page 1 of 3
skywind3000 / Asynctasks.vim:rocket: Modern Task System for Project Building, Testing and Deploying !!
litesuits / Android Lite AsyncCrossbow(LiteAsync) is an ameliorative, enhanced AsyncTask for Android. LiteAsync provides SimpleTask, SafeTask, CachedTask, etc, for rapid development. More convenient is, it has a TaskExcutor that excutes ordered, cyclicbarrier, delayed and timer Task.
fabiendevos / NanotasksExtremely light way to execute code in the background on Android. Alternative to AsyncTask.
liuling07 / MultiTaskAndThreadDownload使用AsyncTask实现的多任务多线程下载的Demo,支持断点续传。
bjoernQ / ThinrAn easy to use AsyncTask replacement - life cycle aware and leak preventing
scruffyfox / AsyncHttpClientUpdated and standalone version of AsyncHttpClient previously from XLibrary. Although this library will still work, it is considered deprecated as AsyncTask is deprecated.
mcsong / AdvancedAsyncTaskEnhanced AsyncTask library for Android
SilenceDut / AsyncTaskSchedulerA better substitute good of AsyncTask
dmamontov / AsynctaskAsyncTask enables proper and easy use of the thread. This class allows to perform background operations and publish results on the thread without having to manipulate threads and/or handlers.
victorlaerte / Jfx AsynctaskThis project was created to simplify how to handle Thread tasks in Javafx, and it is based on the same idea of AsyncTask from Android.
jackrex / CuzySDK Android StudioCuzySDK是一个为移动开发者提供的淘宝客模块的平台。官方提供的SDK是基于AsyncTask + Http,这些库大部分方法都被标志为deprecated,于是用android studio volley 改写一个非官方版本,希望对淘宝客感兴趣的参与进来
Label305 / AsyncTask AndroidAsyncTask made simpler.
GustavoKatel / Telescope Asynctasks.nvimIntegration for asynctasks with telescope.nvim
developer-shivam / Perfecto:ok_hand: Http Connection calls made easy. Simple wrapper to AsyncTask with Error Handling.
longway777 / Android 2019 Tutorial RoomBasic Step 4 ContinuedRoom+ViewModel+LiveData+Repository+AsyncTask+RecyclerView+Migration+UpdateUI
vitkhudenko / Test AsynctaskA simple app to test Android's AsyncTask behaviour (serial vs parallel execution)
fzachariah / Android ProjectsThis Folder contains all the android projects which implements Fragments,ListVIew, Recycler View, SQLite,Firebase Database,Okhttp, Firebase Cloud,Intents,AsyncTask,Realm
levinotik / ReusableAsyncTaskAn example of using the Observer pattern to implement a reusable AsyncTask
RockySteveJobs / TaskManagerA simple、 light(only two file)、fast 、powerful 、easy to use 、easy to extend 、 Android Library To Manager your AsyncTask/Thread/CallBack Jobqueue ! 一个超级简单,易用,轻量级,快速的异步任务管理器,类似于AsyncTask,但是比AsyncTask更好用,更易控制,从此不再写Thread ! ^_^
JohnyDaDeveloper / AndroidAsyncReplacement for deprecated AsyncTask