Defining the Extensibility XML
The Extensibility Framework relies on metadata stored in an XML file to build its UIs and perform data bindings at runtime.
Displaying Text
Add text to the app by enhancing the layout_phone.xml:
Adding Custom Code
The Extensibility Framework does not impose any restrictions on developers: you can mix custom code with extensibility features.
Adding Custom Styling
The UI you have now automatically applies the default style that is defined in the styles_def.xml file, shich is located in the res/raw folder. You can override this with custom settings in the styles_def.xml.
Adding and Accessing Localized Text
Adding localized texts to your app using MAF is the same as for any native device application development environment.