Android Question database sqlite

Tata Mapassa

Member
Licensed User
Longtime User
hello, how to use several tables from a single database in an application? And how to list the contents of a field in a spinner? Thanks
 

Brian Dean

Well-Known Member
Licensed User
Longtime User
It seems to me that you just need to understand how SQLite works. There is a useful guide here. There is a lot to learn, but this guide is up to date.
 
Upvote 0

Mahares

Expert
Licensed User
Longtime User
Ok, thanks I'll take a look.
In addition to what Brian pointed out to you, if you use this search: join sqlite tables
You will get this link, which has a ton of information and examples on how to join tables in the same database. Then, when you draft your code, post it for members to correct and help you finalize it
 
Upvote 0
Top