+ 2
How to create a app or game for android with ruby?
I know that we can create a game or app for android with ruby. but how to ?
2 Answers
0
The main Android SDK isn't compatible with ruby, like you can make a website and call the different APIs through it, I guess you could make a ruby server side for a phonegap/Cordova app and use the app as the app as a median between the server requesting stuff from the API and the device. Other than that I can't really help you I've only developed iOS apps using raw ruby.
0
Ruboto is a framework and tool chain to develop native Android apps, using the Ruby language we all know and love.