[android-developers] Re: Modify a textview value in a custom listview after clicking

2012-03-26 Thread Jason Tian
Hi, Justin May I ask why we shouldn't modify the view after it has been displayed? Cause I've been doing this a lot in my app... Thanks, Jason On Mar 26, 9:12 am, Justin Anderson magouyaw...@gmail.com wrote: Modify the data in the adapter and then call notifyDataSetChanged().  Once the view

[android-developers] Re: ListView header/footer problem

2012-03-22 Thread Jason Tian
I've had a similar problem. And here is my solution: Put the header/footer in another wrapper layout (e.g. a FrameLayout maybe), and set this wrapper to be the header/footer. Hope it works. 在 2012年3月19日星期一UTC+8下午2时56分31秒,gropapa写道: hello guys, I have an expandableListView in wich i add a