当前位置: 代码迷 >> Android >> listveiw item 中的数据刷新,该怎么解决
  详细解决方案

listveiw item 中的数据刷新,该怎么解决

热度:10   发布时间:2016-04-28 05:23:50.0
listveiw item 中的数据刷新
例如: itme 中有 一个button 、一个textview ,点击button  textview中的数据就加一,要怎么去更新 textview的数据呢?
------解决方案--------------------
引用:
例如: itme 中有 一个button 、一个textview ,点击button  textview中的数据就加一,要怎么去更新 textview的数据呢?

用handler传递数据区刷新textView
  相关解决方案