I pull the data from the database into the collection and from there later on into the ListView. I know that there is a CursorAdapter, but I don’t understand how to apply them. Please describe in detail what you need to do step by step. On startandroid did not quite understand how and what

  • Describe more specifically what you do not understand, with a sample code. No one here will write extended lessons for those who do not understand startandroid lessons - this is not a learning resource, but for solving specific problems. CursorAdapter works, as it is not difficult to guess from the name, with the Cursor class - no “pulling” data from the database into the collection is needed (it’s generally a rather stupid idea, working from the database - work directly or write some wrapper) - pavlofff

0