i have a android app, how can i save data from the android开发者_如何学JAVA app to a RoR database?
thanks.
As far as I understand you have got server app on Rails and local Android app.
Best idea is to use all benefits of REST. Using REST you'll have some kind of API for your Rails app. So your connection will be through HTTP protocol via POST and GET requests
精彩评论