Currently I use "ProgressDialogShow" to display a wait box while a process finishes. It works perfect.
But you would need some kind of Dialog that can display a progress bar or display different text during the process.
Is there such a thing?
Any code examples?
Better to use: https://www.b4x.com/android/forum/threads/simple-progress-http-download.127214/#post-796463 The attached project includes a slightly modified version of HttpUtils2 and a new service named DownloadService. The purpose of DownloadService is to make it simple to download files of...