Android开发 notifyDataSetChanged()
时间:2014-06-11 07:44:51
收藏:0
阅读:270
public void notifyDataSetChanged ()
Added in API
level 1
Notifies the attached observers that the underlying data has been changed and any View reflecting the data set should refresh itself.
此外 HorizontalScrollView取代Gallery实现图片滚动
评论(0)