Hi there,
is it possible to have multiple DataField within the same project?
So you can develop and build those in one shot but, when configuring Edge Screen Layout, you can pick them separately.
Let's say I am building a DataField around cardio data (HR, Zones, etc) and another DataField around Cadence/Power data.
Should I create 2 different projects (each with its own manifest.xml, Class extending AppBase and so on...) or can I put everything in the same project and change the manifest entry point?
Thanks!