ListView, ListAdapter, and ListActivity all have a concept of "item ID", but none of them tell me how to specify the ID for their list items. Furthermore, I've found that the item IDs are implicitly set to the row IDs of records from SQLiteDatabase, when SimpleCursorAdapter is used to bind the ListView and list data. But how about ArrayAdapter? Array elements do not generally have "_id" fields as SQLiteDatabase records.
So I'm lost. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

