Using AppView like transition.

asked 2016-03-24 17:49:45 +0200

Sefriol gravatar image

updated 2018-12-03 23:10:16 +0200

Tanghus gravatar image

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. :)

edit retag flag offensive close delete

Comments

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 )edit

A 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 )edit

just use pushAttached to push pages onto the pagestack for navigation.

r0kk3rz ( 2016-03-24 20:25:17 +0200 )edit

Ah, 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 )edit

think 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