XML array from SQLite database

Posted by Aarron on Stack Overflow See other posts from Stack Overflow or by Aarron
Published on 2010-05-03T18:28:27Z Indexed on 2010/05/03 22:08 UTC
Read the original article Hit count: 194

Filed under:

I am using SQLite to store school classes. I want to fill in a Spinner with the classes that get stored in the database. How would I grab all the classes in the DB and load them into a spinner?

© Stack Overflow or respective owner

Related posts about android