API for Android OS in ruby on rails
问题 I need to provide an RESTful api to be developed in ruby on rails with CRUD features for an android app. I haven't worked with mobile phone OS(android/iphone) integration with RoR earlier. So, please help me getting started. Thanks in advance. 回答1: you can send the data as Json packets to the device and in device parse the json packets and access the data. your calls to webservice should be a http call eg this is for the client. http:\server\metnod\get_somedata?name=something and the server