splash screen

  1. S

    Android Question Google Wear OS - Splash Screen Rejection

    I've created an app specifically designed to run on a watch. I've met all Google's rules for a Wear OS app except it keeps getting rejected with... "Issue found: Missing app icon in splash screen. Your app does not show a 48x48dp app icon on a black background during app startup." Creating an...
  2. SinaDeveloper

    Android Question Splash screen in Android 12

    Hello How can I make my b4a splash screen compatible with Android 12? As you know, there is a mandatory splash in Android 12 that displays the program icon in a small form and after a few seconds the program starts. This has caused my app to have two splashes on Android 12! Here is how to...
  3. M

    Android Code Snippet Splashscreen Manifest AppCompat

    Hi everyone, I had to fix the ugly white page that shows for a bit before the app starts (using B4XPages). There is this tutorial by Erel in the forum: https://www.b4x.com/android/forum/threads/b4x-b4xpages-splash-screen.120851/ that explains how to do everything, with a beautiful video by...
  4. A

    Android Question AXrLottie view not covering full screen

    Hi All, I have been trying to figure this out, I have a lottie file where I want to add as a splash screen; however it is not covering the whole area in fullscreen. Below is the code I am using: Dim AXrLottie As AXrLottie AXrLottie.Initialize LottieView.Initialize("")...
Top