Im stuck trying to figure out how to pull the information from my pre-populated database that is in my assets folder to display in a tablelayout view. If you know of any clear tutorials or if you know how to do it could you please help me out.
Example of what I mean:
Database example:
Mountains Valleys Rivers Oceans
Vermount yes no yes no
kentucky no yes yes no
South Dakota yes no no no
(In the app if I was to display a specific row then the tablelayout should appear like this)
TableLayout View
South Dakota <--(I know how to put the header)
Mountains yes
Valleys no
Rivers no
Oceans no
I had to do something similar, but didn’t need a cursor. Here is what I ended up doing for my project. It takes in a dialog that displays the infinite progress spinner.