UniversalAsyncHandler to provide http post requests efficiently...
-
Updated
Aug 2, 2017 - Java
UniversalAsyncHandler to provide http post requests efficiently...
Replacement for deprecated AsyncTask ( Android )
A random text file generator and benchmark app for Android written in Kotlin. Generate upto 50K text files (random) in an external storage directory and benchmark the speed.
AsyncTask is a helper class which helps us to use the UI thread properly. AsyncTask allows us to perform long-run/background operations and show its result on the UI thread without blocking threads. AsyncTasks should ideally be used for short operations (a few seconds at the most.) that will not affect our main thread.
Notes Application for Android Devices
Enhanced AsyncTask library for Android
Add a description, image, and links to the android-asynctask topic page so that developers can more easily learn about it.
To associate your repository with the android-asynctask topic, visit your repo's landing page and select "manage topics."