What's the best way to design app widget for Honeycomb tablets?
I've been studying a few pages 开发者_如何学Pythonon the Android developer site, including this one: http://developer.android.com/guide/practices/ui_guidelines/widget_design.html#sizes
However, they all use the (cell x 74dp) - 2dp measure, and that doesn't seem to be working properly for Honeycomb tablets, as they have a higher screen resolution and size. Any ideas?
Along with the announcement of Ice Cream Sandwich also come updated documentation on the app widgets, and I think it's a lot better. I found it very useful:
http://developer.android.com/guide/practices/ui_guidelines/widget_design.html
精彩评论