-1

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?

Sнаđошƒаӽ
  • 16,753
  • 12
  • 73
  • 90
Maddin
  • 3
  • 4

1 Answers1

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

Community
  • 1
  • 1
Tinwor
  • 7,765
  • 6
  • 35
  • 56