标签: android listview android-listview simplecursoradapter
我有一个ListView的片段,并为CursorAdapter分配了CursorLoader。 ListView的项目中包含按钮。
ListView
CursorAdapter
CursorLoader
Sotimes后端更新经常发生,每次发生时,ListView中的按钮都会失去pressed状态,因此用户很难按下按钮。
pressed
那么有可能解决这个问题吗?