Description
CDMLLoader is a collection of helper classes and annotations to help you organise your CDM application. It separates the layout creation and controller code from each other by using a dedicated file for the layout definition, written in a markup language called CDML, an XML document validated against the CDML XSD scheme.
If you are a developer who is interested in developing Device Mod application using CDMLLoader, please check out the Readme (https://gitlab.com/jochembroekhoff/CDMLLoader/blob/master/README.md) in the GitHub repo. This contains some information to get started.
If this information is not sufficient, please view the source code and the demo application to get a better understanding of how CDMLLoader works.


