Questions tagged [async-onprogressupdate]
19 questions
0
votes
1 answer
Notifications from asynctack OnProgressUpdate method
I am currently working on an application which will continuously get sensors data from a web server and display it in text Views. I am using an Asynctask to get the data and the OnprogressUpdate method continuously fetch new data and display it.…

akshay270494
- 47
- 7
0
votes
1 answer
Show determinate ProgressBar in onProgressUpdate of AsyncTask during the time taken to download data from the internet
I am trying to use this library to publish progress on the Activity screen in the onProgressUpdate() of an AsyncTask, which is used to download some data from the internet. The demo application they have provided is using Handler to demonstrate…

Solace
- 8,612
- 22
- 95
- 183
-1
votes
1 answer
when asyntask onprogress update running, can't do another task
I am trying to get sensor data from arduino to an android phone using the asynctask onprogress update method. The sensors's data is displayed in a TextView and there are 2 buttons for turning on and off a led.
The problem is that the android phone…

akshay270494
- 47
- 7
-2
votes
1 answer
Android timer is not updating in progressbar while reading json
This is my code I'm not able update the timer in progressbar:
class IPListAsy extends AsyncTask{
ProgressDialog progressDialog;
@Override
protected void onPreExecute() {
…

Issac Balaji
- 1,441
- 1
- 13
- 25