Forum Discussion
RokuChris
16 years agoRoku Employee
"EngoTom" wrote:
My app too could benefit from this navigation pattern.
This handles list view but how should this be handled when the user is in detail view?
Going to have to conditionally handle all the button visible properties and build a hybrid item for Next & Prev I think???
When performing a page query should we just load the 2nd page on the stack? I don't think so. This could get tricky real quick.
I wouldn't display springboards for the next/previous items at all. When navigating left or right from springboard to springboard, just skip over them and either cycle around to the other end of the current result set or dynamically load up the appropriate new set.