简体   繁体   中英

getting from android to Google app engine

Could someone please provide me with a link to a tutorial that shows and explains how to send data from an android emulator to a Google app engine. I have googled it myself but am not having any luck finding any good ones. I am a beginner so any help would be much appreciated.

Thanks.

The standard way would be to create a REST service on GAE and then call it from Android.

Server side: there are several REST libraries, my personal choice is Resteasy .

Android side: there are numerous examples how to consume REST services. You might also want to look at Android client from Spring .

For a complete example you might want to look at the source of LeanEngine .

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