BenGoBlue05 / UdacityAlumni

Udacity Alumni Android App
57 stars 30 forks source link

splash_screen #23

Closed vikasdesale closed 7 years ago

vikasdesale commented 7 years ago

Sir, This uses thread which runs for 4 seconds to display splash screen activity and then start Main Activity. Use of Thread because in previous one splash screen stop immediately upon creation of main activity.

Dvik commented 7 years ago

Google discourages the use of Splash screens this way. Stopping on the Splash screen for 4s unnecessarily doesn't make much sense. https://www.bignerdranch.com/blog/splash-screens-the-right-way/

BenGoBlue05 commented 7 years ago

@vikasdesale I will look into this. Have you tried reopening it since that last happened to you

Dvik commented 7 years ago

@BenGoBlue05 Closing this out as there's no issue.