-2

I am new to android. Someone please explain me how to show data from a sqlite file in a drop-down menu. The db file is in assets folder.

Thanks for your help.

Amit Anand
  • 1,225
  • 1
  • 16
  • 40

1 Answers1

1

Get the data from the assets folder into sqlite.

Ship an application with a database

Use an adapter to populate the spinner.

Populating Spinner From SQLite Database Android

Community
  • 1
  • 1
Yale
  • 333
  • 3
  • 7