hello guys I wanted to know you can put a progress bar when the application launches? so the user knows if the application has crashed or is only charging. thank you very much
1 Answer
You cannot add a progress bar on the splash screen, but you can create a first screen that looks exactly like your splash screen and add a progress bar to that. However, if your app crashes at the splash screen, the user will never see the progress bar.
I think the goal here should be not to let your users know that the app has crashed, but rather to not have your app crash.
Your Answer
Think you can help? Login to answer this question!