Questions tagged [rhodes]

Rhodes is an open source Ruby-based cross-platform development framework designed to create native applications. Developers utilize a standard MVC architecture using Ruby and HTML-templating (ERB), including constructs to interact natively with the device. The framework's write-once:deploy-many approach currently supports building to iOS, BlackBerry, Android, Windows Mobile, Big Windows (XP, 7 and 8) and Windows Phone.

Rhodes is an open source framework with MIT license that allows to build cross-platform native mobile applications using web skills. It's part of the RhoMobile Suite.

Source code of Rhodes are available on the public github repository.

The RhoMobile Suite is an enterprise mobility suite of products distributed by Motorola Solutions to develop, integrate, deploy and manage your enterprise mobile applications.

Components of the RhoMobile Suite are:

  • RhoStudio - IDE based on Eclipse for Windows and OS X
  • Rhodes - Opensource Frameworks with MIT license to build B2C application
  • RhoElements - based on Rhodes, adds functionality like support for Windows Mobile, requires a license to be used without a nag-screen
  • RhoConnect - Integration and synchronization engine - requires a license to be used
  • RhoHub - Cloud service to develop Rhodes/RhoElements apps & hosting RhoConnect
  • RhoGallery - Enterprise Application Management. Simple and Easy to use

Motorola Solutions has built Launchpad, a community site with recorded webinars, documentation, blogs and public forum for all the interested developers. is part of the suite of RhoMobile (now a Motorola company) products used for developing client side mobile applications.

236 questions
0
votes
1 answer

is RhoMobile support developiong background services for mobile applications?

is RhoMobile support developiong background services for mobile applications? Is it possible to develop a service that always work in background and take care of something especial? If yes, is that service works fine on all supported platforms?
0
votes
1 answer

Rhomobile 4.1.1 - How to create local (non-sync) table

Following the documentation I am trying to create my first model in Rhomobile 4.1.1 It is advised to create a Ruby class, and said that the framework would create the necessary table. But I must have misunderstood because it is not working that…
Benjamin Bouchet
  • 12,971
  • 2
  • 41
  • 73
0
votes
1 answer

can't find the android keystore directory on linux for rhomobile android app

i built rhomobile android app for production which generated a keystore. where can i find this keystore? I am using a linux system.
Animesh
  • 1,005
  • 10
  • 20
0
votes
2 answers

Rhomobile Migration from Rho3.1 to Rho 4.0 Alert Msg. Error

I am trying to migrate my rho application from 3.1 to 4.0. In 3.1 i have defined alert using Alert.show_popup :title => "Please Wait", :message => "Fetching Data..." But as specified in documentation now i have changed it to the dataPopProps =…
Aks
  • 1,567
  • 13
  • 23
0
votes
1 answer

RhoStudio build for iOS7 Simulator: "Gem rake not installed" error

I am trying to build a RhoStudio application for the iPhone-simulator on Mac OS X 10.9.1. The build with XCode fails at /bin/sh -c…
0
votes
0 answers

Rhom: Sorting a column after making all values to down case, but output as the original with case preserved

I have been trying to sort the output of select query based upon one column as like this, users = User.find(:all, :select => ['name'], :order => ["name"], :orderdir => ["ASC"], :conditions => {:deleted => 'false'}) But this sorts the list based…
Ashis Kumar
  • 6,494
  • 2
  • 21
  • 36
0
votes
1 answer

i want to write value in different textfield (rhodes and java)

i'm using rhostudio to create a mobile app. currently i do have this kind of codes