| Issue 46: | slow implementation of getView in GenericAdapter.java | |
| Back to list |
Every time the getView() method is called, you inflate the layout instead of reusing the convertView if not null. See http://developer.android.com/videos/index.html#v=wDBM6wVEO70 at 07:59
Mar 21, 2011
Project Member
#1
SakirS...@gmail.com
Owner:
SakirS...@gmail.com
Mar 21, 2011
Fixed but you have to inflate for each new item in a list view a layout. The fix is only useful to prevent element which are already create to be get recreated.
Status:
Fixed
|