Populating a ListView from a SQLite database in Android

Posted by LordSnoutimus on Stack Overflow See other posts from Stack Overflow or by LordSnoutimus
Published on 2010-03-25T12:26:55Z Indexed on 2010/03/25 12:43 UTC
Read the original article Hit count: 630

Filed under:
|
|
|

Hi,

I am trying to populate a ListView in a separate class with data taken from a SQLite database held in another class. What would be the easiest way to do so?

Thanks

© Stack Overflow or respective owner

Related posts about android

Related posts about listview