Re: [android-developers] RESTful application with Protobufs

2010-03-16 Thread Wayne Wenthin
I used Ruby on Rails for the server side. Its not too bad to deal with and you get to learn a new language. http://www.robertsosinski.com/2008/02/23/simple-and-restful-authentication-for-ruby-on-rails/ is where I started for the server side.There are plenty of examples on using JSON on the i

[android-developers] RESTful application with Protobufs

2010-03-16 Thread Ingmar
Hi, I need some hints about how to design an Android app that uses Protobufs and RESTful consumption from a remote provider. Note that I'm a fairly unexperienced Java coder, so I need some beginner's hints :-) Maybe there's some kind of tutorial that deals with exactly that subject? Or even a fram