Posts by Cayque Duarte • 25 points
2 posts
-
0
votes1
answer277
viewsQ: Show Progressibar when logging into Firebase
When logging in, I want a load bar to appear while the login is being done. How do I get the process (time, size...) of Firebase to increment in the progress bar? Follow the login code: private void…
-
2
votes3
answers3721
viewsQ: Wait for Thread to finish to proceed with the code - Delphi
I’m facing a problem in an application that I developed. It is an automatic updater that basically downloads the necessary files and extracts them in a suitable path. The problem is time to…