[android-developers] CursorTreeAdapter Hidden danger

2012-06-04 Thread 独步天涯
CursorTreeAdapter has a piece of code SparseArrayMyCursorHelper mChildrenCursorHelpers;.When the ExpandableListView has 2000+ groups the dalvik out of memory.Because the SparseArrayMyCursorHelper cache the childrenCursor until the groups Collapsed or the activity distroy.You need set a max cache

[android-developers] CursorTreeAdapter!!!

2010-02-08 Thread beginner
Hello everyone!!! I'm new android, i'm trying to do with CursorTreeAdapter but it doesnt work. Please help!!! Here is my code import android.app.Activity; import android.content.ContentUris; import android.content.Context; import android.database.Cursor; import android.net.Uri; import