Hello!
I am literally following a tutorial
word to word from this link -
Youtube - MySQL & Android Studio JDBC
What I am trying to do is connect to my database as you might have guessed, and retrieve a simple text from it.
My issue is that once I press on the button, the application just crashes? I have no idea for what reason.
The only code that changes is the connection part (with my credentials) and what I need to printout. Apart from that, everything is identical...
Could someone help me overcome this issue please?