How can I see how the progress in SKProgressBar?.
I only display the full bar at the end of the process
I only display the full bar at the end of the process
B4X:
SKProgressBar1.Percentage = 0
....code 1
SKProgressBar1.Percentage = 20
....code 2
SKProgressBar1.Percentage = 40
...
SKProgressBar1.Percentage = 100