user3222947
user3222947

Reputation: 197

How Android app with Java front-end and Rails 4 backend?

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

Answers (1)

Andreas Lyngstad
Andreas Lyngstad

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.

348-the-rails-api-gem

350-rest-api-versioning

414-batch-api-requests

352-securing-an-api

Upvotes: 1

Related Questions