hi, i'd like to use CursorAdapter but Cursor its based on cannot be returned by simple sql query, since in db i have two fields and based on some criteria they build the String that would be displayed in the ListView.
what is the best solution: forget CursorAdapter and use ArrayAdapter or MatrixAdapter iterating over my db Cursor and adding rows, or maybe use CursorWrapper or some ither solution? thanks, pskink --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

