0

I am fairly new to android development and have been searching for the solution for the past few days.

I have a few activities in my app and each activities has to send request to web server(for example "login" activity send Http request "GET" , "Update" activity send Http request "POST") . That means , every activity has to perform background operations.

Can I manage in LoadInBackground in AsyncTaskLoader my backgroundtasks from my activites? , if every activities contains LoadManager? Or I sould use something else?

Could anyone can give me some hints , which way is the best to perfom multi Background tasks ?

0 Answers0