如何创建循环的gallery

来源:互联网 发布:淘宝女童内衣模特 编辑:程序博客网 时间:2024/05/15 23:43
Write a SpinnerAdapter for the Gallery that returns Integer.MAX_VALUE in it's getCount() method. Then, when returning a View in getDropDownView() and getView(), apply modulo of the actual items count to the position argument.
原创粉丝点击