-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Integrate with Google's Navigation Drawer #368
Comments
looks nice. Items from ActionBar spinner are the best candidates for Navigation Drawer panel |
Yep. The notification item would link to #327. "People" would link to a view displaying a list of followers and followed people. |
I guess there is no need to remove tabs and swyping, so that followers/following/repos screens could left as they are |
I agree that tabs go fine with a Drawer. I personally think the "repositories" list should have it's own screen. Here's the mockup source as bmml for anyone who wants to play around or iterate. |
I like this idea. I have worked with the drawer before so I can start playing with this. |
There is one problem with intergrating NavigationDrawer currently. |
Perhaps in the interim, the existing "Gists", "Issues Dashboard" and "Bookmarks" views could have their Up buttons replaced with the same spinner that is on the "Home" view (that is named after the user). This suggests the same hierarchy as the drawer. |
The old issue of not having the support lib has been fixed with the gradle implementation in #553. If that is merged we cab start to make the app a bit better. |
Continued in #664 |
http://developer.android.com/training/implementing-navigation/nav-drawer.html
The text was updated successfully, but these errors were encountered: