手机UI设计建议(转自stackoverflow的回复)

They already gave to you the essential links you can find on the web on the subject. I'd add some personal advices I wish I add before designing my first android app :

  • Buy a real phone ASAP. There are plenty of things you just can't know if you run your app only on the emulator.

  • Don't think about releasing your app without having using it for at least 2 week yourself on the phone. The advice of eating your own dog food is even more true here because we have not enough experience with such devices to rely on intuition. Desktop computer experience does not suit.

  • Design for big fingers. You don't have a stylus, and people have very different size of fingers. Design for the biggest so they won't get mad, while ordinary people will just feel more comfortable.

  • Design for both horizontal and vertical screen. On the HTC dream, the keyboard force you to change the layout very often.

  • Avoid creating 1000 activities. It seems a programming rule but it's not. When you open an activity, it's another app open on the top on others. As a result, closing the app one by one can eventually piss off the user, or at least confuse him. Espacially if there are complex restore states.

  • Design for interruption. It's a phone : it gets on and off, calls income, music is played, etc. Your app will be open and shut a 1000 times so cut loading, save the right states and ensure congruency.

  • It's a little screen, avoid putting to much information on it. Meaning only what the user will mostly use 90 % of the time. The rest of the data or actions must be contextual : long clic, menu, gestures, timers, etc. Yes, your user will not find all the feature immidiatly. He will probably even discover some of them monthes after using your app for the first time. But it worked for Apple :-)

  • Scrolling is boring : try to make your data fit on the screen. If you can't, try to use another windows or tab to display additional info. Scrolling is for data that is long to read and can"t be broken in several pieces.

  • Don't overload your menu. The contextual menu is used very often, it has to be used very quickly. If you have a lot of stuff, create one entry for a submenu named "more" like Google does.

  • There are some expected behaviors you should follow because the rest of the phone works this way :

    • Hitting the back button do not cancel the current action but save and quit. It's not what you expect if you have been working on other platforms, but that's how contact, settings or SMS work. So that's how you should do it.

    • Therefor cancel must be provided with the usual way : an entry in the contextual menu.

    • A clic performs the action. No confirmation, no "save". You clic on a setting, the setting changes. You select a filter in a drop down list, it filters. That's the user expectation.

    • When you open an app, it returns to the last state it has been : last selected item, last opened windows, etc. Use the onResume / onCreate / onPause methods to ensure consistency.

    • Writting in a text box starts the text with an uppercase letter. This is not automatic with the textbox widget, you have explicitly ask for it with "capitalize" in the XML layout file. But thats what happen everywhere on the phone...

    • Tell the user when you are consuming his data plan. This is so obvious, but I have seen app so confusing about it that you don't dare runnning it.

EDIT :

BTW, there is a nasty bug in 1.0 that prevent you from using a textbox outside of a tab view. Don't know if it's fixed in cupcake.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值