
CDMLLoader
CDMLLoader is a collection of helper classes and annotations designed for structuring CDM applications. The main goal of this tool is to separate interface creation code from controller logic. For this purpose, a special file with CDML markup is used, which is an XML document validated against the XSD schema.
Developers interested in creating Device Mod applications using CDMLLoader are advised to review the guide in the project repository. If the provided information is insufficient, you can study the source code and demo application for a deeper understanding of how CDMLLoader works.