SlideShare une entreprise Scribd logo
1  sur  41
Télécharger pour lire hors ligne
Write Cross-platform Native
Apps in Ruby
2017 February
#vilniusrb
Giedrius Rimkus
Ruby Developer @ PlateCulture - Social dining experiences
https://plateculture.com
Traditional native ways
Tools to make hybrid apps
Other cross-platform tools to create native apps
RubyMotion
RubyMotion is a toolchain that allows developers to write native iOS
(iPhone, iPad), WatchOS (Apple Watch), OS X (laptop and desktop
computers) and Android (phones, tablets, TVs, wearable, etc) applications
in the Ruby programming language.
Laurent Sansonetti
iOS
Android
Requirements (iOS)
You will need a Mac running OS X 10.9 or higher.
For iOS development, you will also need to install the iOS SDK and join the iOS
developer program in order to receive an application-signing certificate. You will
need an iOS device (iPhone or iPad) if you want to physically test your application.
For OS X development, you will need to join the Mac developer program if you
intend to deliver apps on the Mac App Store.
Requirements (Android)
For Android development, you will need to join the Google Play program and also
an Android device configured for development.
Requirements (Windows or Linux)
It works on Mac exclusively.
Memory management
RubyMotion provides automatic memory management; you do not need to reclaim
unused objects.
Since memory can be limited on iOS hardware, you must take care not to create
large object graphs.
Concurrency
The ability to run code concurrently became critical as multicore processors
appeared on iOS devices. RubyMotion has been designed around this purpose.
RubyMotion has the concept of virtual machine objects, which wrap the state of a
thread of execution. A piece of code is running through a virtual machine.
Virtual machines don’t have locks and there can be multiple virtual machines
running at the same time, concurrently.
Compliance
RubyMotion is 100% compliant with Apple's App Store and Google Play policies.
Your code is compiled ahead-of-time, never interpreted, and you access the entire
set of iOS, OS X and Android public APIs.
Once compiled, a RubyMotion app looks pretty much the same as an Objective-C
or Java app.
ProMotion
ProMotion is a RubyMotion gem that makes iOS development more like Ruby and
less like Objective-C. It introduces a clean, Ruby-style syntax for building screens
that is easy to learn and remember and abstracts a ton of boilerplate
UIViewController, UINavigationController, and other iOS code into a simple,
Ruby-like DSL.
RedPotion
Framework for faster iOS development in Rubymotion.
BluePotion
Framework for faster Android development in Rubymotion.
Motion Game
Cross-platform game engine for RubyMotion
Success stories
Pros
● Use the language you already know and love - Ruby.
● No need to use Xcode, pick your favorite editor and work from terminal.
● Pretty easy to get started.
● Repl (read, evaluate, print, loop)
● Final result - natively compiled application
Cons
● Commercial product, so it costs money
● Lack of tutorials, examples, documentations
● Outdated gems (companies moved to alternative solutions)
● Tiny community
DEMO
References
● https://github.com/infinitered/redpotion
● https://github.com/infinitered/bluepotion
● https://github.com/infinitered/ProMotion
● https://github.com/infinitered/rmq
● https://github.com/infinitered/cdq
● http://www.rubymotion.com
● https://motioninmotion.tv
● http://motion-toolbox.com
● https://github.com/torben/FlappyMotion
● https://motionpdx.github.io/blog/2016/01/20/getting-started-with-redpotion/
● https://www.youtube.com/watch?v=QjwugPJllEQ
● http://www.rubymotion.com/developers/guides/manuals/cocoa/runtime/
Questions?
Thank You
Write Cross-platform Native Apps in Ruby
Giedrius Rimkus

Contenu connexe

Tendances

Introduction to Xamarin
Introduction to XamarinIntroduction to Xamarin
Introduction to XamarinGuy Barrette
 
[MobConf] Go mobile with C#, Visual Studio & Xamarin
[MobConf] Go mobile with C#, Visual Studio & Xamarin[MobConf] Go mobile with C#, Visual Studio & Xamarin
[MobConf] Go mobile with C#, Visual Studio & XamarinNish Anil
 
BlackBerry WebWorks
BlackBerry WebWorksBlackBerry WebWorks
BlackBerry WebWorksJosue Bustos
 
Apps development for mobile devices
Apps development for mobile devicesApps development for mobile devices
Apps development for mobile devicesrdresler
 
iOS Development, with Swift and XCode
iOS Development, with Swift and XCodeiOS Development, with Swift and XCode
iOS Development, with Swift and XCodeWan Leung Wong
 
Top reason to choose flutter app development
Top reason to choose flutter app developmentTop reason to choose flutter app development
Top reason to choose flutter app developmentElenorWisozk
 
Mobile Application Development
Mobile Application DevelopmentMobile Application Development
Mobile Application DevelopmentAbhi583497
 
Flutter 2.2 version | skywave info solutions
Flutter 2.2 version | skywave info solutionsFlutter 2.2 version | skywave info solutions
Flutter 2.2 version | skywave info solutionsSkywave Info Solutions
 
What and Why Flutter? What is a Widget in Flutter?
What and Why Flutter? What is a Widget in Flutter?What and Why Flutter? What is a Widget in Flutter?
What and Why Flutter? What is a Widget in Flutter?MohammadHussain595488
 
Top Cross-Platform App Development Frameworks for 2020
Top Cross-Platform App Development Frameworks for 2020Top Cross-Platform App Development Frameworks for 2020
Top Cross-Platform App Development Frameworks for 2020Rockers Technology
 
Flutter single codebase to build your dream application for i os and android
Flutter single codebase to build your dream application for i os and android Flutter single codebase to build your dream application for i os and android
Flutter single codebase to build your dream application for i os and android Concetto Labs
 
Kotlin Tutorial for Beginners | Kotlin Android Tutorial | Edureka
Kotlin Tutorial for Beginners | Kotlin Android Tutorial | EdurekaKotlin Tutorial for Beginners | Kotlin Android Tutorial | Edureka
Kotlin Tutorial for Beginners | Kotlin Android Tutorial | EdurekaEdureka!
 
Create iOS and Android apps in Java with Multi-OS Engine
Create iOS and Android apps in Java with Multi-OS Engine Create iOS and Android apps in Java with Multi-OS Engine
Create iOS and Android apps in Java with Multi-OS Engine 🌍Matthew Bartos
 
Flutter Tutorial For Beginners | Edureka
Flutter Tutorial For Beginners | EdurekaFlutter Tutorial For Beginners | Edureka
Flutter Tutorial For Beginners | EdurekaEdureka!
 
Cross Platform Mobile Development with C# and Xamarin
Cross Platform Mobile Development with C# and XamarinCross Platform Mobile Development with C# and Xamarin
Cross Platform Mobile Development with C# and XamarinKMS Technology
 
Telerik app builder
Telerik app builderTelerik app builder
Telerik app buildermssaman
 
Flash Platform & Android
Flash Platform & AndroidFlash Platform & Android
Flash Platform & Androidluca mezzalira
 
Le novità di Xamarin e dello sviluppo Cross-Platform
Le novità di Xamarin e dello sviluppo Cross-PlatformLe novità di Xamarin e dello sviluppo Cross-Platform
Le novità di Xamarin e dello sviluppo Cross-PlatformRiccardo Cappello
 

Tendances (20)

Introduction to Xamarin
Introduction to XamarinIntroduction to Xamarin
Introduction to Xamarin
 
[MobConf] Go mobile with C#, Visual Studio & Xamarin
[MobConf] Go mobile with C#, Visual Studio & Xamarin[MobConf] Go mobile with C#, Visual Studio & Xamarin
[MobConf] Go mobile with C#, Visual Studio & Xamarin
 
BlackBerry WebWorks
BlackBerry WebWorksBlackBerry WebWorks
BlackBerry WebWorks
 
Apps development for mobile devices
Apps development for mobile devicesApps development for mobile devices
Apps development for mobile devices
 
iOS Development, with Swift and XCode
iOS Development, with Swift and XCodeiOS Development, with Swift and XCode
iOS Development, with Swift and XCode
 
Top reason to choose flutter app development
Top reason to choose flutter app developmentTop reason to choose flutter app development
Top reason to choose flutter app development
 
Mobile Application Development
Mobile Application DevelopmentMobile Application Development
Mobile Application Development
 
Flutter 2.2 version | skywave info solutions
Flutter 2.2 version | skywave info solutionsFlutter 2.2 version | skywave info solutions
Flutter 2.2 version | skywave info solutions
 
What and Why Flutter? What is a Widget in Flutter?
What and Why Flutter? What is a Widget in Flutter?What and Why Flutter? What is a Widget in Flutter?
What and Why Flutter? What is a Widget in Flutter?
 
Top Cross-Platform App Development Frameworks for 2020
Top Cross-Platform App Development Frameworks for 2020Top Cross-Platform App Development Frameworks for 2020
Top Cross-Platform App Development Frameworks for 2020
 
ios app development
ios app developmentios app development
ios app development
 
Flutter single codebase to build your dream application for i os and android
Flutter single codebase to build your dream application for i os and android Flutter single codebase to build your dream application for i os and android
Flutter single codebase to build your dream application for i os and android
 
Kotlin Tutorial for Beginners | Kotlin Android Tutorial | Edureka
Kotlin Tutorial for Beginners | Kotlin Android Tutorial | EdurekaKotlin Tutorial for Beginners | Kotlin Android Tutorial | Edureka
Kotlin Tutorial for Beginners | Kotlin Android Tutorial | Edureka
 
Create iOS and Android apps in Java with Multi-OS Engine
Create iOS and Android apps in Java with Multi-OS Engine Create iOS and Android apps in Java with Multi-OS Engine
Create iOS and Android apps in Java with Multi-OS Engine
 
Flutter Tutorial For Beginners | Edureka
Flutter Tutorial For Beginners | EdurekaFlutter Tutorial For Beginners | Edureka
Flutter Tutorial For Beginners | Edureka
 
Cross Platform Mobile Development with C# and Xamarin
Cross Platform Mobile Development with C# and XamarinCross Platform Mobile Development with C# and Xamarin
Cross Platform Mobile Development with C# and Xamarin
 
Telerik app builder
Telerik app builderTelerik app builder
Telerik app builder
 
Flash Platform & Android
Flash Platform & AndroidFlash Platform & Android
Flash Platform & Android
 
Le novità di Xamarin e dello sviluppo Cross-Platform
Le novità di Xamarin e dello sviluppo Cross-PlatformLe novità di Xamarin e dello sviluppo Cross-Platform
Le novità di Xamarin e dello sviluppo Cross-Platform
 
Talk (2)
Talk (2)Talk (2)
Talk (2)
 

En vedette

Informe Técnico N° 20 Enero 2017 Del Proyecto: Aplicación De La Ctei Para E...
  Informe Técnico N° 20 Enero 2017 Del Proyecto: Aplicación De La Ctei Para E...  Informe Técnico N° 20 Enero 2017 Del Proyecto: Aplicación De La Ctei Para E...
Informe Técnico N° 20 Enero 2017 Del Proyecto: Aplicación De La Ctei Para E...PROYECTO MADERAS CHOCÓ
 
Gitでやるたのしい歴史改変
Gitでやるたのしい歴史改変Gitでやるたのしい歴史改変
Gitでやるたのしい歴史改変Kenichi KIBIHARA
 
Työnohjaus johtajien kanssa
Työnohjaus johtajien kanssaTyönohjaus johtajien kanssa
Työnohjaus johtajien kanssaPeter Peitsalo
 
A session about advocate marketing for The House of Marketing
A session about advocate marketing for The House of MarketingA session about advocate marketing for The House of Marketing
A session about advocate marketing for The House of MarketingPieter Moens
 
Michael_Anderson_CV.NewFeb2017
Michael_Anderson_CV.NewFeb2017Michael_Anderson_CV.NewFeb2017
Michael_Anderson_CV.NewFeb2017Michael Anderson
 
Education. Ce qui change dans le 1er degré
Education. Ce qui change dans le 1er degréEducation. Ce qui change dans le 1er degré
Education. Ce qui change dans le 1er degréGuyon Jacky
 
Subsidio transitorio-por-incapacidad
Subsidio transitorio-por-incapacidadSubsidio transitorio-por-incapacidad
Subsidio transitorio-por-incapacidadYadi Yanzapanta
 
Federal and Private Sector Joint Venture Partnership for Data Innovation - Av...
Federal and Private Sector Joint Venture Partnership for Data Innovation - Av...Federal and Private Sector Joint Venture Partnership for Data Innovation - Av...
Federal and Private Sector Joint Venture Partnership for Data Innovation - Av...scoopnewsgroup
 
Onderneming Robin Janssens moet verlies slikken
Onderneming Robin Janssens moet verlies slikkenOnderneming Robin Janssens moet verlies slikken
Onderneming Robin Janssens moet verlies slikkenThierry Debels
 
GE LED Tubes - Product presentation
GE LED Tubes - Product presentationGE LED Tubes - Product presentation
GE LED Tubes - Product presentationGE Lighting Europe
 

En vedette (17)

Moving from Mandrill
Moving from MandrillMoving from Mandrill
Moving from Mandrill
 
Informe Técnico N° 20 Enero 2017 Del Proyecto: Aplicación De La Ctei Para E...
  Informe Técnico N° 20 Enero 2017 Del Proyecto: Aplicación De La Ctei Para E...  Informe Técnico N° 20 Enero 2017 Del Proyecto: Aplicación De La Ctei Para E...
Informe Técnico N° 20 Enero 2017 Del Proyecto: Aplicación De La Ctei Para E...
 
Medianet open sigma 2017
Medianet open sigma 2017Medianet open sigma 2017
Medianet open sigma 2017
 
Gitでやるたのしい歴史改変
Gitでやるたのしい歴史改変Gitでやるたのしい歴史改変
Gitでやるたのしい歴史改変
 
Quadra aps mes wms
Quadra aps mes wmsQuadra aps mes wms
Quadra aps mes wms
 
Työnohjaus johtajien kanssa
Työnohjaus johtajien kanssaTyönohjaus johtajien kanssa
Työnohjaus johtajien kanssa
 
A session about advocate marketing for The House of Marketing
A session about advocate marketing for The House of MarketingA session about advocate marketing for The House of Marketing
A session about advocate marketing for The House of Marketing
 
Michael_Anderson_CV.NewFeb2017
Michael_Anderson_CV.NewFeb2017Michael_Anderson_CV.NewFeb2017
Michael_Anderson_CV.NewFeb2017
 
Queijo minas frescal
Queijo minas frescalQueijo minas frescal
Queijo minas frescal
 
Education. Ce qui change dans le 1er degré
Education. Ce qui change dans le 1er degréEducation. Ce qui change dans le 1er degré
Education. Ce qui change dans le 1er degré
 
Subsidio transitorio-por-incapacidad
Subsidio transitorio-por-incapacidadSubsidio transitorio-por-incapacidad
Subsidio transitorio-por-incapacidad
 
Federal and Private Sector Joint Venture Partnership for Data Innovation - Av...
Federal and Private Sector Joint Venture Partnership for Data Innovation - Av...Federal and Private Sector Joint Venture Partnership for Data Innovation - Av...
Federal and Private Sector Joint Venture Partnership for Data Innovation - Av...
 
Onderneming Robin Janssens moet verlies slikken
Onderneming Robin Janssens moet verlies slikkenOnderneming Robin Janssens moet verlies slikken
Onderneming Robin Janssens moet verlies slikken
 
Paparan program prioritas png
Paparan program prioritas pngPaparan program prioritas png
Paparan program prioritas png
 
Scott Callan 2017
Scott Callan 2017Scott Callan 2017
Scott Callan 2017
 
GE LED Tubes - Product presentation
GE LED Tubes - Product presentationGE LED Tubes - Product presentation
GE LED Tubes - Product presentation
 
InternChina China Internship Programme 2017 presentation
InternChina China Internship Programme 2017 presentationInternChina China Internship Programme 2017 presentation
InternChina China Internship Programme 2017 presentation
 

Similaire à Write cross platform native apps in Ruby

Android | Xamarin | Mobile Application development
Android | Xamarin | Mobile Application developmentAndroid | Xamarin | Mobile Application development
Android | Xamarin | Mobile Application developmentKrishnaMildain
 
[Srijan Wednesday Webinars] Building Full-Fledged Native Apps Using RubyMotion
[Srijan Wednesday Webinars] Building Full-Fledged Native Apps Using RubyMotion[Srijan Wednesday Webinars] Building Full-Fledged Native Apps Using RubyMotion
[Srijan Wednesday Webinars] Building Full-Fledged Native Apps Using RubyMotionSrijan Technologies
 
Cross-Platform Development using Angulr JS in Visual Studio
Cross-Platform Development using Angulr JS in Visual StudioCross-Platform Development using Angulr JS in Visual Studio
Cross-Platform Development using Angulr JS in Visual StudioMizanur Sarker
 
How Do I Pick the Best Platform for an iOS App?
How Do I Pick the Best Platform for an iOS App?How Do I Pick the Best Platform for an iOS App?
How Do I Pick the Best Platform for an iOS App?SemaphoreSoftware1
 
Bringing the Ruby language into the mobile world
Bringing the Ruby language into the mobile worldBringing the Ruby language into the mobile world
Bringing the Ruby language into the mobile worldLaurent Sansonetti
 
How to Choose the Best Platform for iOS App Development?
How to Choose the Best Platform for iOS App Development?How to Choose the Best Platform for iOS App Development?
How to Choose the Best Platform for iOS App Development?SemaphoreSoftware1
 
Top iOS App Development Tools That You Can Consider.pdf
Top iOS App Development Tools That You Can Consider.pdfTop iOS App Development Tools That You Can Consider.pdf
Top iOS App Development Tools That You Can Consider.pdfHarryParker32
 
Development of Mobile Application -PPT
Development of Mobile Application -PPTDevelopment of Mobile Application -PPT
Development of Mobile Application -PPTDhivya T
 
Ruby for Android Apps Development Services
Ruby for Android Apps Development ServicesRuby for Android Apps Development Services
Ruby for Android Apps Development ServicesMobiloitte
 
Hybrid Mobile App Development - Xamarin
Hybrid Mobile App Development - XamarinHybrid Mobile App Development - Xamarin
Hybrid Mobile App Development - XamarinDeepu S Nath
 
iOS app development Technologies, benefits, and use cases.pdf
iOS app development Technologies, benefits, and use cases.pdfiOS app development Technologies, benefits, and use cases.pdf
iOS app development Technologies, benefits, and use cases.pdfLaura Miller
 
Cross-platform development frameworks
Cross-platform development frameworksCross-platform development frameworks
Cross-platform development frameworksCarlo Bernaschina
 
Green flag Wrap up Google Solution Challenge.pdf
Green flag Wrap up Google Solution Challenge.pdfGreen flag Wrap up Google Solution Challenge.pdf
Green flag Wrap up Google Solution Challenge.pdfGoogleDeveloperStude22
 
Mono for Android... for Google Devs
Mono for Android... for Google DevsMono for Android... for Google Devs
Mono for Android... for Google DevsCraig Dunn
 
Best mobile app development framework
Best mobile app development frameworkBest mobile app development framework
Best mobile app development frameworkSatawareTechnologies
 
Which Language Is Best For iOS App Development.pdf
Which Language Is Best For iOS App Development.pdfWhich Language Is Best For iOS App Development.pdf
Which Language Is Best For iOS App Development.pdfQServices Inc.
 
New Microsoft Word Document.pdf
New Microsoft Word Document.pdfNew Microsoft Word Document.pdf
New Microsoft Word Document.pdfBasari Shamima
 
New Microsoft Word Document.pdf
New Microsoft Word Document.pdfNew Microsoft Word Document.pdf
New Microsoft Word Document.pdfBasari Shamima
 

Similaire à Write cross platform native apps in Ruby (20)

Android | Xamarin | Mobile Application development
Android | Xamarin | Mobile Application developmentAndroid | Xamarin | Mobile Application development
Android | Xamarin | Mobile Application development
 
[Srijan Wednesday Webinars] Building Full-Fledged Native Apps Using RubyMotion
[Srijan Wednesday Webinars] Building Full-Fledged Native Apps Using RubyMotion[Srijan Wednesday Webinars] Building Full-Fledged Native Apps Using RubyMotion
[Srijan Wednesday Webinars] Building Full-Fledged Native Apps Using RubyMotion
 
Cross-Platform Development using Angulr JS in Visual Studio
Cross-Platform Development using Angulr JS in Visual StudioCross-Platform Development using Angulr JS in Visual Studio
Cross-Platform Development using Angulr JS in Visual Studio
 
iOS application development
iOS application developmentiOS application development
iOS application development
 
How Do I Pick the Best Platform for an iOS App?
How Do I Pick the Best Platform for an iOS App?How Do I Pick the Best Platform for an iOS App?
How Do I Pick the Best Platform for an iOS App?
 
Bringing the Ruby language into the mobile world
Bringing the Ruby language into the mobile worldBringing the Ruby language into the mobile world
Bringing the Ruby language into the mobile world
 
Progamming Path.pptx
Progamming Path.pptxProgamming Path.pptx
Progamming Path.pptx
 
How to Choose the Best Platform for iOS App Development?
How to Choose the Best Platform for iOS App Development?How to Choose the Best Platform for iOS App Development?
How to Choose the Best Platform for iOS App Development?
 
Top iOS App Development Tools That You Can Consider.pdf
Top iOS App Development Tools That You Can Consider.pdfTop iOS App Development Tools That You Can Consider.pdf
Top iOS App Development Tools That You Can Consider.pdf
 
Development of Mobile Application -PPT
Development of Mobile Application -PPTDevelopment of Mobile Application -PPT
Development of Mobile Application -PPT
 
Ruby for Android Apps Development Services
Ruby for Android Apps Development ServicesRuby for Android Apps Development Services
Ruby for Android Apps Development Services
 
Hybrid Mobile App Development - Xamarin
Hybrid Mobile App Development - XamarinHybrid Mobile App Development - Xamarin
Hybrid Mobile App Development - Xamarin
 
iOS app development Technologies, benefits, and use cases.pdf
iOS app development Technologies, benefits, and use cases.pdfiOS app development Technologies, benefits, and use cases.pdf
iOS app development Technologies, benefits, and use cases.pdf
 
Cross-platform development frameworks
Cross-platform development frameworksCross-platform development frameworks
Cross-platform development frameworks
 
Green flag Wrap up Google Solution Challenge.pdf
Green flag Wrap up Google Solution Challenge.pdfGreen flag Wrap up Google Solution Challenge.pdf
Green flag Wrap up Google Solution Challenge.pdf
 
Mono for Android... for Google Devs
Mono for Android... for Google DevsMono for Android... for Google Devs
Mono for Android... for Google Devs
 
Best mobile app development framework
Best mobile app development frameworkBest mobile app development framework
Best mobile app development framework
 
Which Language Is Best For iOS App Development.pdf
Which Language Is Best For iOS App Development.pdfWhich Language Is Best For iOS App Development.pdf
Which Language Is Best For iOS App Development.pdf
 
New Microsoft Word Document.pdf
New Microsoft Word Document.pdfNew Microsoft Word Document.pdf
New Microsoft Word Document.pdf
 
New Microsoft Word Document.pdf
New Microsoft Word Document.pdfNew Microsoft Word Document.pdf
New Microsoft Word Document.pdf
 

Plus de Giedrius Rimkus

Single Founder. Everything is possible when you believe at what you do!
Single Founder. Everything is possible when you believe at what you do!Single Founder. Everything is possible when you believe at what you do!
Single Founder. Everything is possible when you believe at what you do!Giedrius Rimkus
 
Shelly cloud & heroku & engineyard. Pros & Cons
Shelly cloud & heroku & engineyard. Pros & ConsShelly cloud & heroku & engineyard. Pros & Cons
Shelly cloud & heroku & engineyard. Pros & ConsGiedrius Rimkus
 
Painless ruby deployment on shelly cloud
Painless ruby deployment on shelly cloudPainless ruby deployment on shelly cloud
Painless ruby deployment on shelly cloudGiedrius Rimkus
 
What is Chef and how we use it at tripsta
What is Chef and how we use it at tripstaWhat is Chef and how we use it at tripsta
What is Chef and how we use it at tripstaGiedrius Rimkus
 

Plus de Giedrius Rimkus (6)

Empowered productivity
Empowered productivityEmpowered productivity
Empowered productivity
 
DIRT RALLY
DIRT RALLYDIRT RALLY
DIRT RALLY
 
Single Founder. Everything is possible when you believe at what you do!
Single Founder. Everything is possible when you believe at what you do!Single Founder. Everything is possible when you believe at what you do!
Single Founder. Everything is possible when you believe at what you do!
 
Shelly cloud & heroku & engineyard. Pros & Cons
Shelly cloud & heroku & engineyard. Pros & ConsShelly cloud & heroku & engineyard. Pros & Cons
Shelly cloud & heroku & engineyard. Pros & Cons
 
Painless ruby deployment on shelly cloud
Painless ruby deployment on shelly cloudPainless ruby deployment on shelly cloud
Painless ruby deployment on shelly cloud
 
What is Chef and how we use it at tripsta
What is Chef and how we use it at tripstaWhat is Chef and how we use it at tripsta
What is Chef and how we use it at tripsta
 

Dernier

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 

Dernier (20)

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 

Write cross platform native apps in Ruby

  • 1. Write Cross-platform Native Apps in Ruby 2017 February #vilniusrb
  • 2. Giedrius Rimkus Ruby Developer @ PlateCulture - Social dining experiences https://plateculture.com
  • 4.
  • 5. Tools to make hybrid apps
  • 6. Other cross-platform tools to create native apps
  • 8. RubyMotion is a toolchain that allows developers to write native iOS (iPhone, iPad), WatchOS (Apple Watch), OS X (laptop and desktop computers) and Android (phones, tablets, TVs, wearable, etc) applications in the Ruby programming language.
  • 9.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17. iOS
  • 19. Requirements (iOS) You will need a Mac running OS X 10.9 or higher. For iOS development, you will also need to install the iOS SDK and join the iOS developer program in order to receive an application-signing certificate. You will need an iOS device (iPhone or iPad) if you want to physically test your application. For OS X development, you will need to join the Mac developer program if you intend to deliver apps on the Mac App Store.
  • 20. Requirements (Android) For Android development, you will need to join the Google Play program and also an Android device configured for development.
  • 21. Requirements (Windows or Linux) It works on Mac exclusively.
  • 22. Memory management RubyMotion provides automatic memory management; you do not need to reclaim unused objects. Since memory can be limited on iOS hardware, you must take care not to create large object graphs.
  • 23. Concurrency The ability to run code concurrently became critical as multicore processors appeared on iOS devices. RubyMotion has been designed around this purpose. RubyMotion has the concept of virtual machine objects, which wrap the state of a thread of execution. A piece of code is running through a virtual machine. Virtual machines don’t have locks and there can be multiple virtual machines running at the same time, concurrently.
  • 24. Compliance RubyMotion is 100% compliant with Apple's App Store and Google Play policies. Your code is compiled ahead-of-time, never interpreted, and you access the entire set of iOS, OS X and Android public APIs. Once compiled, a RubyMotion app looks pretty much the same as an Objective-C or Java app.
  • 25.
  • 26. ProMotion ProMotion is a RubyMotion gem that makes iOS development more like Ruby and less like Objective-C. It introduces a clean, Ruby-style syntax for building screens that is easy to learn and remember and abstracts a ton of boilerplate UIViewController, UINavigationController, and other iOS code into a simple, Ruby-like DSL.
  • 27.
  • 28.
  • 29. RedPotion Framework for faster iOS development in Rubymotion.
  • 30. BluePotion Framework for faster Android development in Rubymotion.
  • 31. Motion Game Cross-platform game engine for RubyMotion
  • 33.
  • 34.
  • 35.
  • 36. Pros ● Use the language you already know and love - Ruby. ● No need to use Xcode, pick your favorite editor and work from terminal. ● Pretty easy to get started. ● Repl (read, evaluate, print, loop) ● Final result - natively compiled application
  • 37. Cons ● Commercial product, so it costs money ● Lack of tutorials, examples, documentations ● Outdated gems (companies moved to alternative solutions) ● Tiny community
  • 38. DEMO
  • 39. References ● https://github.com/infinitered/redpotion ● https://github.com/infinitered/bluepotion ● https://github.com/infinitered/ProMotion ● https://github.com/infinitered/rmq ● https://github.com/infinitered/cdq ● http://www.rubymotion.com ● https://motioninmotion.tv ● http://motion-toolbox.com ● https://github.com/torben/FlappyMotion ● https://motionpdx.github.io/blog/2016/01/20/getting-started-with-redpotion/ ● https://www.youtube.com/watch?v=QjwugPJllEQ ● http://www.rubymotion.com/developers/guides/manuals/cocoa/runtime/
  • 41. Thank You Write Cross-platform Native Apps in Ruby Giedrius Rimkus