I really need some kind of help/reference that deals with already created databases with multiple tables, gathering information from the tables and using that information in the app. All I can find are examples/tutorials that you create your database from scratch or it only deals with 1 database table. Does anyone know of any tutorials/references out there that explicitly deal with what I need.
I really need some kind of help/reference that deals with already created databases with
Share
And in onCreate method of your database helper:
Tutorial :
link