Questions tagged as 'progress-bar'

0
answers

How can I not freeze / crash the application when querying data via SQL Server and creating a "progress bar"?

The code below as an example brings me great information from the database. Every time I click on the "Search" option of my program, my application freezes / hangs for a while until the select "pull" everything. I would like to know how best to...
asked by 22.01.2018 / 13:58
0
answers

Android firebase with zxing barcode scan

Oops galley blz ?, I'm having problems with the zxing class next to a firebase search ... As soon as I retrieve the value from the barcode I perform a search using the barcode as a parameter, what I need is which during the search is slow becaus...
asked by 22.01.2018 / 05:15
1
answer

POST requests with loading icon on Android

I'm doing an Android application that will make some requests to an API, I generalized these requests in a class (RequestApi), where to use it, it would be enough to create a map with the information that I will send to API and call as follows:...
asked by 05.12.2017 / 23:06
1
answer

Interrating between a correct and incorrect question with a progress bar?

$(document).ready(function() { $('form').submit(function(e) { e.preventDefault(); var answerValue = $('#answer').val(); answerValue = answerValue.toLowerCase(); if (answerValue == 'rafael') { $('body').appe...
asked by 28.07.2017 / 00:23
1
answer

problem with onPreExecute method of AsyncTask - Android Studio

I have this activity that displays the user's score of my application. However, when this activity is called, what should occur is a ProgressDialog being displayed with the message "Searching for Pizza" (according to onPreExecute) and when the g...
asked by 09.06.2017 / 16:40
1
answer

ProgressDialog does not exit 0%

I'm uploading an image to the firebase database and I want to show it in progress but it always gets 0/100. progress=new ProgressDialog(getContext()); progress.setMessage("Downloading Music"); progress.setProgressStyle(ProgressDialog....
asked by 10.03.2017 / 18:55
1
answer

Progress bar in angulajs

I need a% w / o% to be the image of a chalice being filled with progress-bar . Something like this: link . Can anybody help you? I still do not have the official image, but it would look something like this: When you open a page, th...
asked by 30.01.2017 / 18:56
0
answers

Control change of position of a recyclerview through a progressBar

I'm trying to do a routine, where I control my item passing from my recyclerView to progressBar , that is, every time I change items, this change has to reflect on progress. The problem is that I can only get position when I...
asked by 10.01.2017 / 18:48
1
answer

Terminating two threads with ProgressBar in C #

I'm doing a ProgressBar of file conversions, with each converted file, it is updated to ProgressBar with a percentage of the total files to be converted. I read in a Tutorial how to do ProgressBar , work with Threads...
asked by 15.04.2016 / 18:11
0
answers

How to make ProgressBar fit the screen?

I'm developing an app for my site and until finally I can add a ProgressBar that accompanies the loading of the page, then get a style and now it only needs that it actually start from the top of the screen (same as Chrome) the blue bar s...
asked by 03.02.2016 / 16:50