How do I make a basic full screen app on android?
Is there an example showing that?
I tried the tutorial, but there is an ugly title bar at the top. I changed the DocumentWindow to a ResizableWindow, but that didn’t change a thing.
Btw, when we create a ui application project with the projucer, perhaps the following android/ios specific bit should be added in the generated main.cpp:
in the “Android Theme” option in the projucer Android Project settings!!
Why aren’t those things by default? I guess that once you know it it’s fine, but I lost quite some time figuring that out…
I’m sure that 99% of the android apps needs those fullscreen options no?
Perhaps that could be mentioned in the android tutorial? (sorry if I’m mistaken and if it actually is mentioned there, I’ve read it pretty quickly)