Tagged Questions

7
votes
4answers
988 views

Has Anyone Used the rhomobile Framework?

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 ...
2
votes
2answers
597 views

Are Rhomobile and Appcelerator direct competitors?

Trying to get a feel for Rhomobile vis a vis Appcelerator - thoughts on whether or not they are direct competitors? Many thanks, Wes
1
vote
1answer
90 views

'Error Loading Page' when testing RhoMobile application on a phone - using jQuery Mobile

I'm developing a mobile app using the Rhomobile framework/Rhodes - a combination of Ruby and JqueryMobile. When I build and test my application on my desktop on the emulator, clicking on a link ...
1
vote
2answers
113 views

RhoMobile framework worth looking at?

I have been looking framworks for developing mobile apps and i have been told to work on rhomobile framework but i did google and i found very limited resources and tutorial... my apps are bit ...
1
vote
1answer
133 views

Rhomobile back function

I'm having a problem getting the back button function to work in Rhomobile. I've tried various methods of url_for(:index, :back => ....) etc etc and nothing seems to work. The problem with this ...
1
vote
1answer
341 views

Rhomobile supports graphics?

Does the rhomobile support drawing with 2-d(3-d) graphics or is the graphic capabilities limited to static images?
0
votes
1answer
20 views

jqGrid alternate for Mobile apps

Is there any thing similar to jqGrid available for Mobile applications ? Could someone please suggest a javascript plugin that I can use with RhoMobile platform ?
0
votes
0answers
52 views

Possibility to host and serve Mobile apps from my own repo ?

I saw sites like rhogallery (http://rhohub.com/), testflightapp.com helping developers to test their app before it goes for app store or marketplace. I would like to know whether Apple/Android allows ...
0
votes
1answer
126 views

What is a good maximum log file size for an iPhone/Android app?

I'm writing a mobile application (using Rhomobile, a cross-platform framework) that runs on iPhone and Android. The app contains a log file that overwrites itself when it hits its configurable maximum ...
0
votes
1answer
146 views

Unzip files and/or streams in rhomobile

How do I decompress a compressed file in a rhomobile application? I saw that the zlib extension is unavailable in rhodes, because it needs a ruby port. Ruby uses the "zlib.c" or "zlib.h" source files ...