I have a Listview that I want to populate with information from my SQLite database with and this seemed like the most practical solution.
In my debugger it says it\'s caused
It means either column name "name" or "data" does not exist in your database table.
Can you publish the table schema? Are these column names available?