To send/receive JSON data for an Android application.
In this article, I use Eclipse on Ubuntu for the development.
Installation
Download the Google App Engine SDK for Java here.In Eclipse, go to Help > Install New Software > Work With textbox, get the Eclipse update site url here.
Right after the installation, Google plugin is added in the Eclipse toolbar.
Now you can
Creating and Running a Web Application
To create a sample web application, click on the Google plugin then select 'New Web Application Project' and click 'Finish'. A sample Hello World code is provided in your new web application project. To Run, hit on Run button, Run As > Web Application. Check and see your browser. Your web application project is hosted locally. The url is http://localhost:8888.Then deploy this project in GAE. To deploy, click the Google plugin and click Deploy To App Engine > App Engine Project Settings > enter your ProjectId in the Application ID textbox > hit OK > Deploy
Once deployment is successful, you can see something like this image below.
No comments:
Post a Comment