When I've used a Rails application to talk to my Android application, I've done it by implementing a RESTful interface to the web application on the RAILs server, then implement calls to the RESTful interface via HTTP.
You can see a guy talk about such a thing in this video from Google IO 2010: http://www.google.com/events/io/2010/sessions/developing-RESTful-android-apps.html On Nov 8, 8:32 pm, vidya <[email protected]> wrote: > Hi, > > I'm an Android newbie and am trying to parse/receive JSON data sent > from a Grails Web application (controller-action). I'd appreciate any > pointers in this direction or some sample code that shows how to > exchange JSON data between an Android application and a Grails > application. > > Thanks in advance, > vidya -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

