mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
cc0b935b38
The previous approach (generating the view in the adapter) kills performance because list views cannot be recycled anymore, as soon as the user scrolls to the bottom of the list. The Android ListView widget already provides support for list header/footers, so use them. |
||
---|---|---|
assets | ||
compile-only-libs | ||
docs | ||
images | ||
libs | ||
res | ||
src/com/fsck/k9 | ||
tests | ||
tools | ||
.classpath | ||
.project | ||
Android.mk | ||
AndroidManifest.xml | ||
build.properties | ||
build.xml | ||
default.properties | ||
k9mail.iml | ||
MODULE_LICENSE_APACHE2 | ||
NOTICE |