3,745 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
0
replies
22
views
Show a splash screen during or just after kernel boot (before Weston starts)
I want to: Show a splash screen during or just after kernel boot (before Weston starts). Possibly write raw image data directly to framebuffer or use fbv, psplash, or something similar. Questions: Is ...
0
votes
1
answer
35
views
Android Splash Screen that will work for minSDKversion === 23
ext {
minSdkVersion = 23
compileSdkVersion = 35
targetSdkVersion = 35
}
my android/app/src/main/res/values/styles.xml:
<?xml version="1.0" encoding="UTF-8"?>
<...
-1
votes
0
answers
70
views
While s3 exit need to immediately show some splash before userspace unfreeze [closed]
I am porting Yocto into my board. Usually, system goes to blankscreen once we perform S3. When we try to wake up the system, system should show some splash before userspace unfreeze. It should be ...
Advice
3
votes
1
replies
74
views
How to avoid dual splash screen in Flutter using flutter_native_splash and custom splash screen?
I am new to Flutter. I’m building a Flutter app and currently using:
Native splash via flutter_native_splash
(logo + background color).
Custom Flutter splash screen (SplashPage) with logo, slogan, and ...
0
votes
2
answers
161
views
App Icon shown before splash screen on flutter
I just changed the app icon using flutter_launcher_icons, but now when the app opens, the icon shows up first before the splash screen.
0
votes
0
answers
94
views
Flutter app doesn't move forward from native splash screen, it is somehow failing within run method
It only shows this screen. Never moves forward to next splash screen which is user defined.
My main method contains this code snippet
WidgetsFlutterBinding.ensureInitialized();
SystemChrome....
0
votes
0
answers
34
views
Flutter android/io app custom image on splash screen
Im have a flutter app android/ios and I am trying to customize the splash screen. I know I could the native one blank and use the flutter one, but I don't like this short white screen.
I have a ...
2
votes
0
answers
114
views
Flutter Native Splash: Logo looks blurry and branding image (skyline) doesn’t stretch full width
I’m building a Flutter app and trying to configure a splash screen with flutter_native_splash.
My goal:
Show my app logo centered (sharp, not blurry)
Show a skyline image at the bottom that spans the ...
0
votes
1
answer
141
views
I want to create Splash screen for latest react native project
I'm working on a React-Native project in which I've to create a Splash Screen, but when I researched it on the internet and I found a bit complex configuration with a project created.
Show me the ...
6
votes
3
answers
751
views
flutter_native_splash issue on android 12 and plus
I am using flutter_native_splash in my Flutter project.
The splash screen works perfectly on Android 11 and below, but on Real Android 12 devices and above, the logo does not appear on the first app ...
3
votes
1
answer
96
views
Expo splash screen works on iOS but not on Android using the splash option in app.json
So the documentations of Expo say that we must use the expo-splash-screen to setup a splash screen, but then there's a key in app.json named splash under expo which does that, with no problems, ...
1
vote
0
answers
93
views
How to create a full splash screen image instead of splash icon?
I want to use a full-screen image for the splash screen configuration in my app.json file, instead of an icon. However, when I try to use a full-screen image, it still appears as an icon-sized image ...
1
vote
1
answer
68
views
Splash screen replacement or removal for custom screen to appear on app launch
I have built a custom flutter splash screen, but the custom flutter splash screen appears after the default flutter native splash screen. Is there a way to remove or turn off the flutter native splash ...
0
votes
0
answers
41
views
Why UnsupportedOperationException is being thrown from installSplashScreen on small desktop
I've made SplashScreen by Doc but I get an Exception.
android:theme="@style/AppTheme.LauncherActivity" is set in app and activity.
This is my theme:
<style name="AppTheme....
0
votes
1
answer
937
views
How to create a full-screen splash screen?
I want to show a full-screen splash screen in RN expo app.
Using
"expo": "^53.0.10",
"expo-splash-screen": "~0.30.8",
and app.json
{
"expo": {
&...