Android Question Using 8.0 - Blue Frame and Title shows

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I created a new app using 8.0 today and am seeing blue frame with Icon and App Name in title

I have IncludeTitle False
B4X:
#Region  Activity Attributes
   #FullScreen: False
   #IncludeTitle: false
#End Region
and in my designer screen I have Title set to blank and Show Title not checked and Animation is turned off.

Even with everything turned off when my App starts the first flash is a blue frame with the app name then my screen shows.

I load my screen as the first thing in Activity_Create

I believe I am seeing this because I am doing a lot in my Create (which I will move to Resume - this is just a test program).

Does 8.0 create a blue frame with App Name & Icon In Title
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Does 8.0 create a blue frame with App Name & Icon In Title
No. It is not related to any change in B4A v8.0.

I believe I am seeing this because I am doing a lot in my Create
This is indeed the case. You can add Sleep(0) as the first line in Activity_Create to allow the screen to be updated quicker.

Another (better) option is to use AppCompat: https://www.b4x.com/android/forum/threads/appcompat-with-toolbar-minimal-example.79896/#content
As you can see in the gif animation on that thread, the app starts without an action bar.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…