CursorAdapter slow/jerky scroll

落爺英雄遲暮 提交于 2019-12-06 00:51:23

I downloaded the "SQLite Editor" (by Speed Software) from the Android Market and noticed that their table rendering was very slick. I contacted the developers and they were kind enough to point me in the right direction.

I actually ended up using a canvas and drawing the table in a custom view. It didn't take much longer than implementing the CursorAdapter solution.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!