Using AppView like transition.
Hey,
I have started toying with the SDK a little and was left to wonder if there is View which allows me to scroll like in the AppView (The View which holds all your device's applications where you can scroll down one full page at the time). Like a slideshow, but vertical.
In addition it would be nice to change the white dot in up left/up right corner to something else (like a gear to notify the user that there is an options menu on their right). I assume that this isn't possible either?
I would like to create an application which is usable with swipe gestures only and is easy to navigate. Thanks in advance. :)
SlideShowView inherits PathView. You can use it to create vertical slide show (or what ever you like)
virgi26 ( 2016-03-24 18:00:30 +0200 )editA dialog page shows a right dot to accept the page and go back to the page you came from, but you can go to another page... but that will lead to a sequential of dialog pages ...
rgrnetalk ( 2016-03-24 18:12:30 +0200 )editjust use pushAttached to push pages onto the pagestack for navigation.
r0kk3rz ( 2016-03-24 20:25:17 +0200 )editAh, I mixed vertical and horizontal orientation. I edited my question. I meant to replicate the scrolling done in the ApplicationView
Sefriol ( 2016-03-24 21:27:29 +0200 )editthink hard about the navigation: swipes horizontal and vertical will confuse the user (a little bit like sfos 2.0 is more confusing than sfos 1.0)... the use of swipe hints can help the user... ;-)
rgrnetalk ( 2016-03-24 22:44:20 +0200 )edit