Android code for Fastest Way to retrieve data from web server to android! Native method or 3rd party library? -


i using asynctask download json string webserver.
while debugging code realized time taken transfer control function call in background taking time.

public class downlog extends asynctask<string, string, string>{     // ... } 

after entering in background data downloaded little faster.
want know how download data fast

definetely third party library (if don't want reinvent wheel :) )


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -