A
A
Artyom2014-06-16 00:03:06
Mobile development
Artyom, 2014-06-16 00:03:06

Is there an alternative to splash screen in mobile application?

According to android recommendations, it is better not to put splash screen in the program. When the application opens, while the stub is shown, the token will be validated. If its expiration date has expired, then I show the login form. If everything is fine, then I make about 4-5 more requests to load the latest data from the server. Next, a map of the area with which the user is already working is shown.
If you remove the stub and show the map right away, and after a couple of seconds you find out that the token is not working, then it will not be very nice to return the user to the login form.
What's the best way to do it here? Who does what?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mintormo, 2014-06-16
@alius

Maybe make a screen that says "Loading data" and a progress bar?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question