The library is working for downloading video while playing the video, the video contains M3U8/MP4
-
Updated
Oct 28, 2020 - Java
The library is working for downloading video while playing the video, the video contains M3U8/MP4
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.
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.
Add a description, image, and links to the androidasync topic page so that developers can more easily learn about it.
To associate your repository with the androidasync topic, visit your repo's landing page and select "manage topics."