Questions tagged as 'asynctask'

0
answers

Android AsyncTask doInBackground works on 1 phone but not on another

I have an app that finishes everything OK on a Samsung Galaxy S7, version 7.0, API 24. But when I try it on a Huawei CAM-L03, version 6.0, API 23, it does not work. I basically have a class like this: public class Sender extends AsyncTask...
asked by 04.04.2018 / 16:59
0
answers

HTML Image SRC Android AsyncTask

Good afternoon, I'm developing an Android application that needs to consume Web Service, but the detail is that the content of one of the data comes in a hypertext format, therefore I have to convert it to Android, sometimes it comes with images...
asked by 09.01.2018 / 23:45
0
answers

Android - modify a textview from asynctask (doInBackground)

Good morning: I'm doing an Android chat client that connects to a local java server, and I've already pretty much finished. The only thing I need is that the messages received by the AsyncTask class, which runs a getinputstream from the serve...
asked by 12.11.2017 / 19:44