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
2 answers

Read content from website

I want this data from the site (export.benzinpreis-aktuell.de/exportdata.txt?code=e0bDB27ekW83a95) and I don´t know how to do. With System.open_url(export.benzinpreis-aktuell.de/exportdata.txt?code=e0bDB27ekW83a95) I can open the page, but when i…
0
votes
1 answer

Rhomobile Rhodes on Windows Mobile 5.0 MC9090G

I have deployed Rhodes 3.5.1.13 through Rhosudio (RMS_2.2.1.13) on MC3190 which is Windows Mobile 6.5 and its working fine. For this I have used the following configuration rhobuild.yml cabwiz: "C:/Program Files (x86)/Windows Mobile 6…
0
votes
1 answer

Ruby array of class objects iterate back on view

I have an array of objects returned from Rest in JSON format, when I debug I just see the reference. I have added the do loop to one of my views, but I don't have any properties of the object. Is there something I need to do like cast the array? I'm…
Justin Cox
  • 326
  • 4
  • 22
0
votes
1 answer

Ruby on Rhodes using ajax call

I am trying to build a dynamic dropdown in ruby on rhodes.There are basically two dropdowns on my screen and i am using ajax to get the values of the second dropdown from the database depending on the value selected in the first dropdown..I am a…
0
votes
1 answer

PIM Contacts in Rhomobile

I have RhoMobile application where the users can add contacts to their mobile devices. It works great in all devices including Android, iOS 5 and below but it does not work on iOS 6 . Is anyone else having this problem? I believe that Apple changed…
Jorge Zuverza
  • 885
  • 8
  • 26
0
votes
3 answers

Push notification using Rhodes with GCM

One on My Android application i need to implement push notification using Rhodes without using Rhoconnect.I tried with google cloud messaging .But not able to get register android device.Please help/guide me the flow how device will get register…
0
votes
1 answer

Which framework to use for creating mobile apps?

I want to develop a mobile app (it is desire not to be browser based app), but also to have a website with same information, same database, images, etc... I would like to create one application and that both web and mobile uses that application to…
Ivan Bajalovic
  • 780
  • 1
  • 9
  • 20
0
votes
1 answer

RhoMobile using RhoMobile Beginners Guide

Hey guys I am doing the application from the book RhoMobile Beginners Guide but the code samples in chapter 5 page 99 are not working. If anybody who has already used the book can provide the correct code I will be extremely thankful. Also I have…
Sivanand Kheti
  • 2,209
  • 1
  • 17
  • 29
0
votes
1 answer

How to find which version of ruby is rhohub using?

I am hosting a rhoconnect app in my rhohub account. My rhomobile app requires rhoconnect 3.2 with ruby 1.9. How to find which version of ruby is rhohub using? I am trying to improve the response time by adding the following lines in my config.ru…
Doel
  • 962
  • 7
  • 14
0
votes
1 answer

Is Rhoconnect Rhosync free to use

I am developing mobile apps with rhodes using Rhoconnect . I don't know is their any licence or it is free to use ... I searched complete site of motorola but not get whether it is free or having licence ... Is their any other option to sync…
Mohammad Sadiq Shaikh
  • 3,160
  • 9
  • 35
  • 54
0
votes
2 answers

Rewrite native iOS app with Titanium or Rhodes

I have an iOS app in the AppStore, built with Xcode a while ago, but I am thinking of rewriting it from scratch to iron out some bad decisions and this time use some cross-platform framework such as Appcelerator Titanium or Rhodes to add Android…
Laas
  • 5,978
  • 33
  • 52
0
votes
1 answer

can't find rhodes, need version 3.2.0 or greater

I just started with Rhodes cross platform mobile application development. I followed the rhostudio tutorial to install RhoStudio and to start creating a Rhodes application. Once I click the Finish button in create new project wizard I get an error…
0
votes
2 answers

iOS image resize with Rhomobile generates rotated pictures

I'm using Rhodes 3.3.3 to develop for iOS and Android. My app uses the camera and I need to resize pictures. I use the following Rhodes commands to resize the picture: settings = {:enable_editing => false, :desired_width => 800, :desired_height =>…
fnllc
  • 3,047
  • 4
  • 25
  • 42
0
votes
2 answers

RhoMobile 13,000 inserts causing issues due to time

I have a problem (due to time) when inserting around 13,000 records into the devices database. Is there any way to optimize this? Is it possible to put these all into one transaction (as I believe that it is currently creating one transaction per…
amrcus
  • 103
  • 11
0
votes
1 answer

validation in rhomobile application

How can I perform validation in rhomobile application; the model is not accepting validation code. I have performed following steps: Add rh-validatable and json to your build.yml extensions: json rh-validatable installation: cd…
Chirag Rupani
  • 1,675
  • 1
  • 17
  • 37
1 2 3
15
16