Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
21 views

How to Set a Custom PNG Image as a Splash Screen on Android 12+ (API 31+)?

As I understand, from Android 12 (API 31+) the correct way to set the SplashScreen of the app is via the androidX core SplashScreen library: <style name="Theme.App.Starting" parent="...
kirvel's user avatar
  • 671
0 votes
0 answers
30 views

How can I dynamically change the theme of an android splash screen?

I have an android app whith a StartupActivity that serves as a splash screen while preparing the app. I use a special splash theme for that activity: <activity android:name=".activity....
arkascha's user avatar
  • 42.7k
0 votes
1 answer
29 views

How to add a GIF to the splash screen?

How can I add a GIF to the splash screen? How can I modify its duration, depending on the launch time of the app? public class SplashActivity extends AppCompatActivity { @Override protected ...
ailad-'s user avatar
  • 1
0 votes
1 answer
66 views

App is ignoring windowSplashScreenBackground after working on themes

I had a very simple splash using API the background was correctly set. I then started working on themes and fixing bugs, and when I was done, the app icon still show a rounded square with correct ...
Jason 'Slingshot' Miller's user avatar
0 votes
1 answer
148 views

Flutter native Splash not changing background to white in dark mode

I am a Flutter developer, I am developing an application in which I have to add a splash screen, I am using the flutter native splash Package which is recommended. I am facing an issue which is I am ...
saffi ullah khugyani's user avatar
0 votes
0 answers
93 views

I encountered an error about splashscreen:E AndroidRuntime: FATAL EXCEPTION: wmshell.splashscreen

09-24 03:57:26.301 1479 1656 I input_interaction: Interaction with: 2b24e54 Splash Screen com.chaozh.iReaderFree (server), PointerEventDispatcher0 (server), 09-24 03:57:26.306 1479 2910 D ...
jun chang's user avatar
0 votes
1 answer
205 views

Cordova 12 Cordova-Android v13 Splash screen not showing

I've updated myCordova to version 12 and cordova-android platform to version 13 and suddenly the custom splash-screen I had added and was working just fine doesn't show anymore. I just get the default ...
Salvatore's user avatar
1 vote
1 answer
59 views

Duplicated TopAppBar when implementing the new SplashScreen APIs in Android

I just implemented the new splash screen APIs on my app and everything works as expected, except for one thing! A new topAppBar showed up on top of my old one, which I'm implementing using jetpack ...
Omer Maki's user avatar
  • 805
0 votes
1 answer
55 views

How to set an Image as a Full Screen using Splash Screen API in Android

I have a Splash Activity in which there is an Image which covers the whole screen of device. Now I am migrating to Splash Screen API so how can I modify my handling to show that same Image on full ...
Md Anas Shikoh's user avatar
2 votes
3 answers
272 views

How to hide action bar after splash screen in jetpack compose?

I have followed this article Splash screen for below all API levels with icon without any activity. support splash screen for both devices below android 12 and above. The splash screen works fine in ...
Fatima Jamal's user avatar
0 votes
1 answer
76 views

Getting different bootsplash icon than the one that was used by generating react-native-bootsplash

We migrated from react-native-bootsplash-v4 to react-native-bootsplash-v6 for the dark-splash support. The CLI generated the required assets using the logo provided. The background color is changed ...
Nischit's user avatar
  • 39
0 votes
1 answer
90 views

How to remove native splash icon | Flutter

I'm setting up native splash screen in flutter. Problem : I want to delete Flutter icon when app loads (on native level). My AndroidManifest.xml : <application android:label="@string/...
Malak's user avatar
  • 401
0 votes
1 answer
67 views

How to modify size of bitmap in layer-list?

I want to have a splash screen in my app that also supports version below android 12. I found this article Jetpack Compose: Splash Screen API. I follow all the steps. But the icon is filling the ...
Fatima Jamal's user avatar
1 vote
2 answers
113 views

How to start MainActivity after SplashScreen?

I want to run my app on devices below android 12. The app will have a splash screen, the app can't use splash screen api becuase it does not work sufficiently in devices below android 12. How to ...
Fatima Jamal's user avatar
0 votes
0 answers
39 views

How to create a solid colour Android launcher screen?

Before my blank activity is active, the launcher screen very briefly appears. It's the default android icon. I want to change this to a solid colour. I'm targeting android SDK 33. I understand things ...
mmm111mmm's user avatar
  • 4,075
0 votes
0 answers
24 views

React-native-splash-screen Resource and asset merger: Can't determine type for tag <ImageView

i was adding react native splash screen on my project , while adding the logo on splash screen, it says Execution failed for task ':app:mergeDebugResources'. ERROR: D:\project\project\android\app\src\...
mriganka hazarika's user avatar
0 votes
0 answers
162 views

Android Studio / How can I set 1 image on splash screen on API 31?

Is it possible set one image on splash screen? I want to set only one image because the app icon, app name and brand name are already in the image. So I don't have to set background color or icon. I ...
chaeng's user avatar
  • 1
-1 votes
1 answer
46 views

How to add an additional icon at the bottom of the splash screen in the android 12+ and needs to work with the lowest models as well

I need to show a splash screen with the Appicon at the center and an additional logo at the bottom of the splash screen. How to add the additional icon at the bottom of the splash screen in the ...
sejn's user avatar
  • 2,614
0 votes
1 answer
544 views

How to Set a Full-Screen Splash Screen in .NET MAUI Blazor App for Android

I'm working on a .NET MAUI Blazor application and I am having trouble setting a full-screen splash screen for Android. Despite my efforts, the splash screen does not cover the entire screen as ...
Niranjan Chigulla's user avatar
2 votes
2 answers
533 views

custom image for splash screen in compose

I am using the splash screen and want to have an image instead of a background color. This is a compose project. androidx.core:core-splashscreen:1.0.1 I am using the following <?xml version="...
ant2009's user avatar
  • 22.3k
2 votes
0 answers
302 views

Why android is triggering double splash screen even after using SplashScreen API?

I've implemented the SplashScreen API in my jetpack compose application. As it is obious my application is single-activity application. But when i upload the app to play console it's warning that on ...
CODAR747's user avatar
  • 154
0 votes
1 answer
684 views

how to disable system splash screen introduced in android 12 and above?

I'm encountering a problem identified in my pre-launch report on Google Play Store. Check the attached image for clarification. google play console pre-luanch report double splash screen warning In my ...
user24467243's user avatar
0 votes
1 answer
255 views

How to keep SplashScreen showing until dataStore is loaded in jetpack compose?

I want to keep the SpalshScreen (SplashScreen Api) untill the dataStore is loaded. Once dataStore is loaded it should go to the main app content. Here is my Code that i've attempted but its not ...
CODAR747's user avatar
  • 154
0 votes
1 answer
1k views

How do I add a background image to my splash screen on android created with react-native-bootsplash?

I am trying to add a background image to my splash screen in my react native app, on IOS I added it manually on android I am getting some weird behavior. I am using react-native-bootsplash v5.4.1 I ...
Endrit Shabani's user avatar
0 votes
1 answer
780 views

How to change background color of launch screen icon in flutter?

Here is the content of my style.xml @color/background @color/background This Theme is only used starting with V2 of Flutter's Android embedding. -->...
user7524206's user avatar
3 votes
0 answers
264 views

Duplicate Splash Screen Issue on Google Play Console Pre-Launch Report

A few days ago, I sought help regarding this inexplicable phenomenon, but I may have had difficulties in describing the problem. For some time now, I've been receiving the following warning in the Pre-...
Ronny Linde's user avatar
0 votes
0 answers
511 views

How to disable default splash screen or how to reduce default splash screen duration?

How can I disable the default splash screen in Android 12 and above? I have used WindowIsTranslucent, but it is affecting the user experience. I also tried to customize it, but I can't disable it ...
Yogeshraj S's user avatar
0 votes
0 answers
31 views

I'm not able to load my splash screen- android using VS code, can I get the steps regarding building a splash screen using Kotlin

What went wrong: Execution failed for task ':app:processDebugResources'. A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction ...
MARIELLE CATHERINE GEORGE's user avatar
0 votes
3 answers
1k views

Remove the logo that is displayed when application is launched before the splash screen begins

When launching the application there is short time for which the logo is shown and after that my splash screen animation starts. How do I disable my logo from being shown when the application is ...
balma's user avatar
  • 1
0 votes
1 answer
491 views

Android SplashScreen API is not compatible with AppCompatActivity and Material

Seems that Android Splash Screen API is not compatible with AppCompatActivity and Material Theme. OK, this as said in link, it speaks only about Activity-class not AppCompatActivity-class, but I did ...
Reijo Korhonen's user avatar
0 votes
0 answers
92 views

How to fix the non-existent blank SplashScreen issue on Google Play Console?

I am facing an issue of Android compatibility that warns me that there is a double splash screen, which is not true. I checked my implemenation and did not find any double splash screen. Also, there ...
Mark Delphi's user avatar
  • 1,735
0 votes
0 answers
45 views

I'm encountering an issue in React Native CLI where an error occurs whenever I navigate to the login screen

This problem started after I added a splash screen. Initially, the splash screen appears as intended when the app is launched. However, the problem arises when I attempt to transition from the splash ...
Muhammad Shakir Khan's user avatar
1 vote
0 answers
249 views

Android - How to repeat icon animation in SplashScreen API

I was making splash screen animation with animated-vector drawable and SplashScreen api. After a delay of 3 seconds in the ViewModel, I pass the Splash Screen, but I want the animation to repeat ...
samedhrmn's user avatar
  • 137
0 votes
1 answer
160 views

Generated Ionic App Splash screen looks unexpected

I'm trying to display a splash screen which is saved as splash.png with a resolution of 2732 X 2732 pixels under my resources folder in my ionic project. When I generate the png images all look fine ...
Barry the Beginner's user avatar
0 votes
1 answer
287 views

Splashscreen is not visible with Android 12

I join other people that have the same problem with Android 12 but I can't find a solution. I have a MAUI project. When I deploy the project on an emulator the splashscreen is visible as you can see ...
Enrico's user avatar
  • 5,998
0 votes
0 answers
83 views

WearableListenerService does not invoke Splash Screen

Per requirement WO-V15 in Wear OS App Quality guidelines, and as a requirement to get published by the PlayStore, Wear OS apps now need to integrate with splash screen. Following instructions for ...
Ana's user avatar
  • 119
13 votes
4 answers
9k views

Play Console Pre-Launch Warning "Double splash screen"

Doesn't matter what I do, Play Console always shows a warning on my pre-launch report: The crawler detected a blank loading screen or a custom splash screen that is shown in your app after the system ...
Bruno's user avatar
  • 4,487
0 votes
1 answer
209 views

Changing flutter Navigation and status bar color in Splash Screen

when i use NativeSplashScreen package in android , status bar and Navigation bar backgrounds ARE NOT transparent. so it makes the ui look a bit ugly. what im trying to fidn out is that if there is a ...
Jackie's user avatar
  • 23
0 votes
0 answers
3k views

Splash screen-Jetpack compose

I want to integrate a splash screen in my android jetpack compose project . The screen has a background image and an icon at the center. I have tried splash screen api recommended in this official ...
Harish Padmanabh's user avatar
0 votes
2 answers
332 views

How to make Splash in Single Activity Architecture?

I need to create a splash screen in an application configured with Single Activity Architecture. It would be common to create a drawable file and set it as a theme, or to use the "splash screen ...
Haeiny's user avatar
  • 3
0 votes
1 answer
422 views

How To Implement Android Splash Screen API Without Changing The Current Theme

I would like to add the Android Splash Screen API to an already developed project based on this document, which has its own styles and themes. In the document it says that the theme in the application ...
Mohsen Emami's user avatar
  • 3,132
4 votes
0 answers
1k views

Splash screen api not working on android 12 (API 31, 32)

I've seen different posts about this, and also an open issue on google where they say it's not a bug, but intended behaviour instead. https://issuetracker.google.com/issues/197906327 Although a lot of ...
Saul's user avatar
  • 129
4 votes
1 answer
1k views

Splash Screen not working with Deep links and when launched from Android Studio

When I launch my app from launcher screen the Splash Screen works fine but when I launch my app via deep link, the logo animation is not triggered and also the code in the associated SpalshScreen....
Prateek Gupta's user avatar
0 votes
1 answer
498 views

Dimensions of a PNG file to match exactly with Android drawable dp

I want to use the PNG format of my Android studio drawable logo in splash-screen for APIs 21 and 22. As it has been noted in this post, these APIs have problems with drawables in layer-list. So I want ...
user21193451's user avatar
6 votes
4 answers
3k views

postSplashScreenTheme does not apply theme after splash screen

After implementing the Splash Screen API as indicated by Android documentation (also this and this), the launch activity (which goes right after the splash screen) does not have dynamic color theming ...
Synth's user avatar
  • 95
1 vote
1 answer
883 views

Add Text in Splash Screen above android 12

Is it possible to add a text below the logo in splash screen while using Splash Screen API? I did not find any property regarding "text" in Theme.SplashScreen. I have also tried the ...
Sakthivel K's user avatar
0 votes
1 answer
214 views

incorrect picture when loading splash screen

I'm trying to make a splash screen using this guide: enter link description here Only the picture doesn't look like that at all I can't convert svg to xml because of some moments in svg (writes in ...
steind.VY's user avatar
  • 338
3 votes
1 answer
4k views

How do I make a splash screen that supports all android versions in kotlin compose?

I wanted to make a splash screen for my app and I found an article on the internet and added them to my app. I follow this documentation. https://developersancho.medium.com/jetpack-compose-splash-...
NewPartizal's user avatar
  • 1,094
0 votes
0 answers
164 views

How to wait async operation in kotlin?

MyViewModel.kt @HiltViewModel class SplashScreenViewModel @Inject constructor( private val tokenManager: TokenManager ) : ViewModel() { private val _state = MutableStateFlow(SplashScreenState(...
NewPartizal's user avatar
  • 1,094
0 votes
1 answer
800 views

How do I wait for the processes to finish in the SplashActivity ViewModel in compose kotlin?

I used an api called splash api for my application's splash screen and if you know how to use it you need to add a few xml files and images and you also need to add code to the manifest for ...
NewPartizal's user avatar
  • 1,094