listView dynamic add item

前端 未结 4 1070
攒了一身酷
攒了一身酷 2020-11-28 12:46

I used ListView to dynamic add item,but there is a problem about not Smooth add. there are textView and button in my listActivity,Iwant to Press button ,then

4条回答
  •  -上瘾入骨i
    2020-11-28 13:15

    I use a thread to add more data to my list in background and then notifydatasetchange, It work successfully

    Here are complete code : http://code.google.com/p/dynamic-listview/source/checkout

提交回复
热议问题