Android Question [B4X] Complete Attributes List

PhilipBrown

Active Member
Licensed User
Longtime User
I am trying to produce a table of all attributes showing where each can be used.
So far I have the following.
Anything wrong?
Anything missing?

I realise project and library attributes are included in an activity module, but I am trying to make it clear which attribute belongs to which function.


AttributeActivity ModuleClass ModuleCode ModuleService ModuleProject Attributes
Library Attributes​
#AdditionalJar
Y​
#AdditionaRes
Y​
#ApplicationLabel
Y​
#BridgeLogger
Y​
#CanInstallToExternalStorage
Y​
#CustomBuildAction
Y​
Y​
Y​
Y​
#DebuggerDisableOptimizations
Y​
#DebuggerForceFullDeployment
Y​
#DebuggerForceStandardAssets
Y​
#DesignerProperty
Y​
#Event
Y​
#ExcludeClasses
Y​
#ExcludeFromDebugger
Y​
Y​
Y​
Y​
#ExcludeFromLibrary
Y​
Y​
Y​
#Extends
Y​
Y​
Y​
#FullScreen
Y​
#IgnoreWarnings
Y​
Y​
Y​
Y​
#IncludeTitle
Y​
#LibraryAuthor
Y​
Y​
#LibraryName
Y​
Y​
#LibraryVersion
Y​
Y​
#MultiDex
Y​
#RaisesSynchronousEvents
Y​
#SignKeyAlias
Y​
#SignKeyFile
Y​
#SignKeyPassword
Y​
#StartAtBoot
Y​
#StartCommandReturnValue
Y​
#SupportedOrientations
Y​
#VersionCode
Y​
#VersionName
Y​
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
The attached table lists all the attributes. Example:

1615105211145.png
 

Attachments

  • Attributes.zip
    10.3 KB · Views: 273
Upvote 0
Top