I want a user browses the Internet and scrolls the site down / up while I download images from the internet without the user knowledge – the action of downloading images will not slow the application – Now it looks like the web page froze for several seconds.
After downloading the images I show message with ViewFlipper.
How can I fulfilling this?
Thank’s
if you want to do something like updating UI thread while doing some downloading image process in background then you should use AsyncTask
a complete refrence to AsyncTask can be found here
http://developer.android.com/reference/android/os/AsyncTask.html