Questions tagged as 'progressbar'

2
answers

Progress bar or wait message, webview Android Studio

I have an activity with a webview where I show an external web page, this occasionally delays loading so I would like to put a progress bar or a message, this to avoid the user thinking that more than delay is that the application does not It's...
asked by 12.05.2017 / 23:53
3
answers

Change color ProgressBar

I wanted to know how to change the progress color of a circular ProgressBar (not the one that is a bar) the code of my progress bar    android: id="@ + id / pg_bar" android:layout_width="65dp" android:layout_height="65dp" an...
asked by 16.06.2016 / 18:25
1
answer

ProgressBar within a drawable

With the help of a post from a user here, how to remove the white screen from the "pre-load" before splahScreen I solved the problem, now I would like to know if in this drawable a progressbar can be integrated. I leave th...
asked by 14.02.2017 / 23:54
1
answer

How to make a progress bar 0 to 100?

I wanted to know how to create that screen that applications have when they open and load , in some a logo appears, in others a bar appears that is loaded from 0 to 100. and then the app appears What is the name of that type of activity and...
asked by 09.04.2016 / 02:14
1
answer

Progress bar in laravel

Colleagues, I am sending from the view to the controller a data matrix to save in database, but they are a universe of 6000 records and it takes time to process, not to confuse the user I want to show a progress bar like the one in the image...
asked by 03.10.2018 / 15:50
1
answer

Include text in a ProgressBar

I am trying to include a text in a ProgressBar (which I have modified to be in vertical mode) so that I will update it when I change the value, I have tried trying to write the text HELLO but it does not include it in any way , the code is as fo...
asked by 27.09.2018 / 10:15
1
answer

Android: Problem with ProgressBar

I have a problem when I show my ProgressBar what happens is that the ProgressBar appears already until the last one and its appearance of immediate that is not reached to appreciate. What I want to do is show up when I'm in AsyncTask and it actu...
asked by 14.12.2016 / 21:14
1
answer

How to use Tkinter ProgressBar

Hi, I have a very simple application where I load an .xlsx file in a dataframe with the pandas library and then generate a treeview to show it in table mode. With a file of 100 or 200 rows it takes very little, the problem comes wh...
asked by 05.09.2018 / 20:30
2
answers

ProgressBar progress according to the data sent

I am trying to make my ProgressBar advance according to the data sent to the service. Everything works very well the problem is to let the user know the progress of the data sent using ProgressBar . private void Enviar() { Ole...
asked by 14.03.2018 / 17:26
1
answer

Help with ProgressBar

hello I have a little problem in the following code that I will show, and that is how I can do it so that my progress bar does not go from 0 to 100, but instead of me I take a variable to get the percentage annex the progressbar code and my oper...
asked by 26.02.2018 / 00:24