Re: [android-developers] SQLite implementation - need help!

2010-09-01 Thread Kostya Vasilyev
The "from" and "to" arrays need to have equal size, and contain values (column names and view ids) that are used for mapping data to UI elements. Your code seems to try and map a number of data column items into one text view. The fix is to add more elements to the item layout, and specify t

[android-developers] SQLite implementation - need help!

2010-09-01 Thread kingh32
Hello All I'm stuck on an SQLite problem and have been for the past few day so I thought I would share it with you. All I'm trying to do is create an SQLite database to display the data generated by the use of my app. I've managed to get the app to send data to a MySQL database (quite easily) but