Questions tagged [rhomobile]

With the RhoMobile Suite you can use your web skills to build cross-platform native mobile applications. Main focus are enterprise apps, targeting iOS, Android and even Windows Mobile.

With the RhoMobile Suite you can use your web skills to build native mobile applications.

The RhoMobile Suite is an open source enterprise mobility suite of products previously owned by Zebra Technologies. With RhoMobile you can 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 subscription to compile applications
  • RhoConnect - Integration and synchronization engine - requires a subscription to be used
  • RhoHub - Cloud service to develop Rhodes/RhoElements apps & hosting RhoConnect
  • RhoGallery - Enterprise Application Management. Simple and Easy to use

Zebra Technologies has built Launchpad, a community site with recorded webinars, documentation, blogs and public forum for all the interested developers.

RhoMobile is now developed in the open by Tau-Technologies

347 questions
123
votes
1 answer

dequeueBuffer: can't dequeue multiple buffers without setting the buffer count

I'm getting the error below on Android 4.4.2 Moto X 2013 in a Rhomobile 5.0.2 WebView app. The app is compiled with SDK 19 and minAPI 17. After some research it seems that this is an issue with Snapdragon 800 / Adreno GPU devices: here and here are…
fnllc
  • 3,047
  • 4
  • 25
  • 42
14
votes
4 answers

RhoMobile Suite vs. Titanium vs. Xamarin vs. PhoneGap vs. Telerik Platform vs. Codename One

I, like many others, am looking to venture into mobile app development. I am familiar with HTML5, CSS3, JavaScript, PHP, Ruby, .NET but not Java or Objective-C. To be honest, I'm unlikely to become a mobile developer guru and the apps I will develop…
ChrisCurrie
  • 1,589
  • 6
  • 15
  • 36
7
votes
0 answers

Phonegap vs Rhomobile

I'm starting a new project and one of the objectives is to make a comparison matrix between Phonegap and Rhomobile. I've been investigating on both platforms, but I'm having trouble finding all the info I need. What are the things that really set…
Adrian Matteo
  • 987
  • 1
  • 10
  • 28
7
votes
6 answers

Rhomobile vs. Phonegap considerations

I'm debating between Phonegap and RhoMobile for cross platform mobile application development. I'm a web developer with experience in Ruby as well as the traditional web technologies (HTML, CSS, and Javascript). The backend of this application will…
AdamT
  • 6,405
  • 10
  • 49
  • 75
7
votes
5 answers

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 across in developing with it. Thank you, L.
Leachy Peachy
  • 1,112
  • 2
  • 17
  • 29
5
votes
2 answers

What is the use of jquery.mobile.structure-1.0.css in jquery mobile

I have a question. When i am creating an application in rhomobile jquery.mobile.structure-1.0.css present inside /public/jqmobile. My question 1) What is the use of jquery.mobile.structure-1.0.css 2) jquery.mobile.structure-1.0.css was not included…
vinothini
  • 2,606
  • 4
  • 27
  • 42
5
votes
3 answers

AngularJS $sce.getTrustedResourceUrl(templateUrl) error

I am working on a simple application in RhoMobile and I am using AngularJS with it. When defining routeProvider, I have come to the strangest issue I have seen. I tried many things, like chaning the path for templateUrl defining an explicit one, but…
TheCodeDestroyer
  • 763
  • 9
  • 29
5
votes
3 answers

CLLocationManager delegates not working after initialization

I am trying to get the compass of the iphone to work using the rhomobile framework. I already did the rhomobile part, created a working wrapper that calls native methods on the iphone, but I cant manage to get the events to…
Vikko
  • 1,396
  • 10
  • 23
4
votes
2 answers

TypeError: Result of expression 'toPage.data( "page" )' [undefined] is not an object - in jquery mobile

I am using jQuery Mobile Split view in my application. It's working fine. I need split view for some pages only and for normal pages I set data-role="page". When i try to load normal pages other than split view pages I am getting the following…
vinothini
  • 2,606
  • 4
  • 27
  • 42
4
votes
2 answers

jquery mobile flashes previous page after transition

Have page have list with link to show item. when I click back to list item from show page, it goes back to list, flashes show page and comes back to list.
    <%…
pcasa
  • 3,710
  • 7
  • 39
  • 67
4
votes
4 answers

Rhomobile or Appcelerator

I am searching for a platform to develop cross-platform mobile applications. The application, we are developing is somehow complex and we need it to run on Android, iOS and Blackberry. We want the code to be written once and run on every platform…
3
votes
1 answer

Rhomobile : How to remove bottom toolbar in device

Am working on mobile applications using Rhomobile Rhodes. Everything is working fine but I'm having trouble figuring out how to remove the bottom toolbar (with the back, foward, home, refresh) in device. So How to remove the bootom toolbar in…
Nag
  • 1,438
  • 1
  • 11
  • 39
3
votes
1 answer

View flickers on Android

I am developing an android application using Rhodes. The transition between view works perfect on iPhone, but on android it flickers. Please help
Manmay
  • 539
  • 2
  • 12
  • 28
3
votes
1 answer

How to send c2dm message from rails app

EDIT 3 I use RhoMobile to get device_token, which I am getting to server def register_device @person = Person.find(:first) unless System.get_property('is_emulator') url =…
pcasa
  • 3,710
  • 7
  • 39
  • 67
3
votes
1 answer

How would I test controllers in Rhomobile in a BDD style?

I am using the Rhomobile framework to develop an application that is supposed to run on different mobile phones. The tutorial mentions how to write tests for the example model: Person. In fact, the framework provides a command-line tool rhogen spec…
wcmatthysen
  • 445
  • 4
  • 19
1
2 3
23 24