Cross-Platform Mobile Apps with Ruby, MWRC

Post on 16-May-2015

2.635 views 1 download

Tags:

description

Cross-Platform Mobile Apps with Ruby for MountainWest RubyConf. Talked about how to design & get your app released, as well as the development in Ruby. (based on LARubyConf talk, new stuff added about Android and BlackBerry stores)

Transcript of Cross-Platform Mobile Apps with Ruby, MWRC

Cross-Platform Mobile Applications

With Ruby

Symbian RIMBlackberry

AppleiPhone

WindowsMobile

GoogleAndroid

PalmwebOS

C++ JAVA OBJECTIVE C C# JAVA JAVASCRIPT

CDDhttp://github.com/

blazingcloud/rhodes_rubyconf

ConferenceDriven

Development

http://github.com/blazingcloud/

rhodes_rubyconf

1. Write Code2. Release App3. People Use It

http://github.com/blazingcloud/

rhodes_rubyconf

1. People Use It2. Release App3. Write Code

http://github.com/blazingcloud/

rhodes_rubyconf

Write OnceRun Anywhere

Write OnceRun Anywhere

1. People Use It

BrandTranscends

Platform

Mobile !=

Pocket Desktop

Geolocation

Camera

Connected

Everyone You Know

2. Release App

http://mobileruby.heroku.com

…or… rake device:iphone:production

rake device:bb:production

$ keytool -genkey -v -keystore mykey.keystore -alias alias_name -keyalg RSA -validity 10000

rake device:android:production

adb install bin/target/RubyConf_signed.apk…or…scp RubyConf_signed.apk me@mysite.com:/.

http://market.android.com/publish/signup

3. Write Code

Rhodes MVC

Questions?