3 min read

 

Rhomobile Beginner’s Guide

Rhomobile Beginner's Guide

Step-by-step instructions to build an enterprise mobile web application from scratch

        Read more about this book      

(For more resources on this topic, see here.)

Q: Does Rhomobile create a pure Native Application?
A: Yes. Rhomobile creates a pure Native Application. This Application is similar to an Application available in i-store. This application can use device capabilities such as GPS, PIM contacts and calendar, camera, native mapping, push, barcode, signature capture, and Bluetooth. These are much faster than Browser-based applications.

 

Q: I am new to Ruby should I use Rhomobile?
A: Although you need to know Ruby to write Rhodes applications, we realize that many folks learn both Ruby and Rhomobile at the same time. As Rhomobile products require an elementary level of Ruby knowledge, this will not affect your learning curve. But I recommend that you go to any Ruby tutorial online.

 

Q: Is Rhomobile Free?
A: Rhodes is free and open source under MIT Licence. To use RhoSync, you must purchase a commercial license when development commences or you must open source your app under the GPL license. The pricing and details can be found at www.rhomobile.com.

 

Q: Is support available for Rhomobile?
A: Yes. However, you have to purchase a Rhodes Enterprise License and the Rhodes Commercial License to get commercial support. Apart from the Rhomobile support, there are various webinars and tutorials available on www.rhomobile.com. Another good support resource is the Rhomobile Google group, where Rhomobile experts are there to help you.

 

Q: What about Rhomobile security?
A: Both Rhodes and RhoSync support use of https as a transport. In fact it is easier with Rhodes than with native code. You just list the https URL and Rhodes will connect to the backend appropriately. This is simple in contrast to underlying SDKs where significantly different code is written to connect to an https URL.

 

Q: Does Rhomobile support HTML5?
A: Yes, Rhomobile supports HTML5 tags provided the device you are targeting also supports them.

 

Q: Can we write unit test case for the code?
A: Yes, we can write unit test case in Rhodes.

 

Q: Can we use Ruby gems with Rhodes?
A: Yes, we can use Ruby gems with Rhodes. We have to include them in the Rhodes configuration file.

 

Q: Do we need to have knowledge of different device databases?
A: No, we don’t need to have prior knowledge of those databases, Rhodes will take care of this. We write our query using Object-relational mapping (ORM) called Rhom and it is the work of ORM to shape the query.

 

Summary

In this article we saw some of the most frequently asked questions on Rhomobile.


Further resources on this subject:


LEAVE A REPLY

Please enter your comment!
Please enter your name here