begiPass
begiPass

Reputation: 2174

prevent loading blank page when launching android app in the first time

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

Answers (2)

T.V.
T.V.

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

Darshan Gowda
Darshan Gowda

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

Related Questions