I understand I can getObscurityFlags() is available in the DataField class which indicates whether there are obscured portions of the screen.
But how to know what portions of the view are obscured - something like 'isObscured(x,y)' ? If layouts are the answer then doesn't that mean I need a layout for every device to be supported - and I would then also need to know dimensions of each device - is this available?
Thanks in advance for a nudge in the right direction...