Separation of content and code
The idea
We’re working with a clear allocation of appdata in sections, that can be used on all systems and data, that has to be compiled individually for each system.
The following sections can be used on all systems:
+ graphics
+ displayed text
+ layout specifications
Other sections can’t be reused again (or only limited), such as:
+ bluetooth interface
+ display of PDFs
The advantage
Both creating another app, and updating an existing app is easier to implement.
