When performing a task, that takes a few seconds and makes the whole program lag, is there a way to implement a screen that waits for the task to complete and then remove itself?
Asked
Active
Viewed 71 times
1 Answers
0
If your task is runned when the user start the application you can use the Splash screen. Otherwise I suggest you to run the task in another thread and get the output when the thread has finished to perform the task