ARK-Builders / ARK-Navigator

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

Resources grid details widget #56

Open melvin4u445 opened 3 years ago

melvin4u445 commented 3 years ago

Another improvement. It would be great if the user had the option to see the full path to the opened folder. There isn't enough space to display the full path on the header, so maybe we could show it somewhere in the white section? The header could just show the name of the current folder or something?

image

kirillt commented 3 years ago

That's right.. Honestly I don't know how to do it in terms of UX, but yes we need this. Maybe just header in white section which would be not visible when a user scrolls down, but the user always can bring it back by scrolling up?

melvin4u445 commented 3 years ago

Yeah, that suggestion sounds good I can think of at least one more way to display this. An i (info) button on the header bar, which opens a dialog/view with more details like path, number of files, tags, etc. We could use this section in the future to add more relevant information. In my opinion, a view (I guess that's what it's called?) would be better than a dialog.

kirillt commented 3 years ago

Indeed, that's good idea to create pop-up widget with information about where we take resources from to navigate. Also can be used later for detailed indexation status. The widget can be triggered with i button, or we can just make the header clickable.