So I have successfully managed to create a connection via a MySQL database using this tutorial.
The app connects to a MySQL database via a php file on a web server.
I want the results from the MySQL database to show up as a list view.
Currently it shows up like this:
https://i.stack.imgur.com/6Bk0i.jpg
Thanks in advance and hope you guys understand 🙂
I did the same tutorial, now working on this one to get a list view from MySQL results.