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..gif B4A Question icon is displayed as a splash screen - AnandGupta (first post)    Mar 03, 2025   (1 reaction) As I said,
Splash screens | Views | Android Developers
https://developer.android.-screen#:~:text=How%20the%20splash%20screen%20works.%20When%20a,screen%20is%20dismissed%20and%20the%20app%20displays.
Starting in Android 12, the SplashScreen API lets apps launch with animation, including an into B4A Question B4A Pages creation - Erel (first post)    May 30, 2023   (1 reaction) Splash Screen Share My Creation SPLASH+LOGIN+REGISTER IN UI BA4 FOR SALE - Mondlane06    Jun 25, 2024   (5 reactions) 139257 139255 139256 Cust: 6.9$ Cont.Email or Paypal: techesworld2022@gmail.com B4J Code Snippet Splash Screen - Erel    Aug 07, 2017   (19 reactions) Simple sub to create a splash screen.
58487
Sub ShowSplashScreen
Dim sp As Form
sp.Initialize("sp", 600, 600)
sp.SetFormStyle("TRANSPARENT")
sp.BackColor = fx.Colors.Transparent
'change image here
CSSUtils.SetBackgroundImage(sp.RootPane, File.DirAssets, "B4R_512_512_transparent.p B4A Question Splash screen in Android 12 - agraham (first post)    Dec 05, 2022 I don't understand. Just lay out the splash screen in the Designer as you want it. In the example case it is Splash.bal. B4A Question B4XPages Splash - Erel (first post)    Aug 20, 2020   (1 reaction) Use B4XGifView or APNG.
There was indeed a bug. It is fixed: https://www.b4x.com/android/forum/threads/b4x-b4xpages-splash-screen.120851/ B4A Question [B4X] [B4XPages] Splash Screen - hide or show - LucaMs (first post)    Dec 09, 2020   (1 reaction) It think that you can do it in a simple way (without writing anything in the Activity Main - avoid this):
https://www.b4x.-b4x-mainpage-firsttime.124457/post-777152 B4A Question Splash Screen 2022 (only Android) - peacemaker (first post)    Jun 06, 2022 Actually indeed this is an issue: yes, Main activity may be used as a splash screen, and after time is out - Main starts Second activity and makes Self.Finish.
But next it's impossible to make the full exit in the Second activity - the Main is re-started again at any try to make Finish or ExitApplic B4J Question B4X Pages - How to hide the main page? - aeric (first post)    Feb 04, 2023   (1 reaction) Can refer to splash screen example https://www.b4x.com/android/forum/threads/b4x-b4xpages-splash-screen.120851/ Page: 1   2   3   4   5   6   7   Powered by ColBERT |