I'm thinking about an app which should looks like native running/cycling apps. At least for the aspect of configurable data screens and data fields.
At this time I've made my first steps with the API/MonkeyC by developing a single view divided into 4 fields implemented from scratch.
This works fine but I've the feeling to reinvent the wheel for the rendering aspect as DataField and SimpleDataField exist...
Hence my question: how to have a view implementing 1 to n fields by using available classes ?
Thanks !