Skip to content
Advertisement

android splash screen timer plugin

I am new into developing android app, and I am trying to check if session is logged in, If the user is loggedin, It should not show the splash screen, but it the user is not loggedin, it should show the splash screen for 3 seconds. (Using code from http://web.archive.org/web/20130712051340/http://www.androidhive.info/2013/07/how-to-implement-android-splash-screen-2/)

But the Splash screen is showing all the time, so I think I done it wrong with the If/Else thing, hope someone can help me with that ๐Ÿ™‚

JavaScript

Advertisement

Answer

I Fixed it my self this this code here:

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement