Android Question Application Label version number etc.

Status
Not open for further replies.

Tormentor

Member
I start getting on with some coding.
But now that seems the simpliest.
Where do I change that in B4A.
The application label Version number etc so its correct in the manifest.
now its only B4A Example and no version number etc.

Also how to remove the top title of the app. so its really full screen.
I have disabled show title and enabled Full screen in designer view.
 
Last edited:

josejad

Expert
Licensed User
Longtime User
You get it at the top of Main:

B4X:
#Region  Project Attributes 
    #ApplicationLabel: B4A Example
    #VersionCode: 1
    #VersionName: 1.0
    'SupportedOrientations possible values: unspecified, landscape or portrait.
    #SupportedOrientations: unspecified
    #CanInstallToExternalStorage: True
    #BridgeLogger: True
 
Upvote 0
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…