jugLviv

Meta


Share on:


REST service and Android client

JUG LvivJUG Lviv

Some time ago I tried to develop pet application with Guice+Restlet and deploy to GAE. The main idea was to expose several REST services and access to them from android and web clients. I didn’t finished it due to lot issue with restlet. So I decided trying MVC REST and spring android-rest-template. It works wonderful. Just few lines and that’s it. As usual I run server part on GAE
This is example of my REST service

And here you can see corresponding android client

So if you need build REST service and call it from android app, I recommend to use given spring solution

JUG Lviv
Author