SlideShare a Scribd company logo
Your first RubyMotion
     Application

      Amit Kumar
About me
About me




• Ruby’ist
About me




• Ruby’ist
• Consultant: Tata Consultancy Services Ltd
About me




• Ruby’ist
• Consultant: Tata Consultancy Services Ltd
• Github: toamitkumar
About me




• Ruby’ist
• Consultant: Tata Consultancy Services Ltd
• Github: toamitkumar
• Twitter: toamit
About me




• Ruby’ist
• Consultant: Tata Consultancy Services Ltd
• Github: toamitkumar
• Twitter: toamit
• toamitkumar.github.com
Your fist RubyMotion Application
RubyMotion
RubyMotion
RubyMotion

revolutionary toolchain for native iOS application development using Ruby language
RubyMotion

revolutionary toolchain for native iOS application development using Ruby language




                                                neighbor's envy coder’s delight; happiness;
A What ??
A What ??
A What ??

Fork of MacRuby
A What ??

Fork of MacRuby          Compiles into optimized machine code
A What ??

Fork of MacRuby                                  Compiles into optimized machine code




Automatic object memory allocation and reclaim
A What ??

Fork of MacRuby                 Compiles into optimized machine code




Automatic object memory allocation and reclaim
A What ??

Fork of MacRuby                                      Compiles into optimized machine code




Automatic object memory allocation and reclaim


Ruby-runtime tightly integrated with Obj-C runtime
A What ??

Fork of MacRuby                                      Compiles into optimized machine code




Automatic object memory allocation and reclaim


Ruby-runtime tightly integrated with Obj-C runtime




 Same ancestor as Obj-C
A What ??

Fork of MacRuby                                      Compiles into optimized machine code




Automatic object memory allocation and reclaim


Ruby-runtime tightly integrated with Obj-C runtime




 Same ancestor as Obj-C                        Object can be shared with no performance cost
Download & Install
Download & Install
Download & Install




http://sites.fastspring.com/hipbyte/product/rubymotion
The ‘motion’ command
The ‘motion’ command
The ‘motion’ command
The ‘motion’ command
The ‘motion’ command
The ‘motion’ command




Protip: Forcing update to a particular version:
The ‘motion’ command




Protip: Forcing update to a particular version:
The ‘motion’ command




Protip: Forcing update to a particular version:

sudo motion update --force-version=1.2
The ‘motion’ command
The ‘motion’ command

the ‘motion’ support
The ‘motion’ command

the ‘motion’ support
The ‘motion’ command

the ‘motion’ support
The ‘motion’ command

the ‘motion’ support
The famous ‘Rake’
The famous ‘Rake’
The famous ‘Rake’
The famous ‘Rake’
The famous ‘Rake’
The famous ‘Rake’
The famous ‘Rake’
Configuration ‘options’
Configuration ‘options’
Configuration ‘options’
Configuration ‘options’
Configuration ‘options’
Configuration ‘options’
The Soul
The Soul


Console REPL - Read Evaluate Print Loop
The Soul


Console REPL - Read Evaluate Print Loop




     You feel in-control
The Soul


Console REPL - Read Evaluate Print Loop




You feel in-control
The Soul


                     Console REPL - Read Evaluate Print Loop




                     You feel in-control


An excellent in-browser demo of REPL:  https://www.pieceable.com/rubymotion-console
RubyGems
RubyGems

Normal RubyGems won’t work
RubyGems

Normal RubyGems won’t work




Load gems in Rakefile of the application
RubyGems

Normal RubyGems won’t work




Load gems in Rakefile of the application




Use Bundler
RubyGems

Normal RubyGems won’t work




Load gems in Rakefile of the application




Use Bundler
RubyGems

Normal RubyGems won’t work




Load gems in Rakefile of the application




                              source :rubygems

                              gem 'rake'
Use Bundler                   gem 'bubble-wrap'
                              gem 'motion-cocoapods'
                              gem 'motion-redgreen'
                                      Gemfile
RubyGems

Normal RubyGems won’t work




Load gems in Rakefile of the application




                              source :rubygems

                              gem 'rake'
Use Bundler                   gem 'bubble-wrap'
                              gem 'motion-cocoapods'
                              gem 'motion-redgreen'
                                      Gemfile
RubyGems

Normal RubyGems won’t work




Load gems in Rakefile of the application




                              source :rubygems

                              gem 'rake'               require ‘bundler’
Use Bundler                   gem 'bubble-wrap'        Bundler.require
                              gem 'motion-cocoapods'
                              gem 'motion-redgreen'           Rakefile
                                      Gemfile
RubyGems contd...
RubyGems contd...
Bubblewrap
RubyGems contd...
Bubblewrap

teacup
RubyGems contd...
Bubblewrap

teacup

sugarcube
RubyGems contd...
Bubblewrap

teacup

sugarcube

formotion
RubyGems contd...
Bubblewrap

teacup

sugarcube

formotion

Nitron
RubyGems contd...
Bubblewrap

teacup

sugarcube

formotion

Nitron

motion-redgreen
RubyGems contd...
Bubblewrap

teacup

sugarcube

formotion

Nitron

motion-redgreen

motion-logger
RubyGems contd...
Bubblewrap

teacup

sugarcube

formotion

Nitron

motion-redgreen

motion-logger

MotionData
RubyGems contd...
Bubblewrap

teacup

sugarcube

formotion

Nitron

motion-redgreen

motion-logger

MotionData

NativeJSBridge
RubyGems contd...
Bubblewrap

teacup

sugarcube

formotion

Nitron

motion-redgreen

motion-logger

MotionData

NativeJSBridge

SegmentTab
SURVEY APP
The ‘Survey’ app
The ‘Survey’ app

Dynamically create Surveys on the fly without code compilation
The ‘Survey’ app

Dynamically create Surveys on the fly without code compilation




Survey question data is JSON based
The ‘Survey’ app

Dynamically create Surveys on the fly without code compilation




Survey question data is JSON based



Controls for question should be controlled by JSON
The ‘Survey’ app

 Dynamically create Surveys on the fly without code compilation




Survey question data is JSON based



Controls for question should be controlled by JSON



Collect response in JSON and make a server API call to POST data
The ‘Survey’ app
The ‘Survey’ app

   JSON Structure
The ‘Survey’ app

   JSON Structure
The ‘Survey’ app

   JSON Structure
The ‘Survey’ app

   JSON Structure
The ‘Survey’ app

   JSON Structure
The ‘Survey’ app

   JSON Structure
The ‘Survey’ app

   JSON Structure
The ‘Survey’ app




  DEMO
THANK YOU

More Related Content

KEY
Ruby'izing iOS development
toamitkumar
 
PDF
Using Sinatra to Build REST APIs in Ruby
LaunchAny
 
PDF
Mojolicious and REST
Jonas Brømsø
 
KEY
When Two Worlds Collide: Java and Ruby in the Enterprise
benbrowning
 
PDF
Ror Seminar With agilebd.org on 23 Jan09
Shaer Hassan
 
PDF
JRuby - Programmer's Best Friend on JVM
Raimonds Simanovskis
 
PDF
Rails Metal, Rack, and Sinatra
Adam Wiggins
 
PDF
The Enterprise Strikes Back
Burke Libbey
 
Ruby'izing iOS development
toamitkumar
 
Using Sinatra to Build REST APIs in Ruby
LaunchAny
 
Mojolicious and REST
Jonas Brømsø
 
When Two Worlds Collide: Java and Ruby in the Enterprise
benbrowning
 
Ror Seminar With agilebd.org on 23 Jan09
Shaer Hassan
 
JRuby - Programmer's Best Friend on JVM
Raimonds Simanovskis
 
Rails Metal, Rack, and Sinatra
Adam Wiggins
 
The Enterprise Strikes Back
Burke Libbey
 

Viewers also liked (8)

PPTX
First aid
Angelica Adivoso RN
 
PPT
Introduction to First Aid
nhliza
 
PPT
Basic first aid
Arnel Rivera
 
PPTX
1.3.1 introduction to first aid
prssncdcc
 
PPTX
First aid
Marygrace Cagungun
 
PPTX
First aid ppt
Harsh Khatri
 
PPT
Final first aid slides (presentation)
Corinna Daniela Chia
 
PDF
First aid & bandaging
Maybelle Animas
 
Introduction to First Aid
nhliza
 
Basic first aid
Arnel Rivera
 
1.3.1 introduction to first aid
prssncdcc
 
First aid ppt
Harsh Khatri
 
Final first aid slides (presentation)
Corinna Daniela Chia
 
First aid & bandaging
Maybelle Animas
 
Ad

Similar to Your fist RubyMotion Application (20)

PDF
Writing a Ruby Gem for beginners
ConFoo
 
PDF
RubyMotion: Put your Dreams in Motion with Ruby
Astrails
 
PDF
Write cross platform native apps in Ruby
Giedrius Rimkus
 
KEY
RubyMotion Introduction
Lori Olson
 
PDF
RubyMotion: Hack Your iOS App Like Never Before
Joseph Ku
 
DOCX
Install Guide
Santosh Kiran Beyagudem
 
KEY
Ruby on rails toolbox
Blazing Cloud
 
PPTX
Chennai.rb feb 2016
Vijay Raghavan Aravamudhan
 
KEY
An introduction to Rails 3
Blazing Cloud
 
KEY
A Portrait of the Artist as a Young Gem Author
Matt Yoho
 
PDF
[Srijan Wednesday Webinars] Building Full-Fledged Native Apps Using RubyMotion
Srijan Technologies
 
PDF
RubyならMacでしょう
vincentisambart
 
PDF
MacRuby & RubyMotion - Madridrb May 2012
Mark Villacampa
 
PDF
Macruby& Hotcocoa presentation by Rich Kilmer
Matt Aimonetti
 
PDF
RubyMotion Gets A Cool New Friend: mruby on iOS
Joseph Ku
 
PDF
RubyGems 3 & 4
Hiroshi SHIBATA
 
PDF
Mac ruby deployment
Thilo Utke
 
PDF
JRuby, Ruby, Rails and You on the Cloud
Hiro Asari
 
PDF
Tricking Bundler
Marcello Barnaba
 
PDF
ruby-cocoa
tutorialsruby
 
Writing a Ruby Gem for beginners
ConFoo
 
RubyMotion: Put your Dreams in Motion with Ruby
Astrails
 
Write cross platform native apps in Ruby
Giedrius Rimkus
 
RubyMotion Introduction
Lori Olson
 
RubyMotion: Hack Your iOS App Like Never Before
Joseph Ku
 
Ruby on rails toolbox
Blazing Cloud
 
Chennai.rb feb 2016
Vijay Raghavan Aravamudhan
 
An introduction to Rails 3
Blazing Cloud
 
A Portrait of the Artist as a Young Gem Author
Matt Yoho
 
[Srijan Wednesday Webinars] Building Full-Fledged Native Apps Using RubyMotion
Srijan Technologies
 
RubyならMacでしょう
vincentisambart
 
MacRuby & RubyMotion - Madridrb May 2012
Mark Villacampa
 
Macruby& Hotcocoa presentation by Rich Kilmer
Matt Aimonetti
 
RubyMotion Gets A Cool New Friend: mruby on iOS
Joseph Ku
 
RubyGems 3 & 4
Hiroshi SHIBATA
 
Mac ruby deployment
Thilo Utke
 
JRuby, Ruby, Rails and You on the Cloud
Hiro Asari
 
Tricking Bundler
Marcello Barnaba
 
ruby-cocoa
tutorialsruby
 
Ad

More from toamitkumar (6)

PPTX
Agile+DevOps - do we understand it?
toamitkumar
 
PDF
Digital Transformation with 2 Speed IT & Agile Scrum
toamitkumar
 
KEY
404 not found
toamitkumar
 
KEY
Ruby conf'11
toamitkumar
 
KEY
Micro-Blogging for The Enterprise (MongoDB)
toamitkumar
 
PDF
Fibered rails
toamitkumar
 
Agile+DevOps - do we understand it?
toamitkumar
 
Digital Transformation with 2 Speed IT & Agile Scrum
toamitkumar
 
404 not found
toamitkumar
 
Ruby conf'11
toamitkumar
 
Micro-Blogging for The Enterprise (MongoDB)
toamitkumar
 
Fibered rails
toamitkumar
 

Recently uploaded (20)

PPTX
The Future of AI & Machine Learning.pptx
pritsen4700
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PPTX
Simple and concise overview about Quantum computing..pptx
mughal641
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PDF
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PDF
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PDF
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PPTX
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
PDF
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
The Future of AI & Machine Learning.pptx
pritsen4700
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
Simple and concise overview about Quantum computing..pptx
mughal641
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 

Your fist RubyMotion Application

Editor's Notes