Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
So what I can tell from your database is that you have a different table for each of the multiple options you give the user to choose on your first screen layout. I also noticed that you do not use ranges of years of a model of a vehicle in your database. You have each year of a model separately. Is this a limitation within SQLite?
I know I am asking a lot but, how are you setting your arguments for each of your queries. I am sure I am doing them incorrectly because no data is shown within my spinners.
What I want is when I select my first choice in the first spinner is the Type of the vehicle I am looking for. Once that happens I want the second spinner to populate with ONLY the choices that fit with the Type I chose in the first spinner.
When implementing your code, it gives an error that string in vMake = (Cursor)DataBaseHelper.getPowersportsMake(string); cannot be resolved to a variable
Update: 12/26/13
I am now having all of my spinners populate with the first position items in the spinner working. I am so happy.
Trying to work on that the spinners only update when I select an item, not when they populate.