Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
CocoaHeads Toledo 8/2/12
Search
Keith Thompson
August 02, 2012
Technology
1
63
CocoaHeads Toledo 8/2/12
RubyMotion presentation for CocoaHeads Toledo August meeting.
Keith Thompson
August 02, 2012
Tweet
Share
More Decks by Keith Thompson
See All by Keith Thompson
Getting Your Feet Wet with Mac Development
keiththomps
0
53
Other Decks in Technology
See All in Technology
The Rise of LLMOps
asei
10
2.1k
Adopting Jetpack Compose in Your Existing Project - GDG DevFest Bangkok 2024
akexorcist
0
140
LLMの気持ちになってRAGのことを考えてみよう
john_smith
0
160
初心者向けAWS Securityの勉強会mini Security-JAWSを9ヶ月ぐらい実施してきての近況
cmusudakeisuke
0
160
生成AIが変えるデータ分析の全体像
ishikawa_satoru
0
300
Oracle Cloud Infrastructureデータベース・クラウド:各バージョンのサポート期間
oracle4engineer
PRO
30
14k
【平成レトロ】へぇボタンハック👨🔧
vanchan2625
0
150
OCI Network Firewall 概要
oracle4engineer
PRO
0
4.2k
SAP Community and Developer Update
sygyzmundovych
0
350
Security-JAWS【第35回】勉強会クラウドにおけるマルウェアやコンテンツ改ざんへの対策
4su_para
0
210
Flutterによる 効率的なAndroid・iOS・Webアプリケーション開発の事例
recruitengineers
PRO
0
190
SDN の Hype Cycle を一通り経験してみて思うこと / Going through the Hype Cycle of SDN
mshindo
3
290
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
45
6.8k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
1
170
Writing Fast Ruby
sferik
627
61k
VelocityConf: Rendering Performance Case Studies
addyosmani
326
24k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
Happy Clients
brianwarren
98
6.7k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
17k
Visualization
eitanlees
145
15k
The Pragmatic Product Professional
lauravandoore
31
6.3k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
47
2.1k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
4
380
Transcript
A Slightly Different Take on iOS Thursday, August 2, 12
A Little about Me @keiththomps every where I’m a CSE
student at UT Web Developer for Brilliant Fantastic I <3 dynamic, interpreted languages Thursday, August 2, 12
Other Fun Facts I’m horrible at design Had never written
a line of Obj-C prior to this Few things bug me more than IDE’s < Thursday, August 2, 12
Take a Tomato Break... Thursday, August 2, 12
The App Simple Pomodoro App Settings Countdown Work, Break Cycles
Thursday, August 2, 12
Perks of RubyMotion REPL Power of both Obj-C and Ruby
(almost) Work Outside of an IDE Your pinky can take a break from [ & ] Thursday, August 2, 12
Downsides of RubyMotion Not coding in an IDE, doesn’t mean
not using one Still need to know Obj-C at least a little Thursday, August 2, 12
One last things before we begin... Thursday, August 2, 12
Hopefully that wasn’t too painful ^_^ Thursday, August 2, 12
Common Misconceptions “I can’t use Storyboards/nibs” => False “It’s Ruby
therefore less performant” => False Thursday, August 2, 12
RubyMotion Links & Resources RubyMotion DevCenter [http://www.rubymotion.com/ developer-center] Sample Projects
[https://github.com/HipByte/ RubyMotionSamples] MacBacon (for testing) [https://github.com/alloy/ MacBacon] RubyMotion Way (blog article) [http://clayallsopp.com/ posts/the-ruby-motion-way/] RubyMotion Tutorial [http://rubymotion-tutorial.com/] Thursday, August 2, 12
RubyMotion Gems Bubble-Wrap [http://bubblewrap.io/] Formotion [https://github.com/clayallsopp/formotion] SimpleView [https://github.com/seanho/SimpleView] Thursday, August
2, 12
Final Verdict... Thursday, August 2, 12
case self.like_ruby? when true Use::RubyMotion when false p "What is
wrong with you?" Thursday, August 2, 12