Hay coder
I want to make a view like this with full-screen mode but the notification and status bar still appear. is there a way to make this in B4A B4XPages? Thank you.
I tried using this code for Transparent StatusBar that I learned from This Post On B4XPages for my new project : Dim ph As Phone If ph.SdkVersion >= 4.4 Then Dim jo As JavaObject Dim window As JavaObject = jo.InitializeContext.RunMethod("getWindow", Null)...