I looked in various forums on how to integrate mysql with android, a very simple thing, like to list data from a saved table on an external mysql server.
Using normal java I was able to do it using jdbc. I tried using the same with android but I had problems with the jar when importing into the project. I looked for other alternatives and saw about JSON. However as I do not have PHP knowledge, the method taught using PHP
My question is: Is there any way to read data from a mysql table just using java on android, without php? Is it possible with sqlite or is this just for internal banks in the system ??