I\'m a newbie programmer an I\'m making an android program that displays an image on ImageView from a given url. My problem is how do you use this on the AsyncTask?
Thes
You are right when u do any network operation later Android 2.2(Froyo) Must use Asynctask
Android 2.2(Froyo)
This is the best example to understand AsyncTask
AsyncTask