What i mean is that i want to send an http request to my server like:
http://blahblah.blah/index.php?command=make
in android
What i mean is that i want to send an http request to my server like:
http://blahblah.blah/index.php?command=make
in android
You can do this simply by setting the URL to be that when you use URL Connection
You can do it like :
Http Post:
Http Get