I have a little advice with one thing that I want to accomplish in my application. I want my application to sync some data over internet everytime when it starts and the idea is that I have a custom action bar which contains a circle progress bar and I want that progress bar to run when I'm downloading the data and stop running when the downloading is over. And I want to do this in all activities in my tabhost (I have 2 in my application and I want to do that in main one). I've already tried with thread and async task, but if I change the activity and return back the progress bar is not spinning, same with threads. Am I missing something or I should try with service too.
Or which is the best way to accomplish this?
AsyncTask– Caner Nov 29 '11 at 8:23