I have a client asking about the rhomobile framework. I have been researching it a bit and wanted to see what the community at large thought about the framework and what, (if any), problems you came across in developing with it.

Thank you,

L.

link|improve this question

67% accept rate
It appears to be taking markup, modifying it and showing it in the phone's web browser component. Which is going to be a bit limiting. Capabilities are always going to be short of native controls. The replication capability is significant. I know there's Novell's solution for iPhone, but still interesting they are running a 3/4GL language other than Objective-C on the iPhone. – martinr Mar 9 '10 at 12:53
feedback

4 Answers

Only the view of the application is rendered in the browser of the platform. There are bindings to access native capabilities of the device from ruby code (taking a picture, accessing GPS data...) and it is possible to extend this with own native code. Of course the view is just HTML and won't be as native as the native UI of the device, but that's the price you have to pay for cross platform development. A big strength of RhoMobile is the build-in sync-capabilities, which lets you synchronize model-data with a central backend.

link|improve this answer
feedback

I have used an app that uses the framework and have to say that it feels sluggish. From reading the documentation it seems like a valid choice if you want to quickly release a cross platform application.

link|improve this answer
feedback

Basically the strategy of RhoMobile is to leverage the browsers on each device to create a "native feel" by styling the web controls to look like "standard" controls on each device. This means you're somewhat limited in what you can do by what the web capabilities are of each OS/device. So each app is a native app, but it still essentially "runs in the browser".

I'm also unsure of how deployment works with the various platforms, like the App Store and Android Market.

link|improve this answer
feedback

You still need a Mac OS X to deploy your app to App Store with these multiplatform Mobile Developer frameworks. Here an employee of Rhomobile develops the app in Windows, yet changes to Mac OS X to deploy it for using Application Loader app, which only works in Mac.

http://rhomobile.com/iphonedevelopmentwindows/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.