I have an SQLite3 database which has 8 tables and in which data will not change so needs no add option.
Each table has 4 or 5 fields of different types.
In order to use this data in an Android app I need to load it into spinners.
My questions are:
1. Is it best to keep and work with database in Assets folder or load details into arraylist? (How would I separate fields)?
2. How do I load data into one spinner depending on input in the other and can I choose either spinner first.
EG. If I choose last names could all possible first names be loaded into second spinner and if I choose first names could all possible last names be loaded into second spinner?
Centorpe 0 Light Poster
hericles 289 Master Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.