Android Core

Android App Engine Integration

Google App Engine is great for those of you in search of a complete, scalable and affordable hosting solution. Especially if you start a project and you don’t yet know exactly how successful it’ll be (which mostly you never know), how much potential users you’ll have and so on, then App Engine is great.

It allows you to start with a free plan and then to scale your pricing as the number of users and CPU resources increases. The advantage: you don’t have to setup (and pay) for a huge system to cover the maximum possible work load, but instead just pay the exact work load you need.

So far one had to create the connection between client-side applications, whether from Android or GWT by hand (I know what I’m talking about). This means also to handle authentication issues and so on.

The video below – presented at Google IO 2011 – demonstrates the creation of a task management app with an AppEngine back-end (using the Google Datastore as persistence medium) and an Android as well as a GWT app as the client-side front-end. It nicely demonstrates a new template which an updated version of the Google Plugin creates with build-in authentication and Android to AppEngine RPC call mechanism.

Duration:
1h

Reference: Integrating Android and Google App Engine from our JCG partner Juri Strumpflohner at the Juri Strumpflohner’s TechBlog.

Related Articles :

Juri Strumpflohner

Juri Strumpflohner mainly operates in the web sector developing rich applications with HTML5 and JavaScript. Beside having a Java background and developing Android applications he currently works as a software architect in the e-government sector. When he’s not coding or blogging about his newest discoveries, he is practicing Yoseikan Budo where he owns a 2nd DAN.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button