Reputation: 2174
is there any way to prevent the empty view which appear when I load the app in the first time or to change it by any custom view
Upvotes: 1
Views: 1109
Reputation: 793
I believe what you are searching for is a SplashScreen
Here's an example Splash Screen Example
Or refer to this post
Hope it helps.
Upvotes: 1
Reputation: 5216
You can use a dubious progress bar if your app takes some time to launch. You can also use a simple splash screen.
Upvotes: 0