Skip to content

Tag: splash-screen

display image in a splash screen

I am a novice android developer. I am trying to create a splash screen. I have a png image. I have created an empty splash screen with a text box.I have 2 activities – MainActivity and SecondActivity. code: activity_main.xml: But app:srcCompat=”@drawable/geeks” is in red color. Means it is n…

React Native Android Splash Screen

I’m trying to build a splash screen for an Android RN app. I’ve followed the steps described here : https://www.bignerdranch.com/blog/splash-screens-the-right-way/ Unfortunately, when trying to launch my app, the build is successful but the app crashes saying: Does any one know where this could co…

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.androidh…