Hi 2 all
As a seasoned developer, it's a interesting challenge to investigate on the SW dev side of the Garmin eco System.
While trying to develop a sustainable app, some challenges arouse. It's, for understandable reasons, advised to put all device dependencies (especially layout stuff) into kindof an externalized layout XML files. OTOH, all the provided samples do prouduce their respective output in an absolute way, deeply embdded into the code, especially when it comes to data output (absolute positioning of dynamic data elements).
I might have overseen something.
What would be supposed to be appropritae would be to have some mechanics like static text fields and data driven text fields defined exclusively in layout files, the application being fully agnostic of absolute coordinates.
Something like having a Label/data field defined in a resource, changing it'sc ontent dynamically w/o "knowing" it's screeen positioning by adressing an resorce identifier.
I will gladly report any progess on this topic here, but there remains the feeling that something elementary has been overseen by me.
Thank you for any best practice advise.