python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
My SplashScreen doesn't change to my image
I am not sure what is wrong because I directly get an error even if I don't change anything (android:src="@mipmap/launch_image" />).
Keppler
Votes: 0
Answers: 0
Android 12 Splash Screen causing crash in <12 versions of Android with AppBarLayout
I set the theme of the app to the one I created that inherits from Theme.SplashScreen, which is declared in values-v31. Now when I launch my app on devices running 11 and below, I get a crash. How do ...
Tyler
Votes: 0
Answers: 0
Android 12 Splash Screen API inconsistent behavior
I am implementing the new Splash Screen API but encountered an inconsistent behavior on it. Sometimes the screen with app icon shows and sometimes it doesn't. There is also a long white screen on the ...
Bitwise DEVS
Votes: 0
Answers: 1
Android 12 Splash Screen API not working with Material Component
I've been following the documentation, but unfortunately it doesn't include the adaptation when using Material Component as app overall theme.
<style name="Theme.App" parent="Theme...
Bitwise DEVS
Votes: 0
Answers: 2