1.在Adapter中使用getCount() 使用 return Integer.MAX_VALUE;
2.在getView()中 getItem(position%content.size());
3.在引用gallery时设置gallery.setSelection(adapter.getCount()/2);
就可以循环显示了。
1.在Adapter中使用getCount() 使用 return Integer.MAX_VALUE;
2.在getView()中 getItem(position%content.size());
3.在引用gallery时设置gallery.setSelection(adapter.getCount()/2);
就可以循环显示了。