AllanWang / GitDroid

Git meets Android
GNU General Public License v3.0
4 stars 2 forks source link

Main Design #2

Open AllanWang opened 5 years ago

AllanWang commented 5 years ago

I wonder if it's better to use a nav drawer, like most other variants, or to have one with just a bottom app bar. The account and notifications will be on the top right corner, like YouTube and the actual github website, whereas other lesser used panels can be in a menu option in one of the bottom tabs.

Nav drawer makes it easier to access multiple items if there aren't under 4 main panels

AllanWang commented 5 years ago

Example split:

Feed, Repositories, Pinned, Issues, Menu.

Like Frost, I can make the bottom bar configurable. The idea is that most users will likely have a few focuses. Items like trending, gists, bookmarks, etc are nice, but might not be as common.

Might enforce menu to be at the end

AllanWang commented 5 years ago

Leaning towards both bottom bar and drawer. Drawer allows for the sub options, plus pinned entries. Menu item in bottom bar doesn't really make sense since they should all have equal importance