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
Post a Comment