Has Anyone Used the rhomobile Framework? [closed]
Asked Answered
B

5

7

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.

Benjaminbenji answered 18/11, 2009 at 20:38 Comment(1)
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.Kalamazoo
S
4

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.

Stereoscopy answered 15/7, 2010 at 13:8 Comment(0)
B
1

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.

Benioff answered 31/3, 2010 at 18:10 Comment(0)
C
1

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.

Champac answered 6/4, 2010 at 16:14 Comment(0)
D
1

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/

Diatribe answered 18/2, 2011 at 10:39 Comment(0)
A
0

Recently 15 days ago I started learning Rhomobile and developed a few problem.Creating simple applications involving CRUD functionality is cakewalk . But there are some cons also which I had mentioned in this .apk file build with Rhohub not working on the device

Anorak answered 10/11, 2012 at 12:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.