Kevin Yao
Kevin Yao
Fatal Exception: android.database.CursorWindowAllocationException: Cursor window allocation of 2048 kb failed. at android.database.CursorWindow.(CursorWindow.java) at android.database.AbstractWindowedCursor.clearOrCreateWindow(AbstractWindowedCursor.java) at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java) at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java) at android.database.AbstractCursor.moveToPosition(AbstractCursor.java) at android.database.AbstractCursor.moveToFirst(AbstractCursor.java) at com.j256.ormlite.android.AndroidCompiledStatement.getCursor(AndroidCompiledStatement.java) at com.j256.ormlite.android.AndroidCompiledStatement.runQuery(AndroidCompiledStatement.java) at com.j256.ormlite.stmt.SelectIterator.(SelectIterator.java) at com.j256.ormlite.stmt.StatementExecutor.buildIterator(StatementExecutor.java)...
Thanks @wcjordan , another question: if use my own cell component, can I still use > allowCellsRecycling option to allow my cell component to be recycled and get the performance...
Thanks @wcjordan , I've tried this solution, it works, reduces a lot dom layers, and the cell recycling is work just fine, It feels a little bit better, but i'm...
Hey @wcjordan , we are still experiencing some laggy scrolling, we avoid the unnecessary dom layers, we avoid duplicated cell rendering , but still feels scrolling is slower, couldn't catch...
I have some thoughts to continue reducing the dom layer to improve the performance. 1. accept **cellClassName** or **cellWrapperClassName** to customize cell style, thus we could still customize the cell...
I've 1, 3, 4, on my forked version, it works well, it did help to improve the performance. Because when you have large table that has many narrow(small columnWidth) columns...
And... the 2nd idea is DONE by just display the single solo directly without cellGroup layer wrapping. works just fine, here I am to reduce another DOM nodes layer, Yay!....
>    > > turn to our another project, maybe it can solve your question. https://github.com/chenshine1/oms-Diffusion there is no demo on huggingface , where I can...
@ShineChen1024