Platform specific code

Note

Platform specific code feature is not available in the NeoMAD starter version.

NeoMAD comes with an option that allows platform specific code to be added to a NeoMAD project. In practical terms, this option allows you to include source code written in the target platform language (C#, Objective-C or Java) in a NeoMAD project in order to be able to access features that are specific to those platforms (iOS or Android, for instance). This allows you to use a platform specific feature (compass, etc), integrate code that has already been written for a specific platform or access features available on most platforms that are not yet available in the NeoMAD Generic API.

See: Platform Specific Code