Sunday, January 30, 2011

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

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 пишет:
> saveNote(etNote.getText().toString());
> notes = getNotes();


--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment