android - What's the proper way to implement a custom SimpleCursorAdapter? -


i need same functionality of simplecursoradapter custom bindview() method. that's practically difference have in custom adapter, , want have rest of functionallity of simplecursoradapter stay is.

is enough extend cursoradapter? more looking @ source of simplecursoradapter 1 of constructors commented as:

@deprecated option discouraged, results in cursor queries being performed on application's ui thread , can cause poor responsiveness or application not responding errors.

how make sure custom adapter doesn't run on activity thread? need of other methods of simplecursoradapter such swapcursor()?


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -