Wednesday, 11 September 2013

setting up a database to be shipped in an android app and then have listview pull from it

setting up a database to be shipped in an android app and then have
listview pull from it

i want to have a database in my app that my ListView will pull "name" from
then display more data elsewhere in the same activity. it is a static
database that will not be modified by the user in any way. how do i make
the database and have it in my app when shipped? can it be as easy as
pulling from a spreadsheet in res/...?

No comments:

Post a Comment