Wish New class 'Application' in Core library

abhishek007p

Active Member
Licensed User
Longtime User
Hi! @Erel Is it possible if we can have a new class called 'Application' in core library? Im not sure if this is already existing...

Class name would be 'Application' (like in VB/.NET) where it will have the following read only properties;

Application.LabelName (Application Name)
Application.PackageName
Application.VersionCode
Application.VersionName
Application.IsDebuggerAttached (boolean) to test whether the app is running on b4a ide - just ignore it if its not possible.

Thanks,
 
Top