How to set image from Url using AsyncTask?

后端 未结 7 1225
青春惊慌失措
青春惊慌失措 2021-02-06 14:18

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

7条回答
  •  礼貌的吻别
    2021-02-06 14:30

    You are right when u do any network operation later Android 2.2(Froyo) Must use Asynctask

    This is the best example to understand AsyncTask

提交回复
热议问题