I'm transitioning over from web development to native development on wearable.
I'm trying to figure out how to construct the UI interaction where there are two or more views available and a user can go from one to the other using the rotary device. I know how to receive rotary events, but I'm not sure how the UI should be composed. I haven't been able to find any code examples of this being used. I was hoping that someone could point me to one or describe a hierarchy of controls and what calls I would need to make on them to transition from one view to another.
Thanks.