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

    Language:Java269102459
  • 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.

    Language:Java17215763
  • JohnyDaDeveloper/AndroidAsync

    Replacement for deprecated AsyncTask

    Language:Java28349
  • 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.

    Language:Java1100