我已经看到相当多的应用程序使用快速操作作为关键功能的访问点。它有“时间和地点”吗?您何时会在上下文菜单中选择快速操作,反之亦然?
问问题
1000 次
1 回答
3
I would try to use wherever is possible the new design patterns. That would mean the Contextual Action Bar:
http://developer.android.com/design/patterns/selection.html
It looks like Android changes the design patterns every year because the "Quick Actions" pattern was recommend on July 2010 according to this presentation:
http://www.slideshare.net/AndroidDev/android-ui-design-tips
But as I said, I would go with the new ICS design pattern. You can use the Sherlock ActionBar for backward compatibility:
于 2012-05-31T08:14:23.273 回答