Is there any sample?
I have my android application and I need to connect to mysql server on my machine, what is the best way?
I should not use jdbc, explanation here link text
And should go for:
DefaultHttpClient httpclient = new DefaultHttpClient();
But there is no example in how to open a connection or excute a simple sql statement. anyone could help me?
Regards,