[android-developers] Couldn't refresh list

2011-01-30 Thread vnv
Hi, could anyone provide quick hint, because I just cannot get it.. I am adding new values to my ArrayList and putting those values on ListActivity. code: bSetNote.setOnClickListener(new OnClickListener() { @Override public void

[android-developers] Couldn't refresh list

2011-01-30 Thread vnv
Hi, could anyone provide quick hint, because I just cannot get it.. I am adding new values to my ArrayList and putting those values on ListActivity. code: bSetNote.setOnClickListener(new OnClickListener() { @Override public void

Re: [android-developers] Couldn't refresh list

2011-01-30 Thread Kostya Vasilyev
Make sure that the two lines below actually update data that's referenced by getView. Also, your getView ignores convertView and so prevents item view recycling. For better performance and memory usage, might be a good idea to fix that. -- Kostya 30.01.2011 11:14, vnv пишет: