B4A Tutorial [B4X] [B4XPages] Splash Screen - Erel    Aug 10, 2020   (33 reactions) B4A, B4i and B4J splash screen implementation. The implementation is different in each platform.
1. Don't miss the manifest editor code in B4A.
2. Don't use %y in the code. Use Root.Height instead (you can use %y in the designer script).
https://www.b4x.com/basic4android/images/PcdMk1pKhm.gif... B4A Question [B4X] [B4XPages] - Splash Screen (animated gif mod) - luke2012    Jan 8, 2021 Hi all,
within a App I'm running the B4XPages Splash Screen (https://www.b4x.com/android/forum/threads/b4x-b4xpages-splash-screen.120851) by @Erel.
Before start coding, I have a couple... B4A Question B4XPages, with Splash Screen in Immersive Mode... Transition from Main to Activity2 not smooth - Cableguy    Aug 7, 2024 Hi guys and gals,
So, I took the B4XPages Splash screen example, and added in immersive mode... all works fine except of, what I think is, the transition between the Main Activity and Activity2... B4J Code Snippet Splash Screen - Erel    Aug 7, 2017   (19 reactions) Simple sub to create a splash screen.
58487
Sub ShowSplashScreen
Dim sp As Form
sp..., "Splash_Complete")
End Sub
Project is attached.
Edit: sp.Close was missing.... B4A Question Runtime permission splash screen - marcick    Apr 13, 2018   tags: SDK the user has approved everything, the real activity (MainRP) is started. A splash screen can be added... B4A Question Google Wear OS - Splash Screen Rejection - Steve Addy    Feb 6, 2025 splash screen. Your app does not show a 48x48dp app icon on a black background during app startup...) it's the size that's wrong. The splash screen looks fine on my watch and the Android Studio Emulator.
My app does show a splash screen as per Elon's Instructions and it does have a black... B4A Code Snippet Sample Splash Screen - RandomCoder    Sep 29, 2016   (25 reactions) As requested by Fhren Meza after seeing a sample video I posted on YouTube, here is a sample splash screen. In the end I abandoned the transparent background with fade to black because the very top title bar area always looks a little ametuerish. Anyhow, please see the attached project if wanting to re-create the look shown here... FX-V81XFQj0... B4A Question Splash Screen 2022 (only Android) - peacemaker    Jun 6, 2022 Hi, All
Any simple solution for a splash screen (without B4Xpages, yes, without them) for Android only in 2022 ?... B4i Question B4XPages - Splash Screen - luke2012    Oct 1, 2021 Hi all,
I have implemented a B4XPages splash screen (by @Erel Tutorial).
Inside B4A it works correctly but inside B4i it signals me an error within the definition of the activity: "Attribute not supported: fullscreen" (see code).
This error happens because in B4i there is no "activity" module I guess. So more generally, what is the approach to making the B4XPages splah screen... B4A Question Splash while initializing pages - angel_    Sep 19, 2021 I have this code like the example.
https://www.b4x.com/android/forum/threads/b4x-b4xpages-splash... (Root1 As B4XView)
Root = Root1
Wait For (ShowSplashScreen) Complete (Unused As Boolean... Page: 1   2   3   4   5   |