Android download list of files with callback -


i've got activity need download , save list of files. files , names stored in map <string,string>. after downloading files need call function in activity.

i've have asynctask class downloads , saves files , interface callbacks activity. how can pass map<string,string> asynctask or maybe there solutions?

thanks.

this not suitable asynctask. should implementing custom service, intentservice.

there's tutorial @ http://www.vogella.com/tutorials/androidservices/article.html


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -