01-18-2021 14:58
01-18-2021 14:58
I have an app that uses panorama (side swipe to switch between screens)
I am trying to update this app to work on SDK 5.0 for sense and versa 3, but panorama is no longer available in SDK 5.0.
What is a good method for a user to be able to see a completely different screen by swiping left or right?
01-18-2021 15:11
01-18-2021 15:11
Swipes on clockfaces are probably a risky idea in SDK5, since the OS uses them. In an app, you could try using Document API Enhancements.
01-19-2021 03:30
01-19-2021 03:30
For apps we recommend creating a vertical scroll instead of horizontal. See the weather app as an example.