-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible design for tablet #25
Comments
Yes, i prefer the option 2, also, but i'm afraid that NavigationActivity need to be redesign to fit to FragmentActivity. Also, it requiere new modes for NavigationView (for browsing only folders and browsing only files). I think that more than work with fragments, the difficult will be adapt the actual code to be fragment like. Also, we need to have in mind history, bookmarks and search activities. This option allow to use the left fragmente to show folders, history and bookmarks and right panel to show files and search result. I see also another possible design: A two panel view with drag & drop between panels like Total Commander. I still prefer option 2, but in the other hand, i think the option 3 is more easy to implement (doesn't require fragments, and NavigationActivity is prepared to support multiple NavigationViews) |
I had not thought about the total commander type layout - interesting. I am wondering however how many user will want to drag and drop between folders etc and would need the two pane view? We should ask around and see what others think. At this time though the easiest thing to enable would be #1 with a two column listview on rotate. At least for initial release. The fragment option (#2) or even #3 would be a longer term feature given the work involved, no? |
Yes, changing navigation_view_details.xml and navigation_view_simple.xml to a grid layout, and some tweaks should be enough |
Over to you :-) |
Jorge, I'm wondering about 2 possible design's for the file manager on a tablet:
Design 1 - similar to ES File Explorer, when the tablet is in landscape mode just show a 2 column list of the folders/files
Design 2 - Use the fragments type layout like Gtalk, gmail etc with the left panel showing the folders and allowing folder navigation and the right panel showing the contents of the folders (files).
I personally think #2 would look better but have not had much experience with fragments to know how difficult it would be do have the two UI's (phone vs tablet).
What do you think?
The text was updated successfully, but these errors were encountered: