In all the examples I've found to manipulate each view in a ListView,
the method always seems to be getView(). But these were never Adapters
backed by a cursor. I decided to try bindView() within a
SimpleCursorAdapter, and so far it works very nicely, especially with
the cursor all set up for my use.

My question is, is this usage good practice, and could I run into a
problem in future? My question may be dumb but I just couldn't find a
good example code snippet that uses a cursor.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to