开发者

Android: UI design question

Im wondering about how to layout an activity in an application. It deals with the concept of a 'home' from study. On this page there is address information, phone numbers, etc.

I want to give the user a means to go to other pages that have related information about the home and Im wondering what method to use (IE a link, a button, a menu). EG 开发者_开发知识库Who lives in the home? Currently this info is in a list on the page. Clicking a name will send the user to a new activity dealing with that person. Is this an appropriate design? The same issues will be there for the 'subject' pages too.

I also want to provide a means to open a navigation window or deal with Inventory for that home. These are displayed as buttons on the page but it just doesn't seem right.

I guess Im looking for design guidelines. The code part is essentially done. When does one use a menu vs a button (or a link/clickable field) on a mobile device?


I recently found a great website devoted entirely to design patterns here.
One of the main features that the person running this website heavily advises is to use an actionbar.
The website has a lot of good examples and code to help.
If there are a lot of associated actions, you can implement it the way the evernote app is organized (see this post).
You can also implement the action menu design pattern.

For a full list of design patterns, follow this link.


The design standard, at least for my company, is to put settings, options, and configuration items in the options menu. Or advanced actions that most users won't be using. All other actions such as navigation are put on the screen as links, images, buttons, etc...

You're design sounds good from a UI guideline stand point. Screen shots may help those answering these questions give you more detailed answers on specific items.

Just a quick note, tabs are another good design for navigation different views of an "object" rather than buttons.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜