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 complicated and at this point i am not even sure rhomobile framework is good choice....

do you guys think it will worth investing time in learning?

any suggestions?

Thank you,

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

It depends on your requirements. If your application is data centric then I highly recommend Rhomobile, and If your application has less data and more static page then better use Native frameworks. You can quickly start with following resources http://rhomobile.com/resources/

link|improve this answer
how difficult is to learn? and where do i find the resources? and how difficult is to add controls like for calendar or player or graph? - any advice. – Abu Hamzah Dec 1 '11 at 18:41
It is easy to learn you can quickly start with following resources: 1.) Rhomobile Webinars 2.) rhomobile doc 3.) Rhomobile Beginner's Guide by pact Publication It support native calendar provided by devices. docs.rhomobile.com/rhodes/device-caps#pim-calendarevents For Player: for these you don't have much options but you can have look at docs.rhomobile.com/rhodes/device-caps#media-support For Graphs you can use any Jquery graph library like JQplot. – Abhishek Nalwaya Dec 1 '11 at 18:56
Thanks Abhishek, and i am exploring and its all new to me and i looked at the rhomobile.com/webinars but the video resoulation is hard to see what is being typed or talking about... do you know any site that dedicated screen cast? i looked at your book cursory and i am still not on the track... – Abu Hamzah Dec 1 '11 at 19:33
The best resource to start is docs.rhomobile.com But if you need some sample example you can check these examples: 1.) Twitter: itsallaboutruby.blogspot.com/2010/10/… 2.)You tube itsallaboutruby.blogspot.com/2011/09/… – Abhishek Nalwaya Dec 2 '11 at 2:35
what is Native frameworks ? – Abu Hamzah Dec 2 '11 at 4:31
show 2 more comments
feedback

If you have some knowledge in ruby it is not very difficult to start using rhodes, but it will always depend on your requirements and on how much time you want to invest to develop apps for different OS.

I have found Rhomobile very easy to follow. Of course it is limited as it is a relatively new framework, but you can get very good help on their Google Group.

I have developed on iOS and Android, and I must say I hated Objective C. Android with Java was more familiar and easier for me, but still, it is not compared to doing one app that works for all (even though you have to make dome minor tweaks for each OS).

One thing I did have problems developing in Rhomobile was working with maps. Rhomobile's Maps have different limitations depending on the OS of deployment.

Anyways, specially if you are working by yourself, I would recommend experimenting with Rhomobile. I believe you will get your job done faster that developing for each one (Objective C is a nightmare!)

link|improve this answer
thank you very much for the reply and encouragement and if you know any screen cast or blog please post it here. – Abu Hamzah Dec 2 '11 at 1:40
I only used rhomobile's webinars and google group to develop. If I can help you with any questions I'll be happy to do it – marimaf Dec 2 '11 at 22:50
ihave posted number of questions on rhomobile tag – Abu Hamzah Dec 3 '11 at 2:47
feedback

Your Answer

 
or
required, but never shown

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