Building Cross Platform Mobile (Smartphone) Apps With Ruby & Html – An Introduction To Rhodes V3
by Bitla Software
- 8,055 views
Building crossplatform Mobile (Smartphone) Apps with Ruby & HTML - An introduction to Rhodes...
Building crossplatform Mobile (Smartphone) Apps with Ruby & HTML - An introduction to Rhodes
Mobile Apps Development has taken by storm after the introduction of iPhone and the App Store. Its a long way with others like Android, Blackberry etc entering into the arena. Developing mobile apps for each device and mainting different code bases is not so DRY and its too time consuming. Presenting one of the frameworks that uses Ruby & HTML so effectively in developing crossplatform mobile apps with one single code base all written in Ruby!
Rhodes is an open source Ruby-based framework for building locally executing, device-optimized mobile applications for all major smartphone devices. These applications work with synchronized local data and also take advantage of native device capabilities such as GPS, PIM contacts, camera, and SMS. Yet you write the majority of your interface with high productivity in HTML and Ruby. Rhodes allows you to write an app once and it will then run on all iPhone, Windows Mobile, BlackBerry, Symbian and Android smartphones. During this session we'll build a sample app for all mobile devices, from scratch, in minutes.
Accessibility
Categories
Upload Details
Uploaded via SlideShare as Adobe PDF
Usage Rights
© All Rights Reserved
Statistics
- Likes
- 6
- Downloads
- 203
- Comments
- 3
- Embed Views
- Views on SlideShare
- 7,346
- Total Views
- 8,055
Rhodes comes with a built in schemaless SQLite database with an amazingly simple Rails ActiveRecord like model called Rhom - that can be used to store and retrieve the data from the local db.
CSS3 & HTML5 can be used for any advanced functionalities. If you are wanting to do iPhone app, you get lucky using jQTouch (check Slide #26). 3 years ago