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/...?