Questions tagged as 'progressdialog'

1
answer

ProgressDialog help

I'm looking for a way to have a progressBar or launch a progressDialog and it will disappear when all functions are finished. I have the saveItems function in which other functions are executed, I think that's where the problem comes from....
asked by 13.12.2018 / 21:39
2
answers

how to show a ProgressBar or a ProgressDialog while I'm doing a query with retrofit

I am working on a app which uses a Api to query a web server through retrofit . In my project I use the pattern MVC , and what I'm looking for is to enter a ProgressBar or a ProgressDialog q show up when I...
asked by 09.05.2018 / 01:33
1
answer

Error with a ProgressDialog Xamarin Android "Only the original thread that created a view hierarchy can touch its views"

I have a method, where I do a rest to bring a json, and then I deserialize it and put it into a DataGrid, until then everything is fine, now what I'm trying to do is fill in the data grid, put a progress dialog , but in doing so, this error mark...
asked by 11.10.2017 / 18:40
0
answers

Codeigniter read session value from a controller in the view - Percentage of progress

I have the following code in a view: function getstatus(){ base_url = '<?=base_url()?>'; var percentage; $.ajax({ url: base_url+"teleinforme/getstatus", type: "POST", dataType: 'json', succes...
asked by 16.11.2017 / 19:45