We have a Ruby on Rails based web application. We have been getting a lot of requests for an android app from our users specifically so that they can access some data on the move even without an internet connection. What would the quickest way be?
PS: I am not looking to write the code from scratch. I am want to optimize the time to release the android app.
Otherwise, if your back-end has a usable API, then something like PhoneGap will be faster than writing a native Android/Java app.
Our marketing website takes the first approach, for our core app we write native Java.