cross-platform mobile apps with ruby, mwrc

35
Cross-Platform Mobile Applications With Ruby

Upload: sarah-allen

Post on 16-May-2015

2.638 views

Category:

Technology


1 download

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

Page 1: Cross-Platform Mobile Apps with Ruby, MWRC

Cross-Platform Mobile Applications

With Ruby

Page 2: Cross-Platform Mobile Apps with Ruby, MWRC
Page 3: Cross-Platform Mobile Apps with Ruby, MWRC

Symbian RIMBlackberry

AppleiPhone

WindowsMobile

GoogleAndroid

PalmwebOS

C++ JAVA OBJECTIVE C C# JAVA JAVASCRIPT

Page 4: Cross-Platform Mobile Apps with Ruby, MWRC

CDDhttp://github.com/

blazingcloud/rhodes_rubyconf

Page 5: Cross-Platform Mobile Apps with Ruby, MWRC

ConferenceDriven

Development

http://github.com/blazingcloud/

rhodes_rubyconf

Page 6: Cross-Platform Mobile Apps with Ruby, MWRC

1. Write Code2. Release App3. People Use It

http://github.com/blazingcloud/

rhodes_rubyconf

Page 7: Cross-Platform Mobile Apps with Ruby, MWRC

1. People Use It2. Release App3. Write Code

http://github.com/blazingcloud/

rhodes_rubyconf

Page 8: Cross-Platform Mobile Apps with Ruby, MWRC
Page 9: Cross-Platform Mobile Apps with Ruby, MWRC

Write OnceRun Anywhere

Page 10: Cross-Platform Mobile Apps with Ruby, MWRC

Write OnceRun Anywhere

Page 11: Cross-Platform Mobile Apps with Ruby, MWRC

1. People Use It

Page 12: Cross-Platform Mobile Apps with Ruby, MWRC

BrandTranscends

Platform

Page 13: Cross-Platform Mobile Apps with Ruby, MWRC

Mobile !=

Pocket Desktop

Page 14: Cross-Platform Mobile Apps with Ruby, MWRC

Geolocation

Camera

Connected

Everyone You Know

Page 15: Cross-Platform Mobile Apps with Ruby, MWRC

2. Release App

Page 16: Cross-Platform Mobile Apps with Ruby, MWRC

http://mobileruby.heroku.com

Page 17: Cross-Platform Mobile Apps with Ruby, MWRC
Page 18: Cross-Platform Mobile Apps with Ruby, MWRC
Page 19: Cross-Platform Mobile Apps with Ruby, MWRC
Page 20: Cross-Platform Mobile Apps with Ruby, MWRC
Page 21: Cross-Platform Mobile Apps with Ruby, MWRC
Page 22: Cross-Platform Mobile Apps with Ruby, MWRC

…or… rake device:iphone:production

Page 23: Cross-Platform Mobile Apps with Ruby, MWRC
Page 24: Cross-Platform Mobile Apps with Ruby, MWRC
Page 25: Cross-Platform Mobile Apps with Ruby, MWRC

rake device:bb:production

Page 26: Cross-Platform Mobile Apps with Ruby, MWRC
Page 27: Cross-Platform Mobile Apps with Ruby, MWRC
Page 28: Cross-Platform Mobile Apps with Ruby, MWRC

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

Page 29: Cross-Platform Mobile Apps with Ruby, MWRC

rake device:android:production

adb install bin/target/RubyConf_signed.apk…or…scp RubyConf_signed.apk [email protected]:/.

Page 30: Cross-Platform Mobile Apps with Ruby, MWRC

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

Page 31: Cross-Platform Mobile Apps with Ruby, MWRC
Page 32: Cross-Platform Mobile Apps with Ruby, MWRC

3. Write Code

Page 33: Cross-Platform Mobile Apps with Ruby, MWRC

Rhodes MVC

Page 34: Cross-Platform Mobile Apps with Ruby, MWRC
Page 35: Cross-Platform Mobile Apps with Ruby, MWRC

Questions?