|
|
|
|
|
by FlemishBeeCycle
5498 days ago
|
|
Mirah is what finally got me started with Android development. Coming from a Ruby background there's practically zero learning curve, plus you can install it from RubyGems (which when using RVM makes it dead-simple). That being said, for my first application I decided to do it in plain old Java - since I had never worked with Java, I imagined that a rudimentary understanding of its workings would help me down the road in debugging issues that might arise when working with Mirah (somewhat like knowing JavaScript before working with CoffeeScript). There's even a tool for writing Mirah for Android called Pindah https://github.com/mirah/pindah/ . All in all, it's quite a nice package. |
|