Skip to main content

All Questions

Tagged with or
0 votes
2 answers
65 views

I'm currently working on a project in Android Studio and noticed the traditional approach to creating a splash screen involves making a separate activity and manually setting a timer before moving to ...
Nikita Pawar's user avatar
Advice
0 votes
1 replies
62 views

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 ...
Malin Shaik's user avatar
0 votes
1 answer
57 views

ext { minSdkVersion = 23 compileSdkVersion = 35 targetSdkVersion = 35 } my android/app/src/main/res/values/styles.xml: <?xml version="1.0" encoding="UTF-8"?> <...
Bear Bile Farming is Torture's user avatar
Advice
3 votes
1 replies
101 views

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 ...
Kaiser's user avatar
  • 59
0 votes
2 answers
201 views

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.
jithu's user avatar
  • 9
0 votes
0 answers
96 views

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....
Sonia Ejaz's user avatar
0 votes
0 answers
35 views

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 ...
Emaborsa's user avatar
  • 2,950
2 votes
0 answers
139 views

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 ...
syrine BEN HASSEN's user avatar
0 votes
1 answer
150 views

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 ...
Surendhar's user avatar
6 votes
3 answers
983 views

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 ...
Ramji's user avatar
  • 70
3 votes
1 answer
101 views

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, ...
Alireza Dehghan's user avatar
1 vote
0 answers
99 views

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 ...
Newbi's user avatar
  • 53
1 vote
1 answer
80 views

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 ...
Vrishab Acharya's user avatar
0 votes
0 answers
42 views

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....
Максим Соколов's user avatar
0 votes
1 answer
1k views

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": { &...
injecteer's user avatar
  • 20.8k

15 30 50 per page
1
2 3 4 5
250