I'm new to the Garmin SDK and I'm working on a custom Connect IQ datafield (a complex datafield, not simple)
Whats the best way of drawing the actual data field ? Should it be in onUpdate (dc) ? I see many calls to View.findDrawableById, but no calls to the drawing methods of the dc which is passed as a parameter to onUpdate. Which ones should I use ?
Basically I want to create a new Data Screen for my Epix Pro Gen 2 that shows multiple fields like the current time, timer, and a couple of my own custom calculations.
And the data screen would be a 1-field layout using a ConnectIQ data field. Something Similar to the Data Field "Walker" available in the Connect IQ store.