androidasync
There are 4 repositories under androidasync topic.
JeffMony/MediaSDK
The library is working for downloading video while playing the video, the video contains M3U8/MP4
reneweb/AndroidAsyncSocketExamples
This project includes a few examples on how to create different types of sockets using AndroidAsync. It includes examples for a TCP client/server, TCP client with SSL and UDP client/server.
JohnyDaDeveloper/AndroidAsync
Replacement for deprecated AsyncTask
technxtcodelabs/AndroidAsyncTask
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.