0
I looked in several forums on how to integrate mysql with android, simple thing, like list the data of a table saved on an external mysql server.
Using normal java I managed to do using jdbc. I tried using the same with android but had problems with the jar when importing to the project. I looked for other alternatives and saw about JSON. However as I have no knowledge of PHP, the method taught using PHP
My question is: Is there any way to read data from a mysql table using java on android, without php? Would it be possible with sqlite or this is only for internal banks in the system??
Possible duplicate of How to use Mysql on Android
– Piovezan