Is there a simple way to get all my values from a column in my
database to a String[] without having to use simpleCursorAdapter?
When I try:
String[] from = new String[]{dbManager.NAME};
I only get the name of the column.
I'd appreciate any suggestions!
//André
--
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