简体   繁体   中英

Send Data from Android App to Google App Engine Python, Need code for both Android App as well as the Python code on the server side

I need the code for sending data from android app to google app engine server (python). I'm not able to get the HttpPost request correctly so please help me with the code for both android app as well as Python code at the server side in google app engine

Better to use Google Cloud Endpoint to communicate between Server and Android client. Sample code can be found here.

https://cloud.google.com/appengine/docs/python/endpoints/

and for android client:

https://cloud.google.com/appengine/docs/python/endpoints/consume_android

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM