Scrollable App widgets

﹥>﹥吖頭↗ 提交于 2019-11-28 13:32:28

问题


Scrollable App widgets are included in ICS and honeycomb ...for example the mail widget and bookmark widget

I want to code a custom scrollable widget for me for ICS ... But I am unable to find any source and references..please suggest


回答1:


App Widgets can be used with collections: http://developer.android.com/guide/topics/appwidgets/index.html#collections

For example android.widget.ListView and android.widget.GridView



来源:https://stackoverflow.com/questions/8815572/scrollable-app-widgets

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!