Example how do asycrounous downloads in android, for multiple images or files.
Asyncrounous-Http-Requests-example is hosted in the following web site
https://github.com/minthubk/Asyncrounous-Http-Requests-example
If you think the Android project Asyncrounous-Http-Requests-example listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Asyncrounous-Http-Requests-example.
Item | Value |
---|---|
Java File Count | 17 |
Target SDK Version | 8 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
Asyncrounous-Http-Requests-example has the following Java source files.
com.asynchronous.download.AsynchronousDownloadActivity.java com.asynchronous.download.Download.java opens.components.cache.Cache.java opens.components.cache.CompositeCache.java opens.components.cache.FileCache.java opens.components.cache.MemoryCache.java opens.components.cache.serializers.BitmapSerializer.java opens.components.cache.serializers.CacheSerializer.java opens.components.cache.serializers.ObjectSerializer.java opens.components.http.HttpObjectRequest.java opens.components.http.ImageRequest.java opens.components.http.StringRequest.java opens.components.http.core.HttpRequest.java opens.components.http.core.HttpRequestHandler.java opens.components.http.core.HttpRequestParams.java opens.components.http.core.RequestQueue.java opens.components.view.RemoteImageView.java