Connecting Android app to MySQL database
- by opuhliyvladyslav
Can somebody help me with question related with MySQL database using?
Yesterday i was making app for getting some text data and sending them to database located on remote server!
I was making POST request to database and sent few text fields to one table in database.
So MY QUESTION IS:
"Can I use MySQL directly (not though POST method )? and how to use it ?"
(will be so glad to see url to solutions or examples)
P.S. when i was sending data to server i have some errors in database fields when sending russian characters (what type of encoding sending from my app to server????)