Issue
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
Solution
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
Answered By - Umar Qureshi
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.