Android : Calling the methods on UI thread from AsyncTask doInBackground method

前端 未结 4 1811
小鲜肉
小鲜肉 2020-12-03 05:30

I am using AsyncTask to upload data to UI. i wrote the code to download data from server in a separate method and i am calling that method from doinBackground. It will give

4条回答
提交回复
热议问题