Android Question what library can i use for post data to database online?

chizi

New Member
i want to post data to online database
i use :
amir_retrofit
okhttp
okhttputils2
httputils2
ariavolley
ariahttp
but it dosn't work for me .
what library can i use for post data to database online?
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
what library can i use for post data to database online?
What Serverapp are you running on your Server?
A jserver? php-hosting? A Server capable of running Javaapps?

Note that you can use okhttputils2 only if you have a http-server running which can get the request.

The best for remote-Database-Connection is to run a JRDC2-Server
 
Upvote 0
Top