Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

how to transfer strings from Android to PHP in JSON format and also i would like to know how to transfer images also
Posted

1 solution

Sending strings from Android to PHP

You should develop a web service in PHP that will be called from Android app. Please refer the following for calling a post web service to post details to an end point.

http://www.wikihow.com/Execute-HTTP-POST-Requests-in-Android[^]

Sending images from Android to PHP
Again you should develop a web service in PHP that will be called from Android app. Please refer the following link.

http://androidexample.com/Upload_File_To_Server_-_Android_Example/index.php?view=article_discription&aid=83&aaid=106[^]

Basically you need to learn about web services in Android and PHP.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900