Reputation: 197
This is what I will be developing: "Android app with Java front-end and Rails 4 backend" I would like some pointers. An example app on github would be great! I know I have to specify the POST requests in Rails to be either JSON or XML. In my assets folder do I put java or what? How does it work? Where do I start?
Upvotes: 0
Views: 1364
Reputation: 4927
You have to make the rails backend into a API.
There is a rails-api github project that you should start with.
These railscasts should help you along the way.
Upvotes: 1