ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

Jumping from Gallery to Resource Grid with new selection #196

Closed kirillt closed 2 years ago

kirillt commented 2 years ago

While walking through sequence of resources in Gallery mode, user's attention might get drawn by some specific tag on some resource. This tag is not necessarily part of initial user's query. The app must allow the user to see all other resources labeled with that tag by jumping to resource grid screen with new selection which would consist of the only clicked tag. feature

Handling of [back] button is important here. We should maintain stack of screens. After the "jump", the user can go both directions: either to open gallery again from new selection, or to go back to gallery screen with old selection.