Your browser does not support the audio element.

Android pageradapter调用 notifyDataSetChanged失效的问题

在adapter中加上这么一句就可以了!

@Override   

  public int getItemPosition(Object object)

 {         

 return POSITION_NONE;     

posted @ 2015-06-12 15:24  shoneworn  阅读(351)  评论(0)    收藏  举报