SlideShare une entreprise Scribd logo
1  sur  40
Télécharger pour lire hors ligne
MIGERAN - SMART SOFTWARE SOLUTIONS
CROSS-PLATFORM
NATIVE APPS IN JAVA
An Introduction to the Intel Multi-OS Engine
Dr. Annamária Mattasits
CEO / Co-Founder
Gergely Kis
CTO / Co-Founder
MIGERAN - SMART SOFTWARE SOLUTIONS
A TASTE OF MOE
Graffiti VR - Cross-Platform Virtual Reality App In Java
2
MIGERAN - SMART SOFTWARE SOLUTIONS
INTRODUCTION
• We started at Siemens - C65 and X75 generations
• Started our company in 2007
• Outsourced Software Development
• Diverse Projects
• Mobile App & Platform Development
• Android, iOS, BB10, BB Classic, J2ME
• Embedded Linux: C/C++, Asm on ARM, MIPS
• Web / Server: Java EE
• Built on Teleworking
Mobile Development since 2004
3
MIGERAN - SMART SOFTWARE SOLUTIONS
THE MOBILE CHALLENGE
Target multiple platforms
4
Source: Vision Mobile
MIGERAN - SMART SOFTWARE SOLUTIONS
THE MOBILE CHALLENGE
Deploy the same app on multiple platforms
5
Rewrite from Scratch Go Cross-Platform
MIGERAN - SMART SOFTWARE SOLUTIONS
GO CROSS-PLATFORM
The Quest for the ONE TRUE Platform
6
MIGERAN - SMART SOFTWARE SOLUTIONS
GO CROSS-PLATFORM
The Quest for the ONE TRUE Platform
6
JavaScript
MIGERAN - SMART SOFTWARE SOLUTIONS
GO CROSS-PLATFORM
The Quest for the ONE TRUE Platform
6
JavaScript
Web App in
a Box
MIGERAN - SMART SOFTWARE SOLUTIONS
GO CROSS-PLATFORM
The Quest for the ONE TRUE Platform
6
JavaScript
Web App in
a Box Native UI
MIGERAN - SMART SOFTWARE SOLUTIONS
GO CROSS-PLATFORM
The Quest for the ONE TRUE Platform
6
JavaScript
Web App in
a Box Native UI
React Native Titanium
MIGERAN - SMART SOFTWARE SOLUTIONS
GO CROSS-PLATFORM
The Quest for the ONE TRUE Platform
6
JavaScript C# (.NET)
Web App in
a Box Native UI
React Native Titanium
MIGERAN - SMART SOFTWARE SOLUTIONS
GO CROSS-PLATFORM
The Quest for the ONE TRUE Platform
6
JavaScript C# (.NET)
Web App in
a Box Native UI
Xamarin
React Native Titanium
MIGERAN - SMART SOFTWARE SOLUTIONS
GO CROSS-PLATFORM
The Quest for the ONE TRUE Platform
6
JavaScript C# (.NET) Java
Web App in
a Box Native UI
Xamarin
React Native Titanium
MIGERAN - SMART SOFTWARE SOLUTIONS
GO CROSS-PLATFORM
The Quest for the ONE TRUE Platform
6
JavaScript C# (.NET) Java
Web App in
a Box Native UI
Xamarin RoboVM
React Native Titanium
MIGERAN - SMART SOFTWARE SOLUTIONS
GO CROSS-PLATFORM
The Quest for the ONE TRUE Platform
6
JavaScript C# (.NET) Java
Web App in
a Box Native UI
Xamarin RoboVM
React Native Titanium
MIGERAN - SMART SOFTWARE SOLUTIONS
GO CROSS-PLATFORM
The Quest for the ONE TRUE Platform
6
JavaScript C# (.NET) Java
Web App in
a Box Native UI
Xamarin RoboVM Codename One
React Native Titanium
MIGERAN - SMART SOFTWARE SOLUTIONS
GO CROSS-PLATFORM
The Quest for the ONE TRUE Platform
6
JavaScript C# (.NET) Java
Web App in
a Box Native UI
Xamarin RoboVM Codename One
React Native Titanium
Intel MOE
MIGERAN - SMART SOFTWARE SOLUTIONS
GO CROSS-PLATFORM
The Quest for the ONE TRUE Platform
6
JavaScript C# (.NET) Java
Web App in
a Box Native UI
Xamarin RoboVM Codename One
React Native Titanium
Intel MOE
Intel XDK
MIGERAN - SMART SOFTWARE SOLUTIONS
OUR CHOICE: USE JAVA
• Most of our codebase was in Java
• J2ME, Classic BlackBerry, Android
• Java is native on Android
• Don't like reinventing the wheel...and debugging
it all over again
• Native UI
• Customers did not like Cross-Platform UIs
• Great development tools
• Debugger, IDEs, Native API access, UI Designer
And design apps The Right WayTM
7
Business Logic (Model)
View Model
User Interface
Platform Dependent
Native View
MIGERAN - SMART SOFTWARE SOLUTIONS
THE BIRTH OF MIGERAN FOR IOS
Migeran for iOS was our first own Product
8
Migeran for iOS
• Since 2009, we used XMLVM
• Migeran Development started in 2013
• Runtime based on Android ART
• Nat/J
• Java to native bindings with automated generator
• Full iOS API mapping
• Eclipse and later Android Studio / IDEA integration
• First public release at the end of 2014
• In 2015 Intel acquired Migeran for iOS and it is now part
of the Intel Multi-OS Engine
MIGERAN - SMART SOFTWARE SOLUTIONS
THE BIRTH OF MIGERAN FOR IOS
Migeran for iOS was our first own Product
8
Migeran for iOS
• Since 2009, we used XMLVM
• Migeran Development started in 2013
• Runtime based on Android ART
• Nat/J
• Java to native bindings with automated generator
• Full iOS API mapping
• Eclipse and later Android Studio / IDEA integration
• First public release at the end of 2014
• In 2015 Intel acquired Migeran for iOS and it is now part
of the Intel Multi-OS Engine
Migeran is now
Intel Partner
MIGERAN - SMART SOFTWARE SOLUTIONS
INTEL MULTI-OS ENGINE
End to End Solution for Cross-Platform Java Development
9
Java runtime based on Android ART
Mac and Windows Host Support
with On Device Debugging
Nat/J Java to native bindings
with automated binding generator
100% Objective-C API Access
Use Xcode Storyboard Integration
or iOS Designer in Android Studio
MIGERAN - SMART SOFTWARE SOLUTIONS
TIME SAVINGS WITH INTEL MOE
Top 25 Non-Game Apps in Google Play - Bubble Size Relative to Lines-of-Code
10
0
1
2
3
4
5
6
7
8
0% 10% 20% 30% 40% 50% 60% 70% 80% 90%
Developer-YearsofEffort
Portable - Directly Reusable Code (full app)
Potential to save years of
development effort
MIGERAN - SMART SOFTWARE SOLUTIONS
MIGERAN ANALYZER
Is your Android App Ready for iOS?
11
analyzer.migeran.com
MIGERAN - SMART SOFTWARE SOLUTIONS
INTEL MOE PERFORMANCE
Intel MOE vs. Objective-C
12
Intel MOE Objective-C
Time: 16 sec
Memory: 781 MB
Time: 40 sec
Memory: 1 GB
Allocates array of 10M elements,
each element is a 10 letter random string
MIGERAN - SMART SOFTWARE SOLUTIONS
INTEL MOE PERFORMANCE
Java Performance Comparison
13
Execution time (ms)
iPad 2
iPad mini (1st generation, 32-bit
Apple A5)
Robo VM Intel MOE CodeName One Robo VM Intel MOE
Average Average Average Average Average
binarytrees 60 150 463 407 157
chameneosredux 5911 763 27123 7024 1162
fasta 263 455 1906 530 651
fannkuchredux 2425 2157 10233 4351 4080
mandelbrot 426 450 4981 811 1127
meteor 2365 2497 15705 4530 4278
nbody 1616 1342 12752 2799 2715
pidigits 275 685 1712 1161 990
MIGERAN - SMART SOFTWARE SOLUTIONS
INTEL MOE PERFORMANCE
Performance and Heap Memory Comparison
14
Performance Memory
Intel MOE 58,76 fps 4,85 M
RoboVM 56,90 fps 7,23 M
Difference % 3,2% 61%
LibGDX RoboMission game on iPad Mini 32 bit
MIGERAN - SMART SOFTWARE SOLUTIONS
NAT/J - JAVA TO NATIVE BINDING
• Java to native bindings defined using Java annotations
• C and Objective-C runtimes supported
• Manages Objective-C object lifecycle
• Dynamically links Java and native functions
• Automatic binding generator
• The full iOS API is automatically generated
• Bind Objective-C ViewController stubs to Java
• Generate bindings for 3rd party Objective-C and Swift libraries
• Works on any JNI compatible Java VM (Oracle, ART ...)
Never use JNI Again!
15
MIGERAN - SMART SOFTWARE SOLUTIONS
NAT/J - JAVA TO NATIVE BINDING
Binding Generator in Action
16
MIGERAN - SMART SOFTWARE SOLUTIONS
NAT/J - JAVA TO NATIVE BINDING
Binding Generator in Action
16
MIGERAN - SMART SOFTWARE SOLUTIONS
NAT/J - JAVA TO NATIVE BINDING
Binding Generator in Action
16
MIGERAN - SMART SOFTWARE SOLUTIONS
XCODE STORYBOARD INTEGRATION
Design in Xcode, Develop in Java
17
Generated user interface
binding methods
MIGERAN - SMART SOFTWARE SOLUTIONS
DESIGN IOS UI IN ANDROID STUDIO
Generates iOS Storyboard during build
18
MIGERAN - SMART SOFTWARE SOLUTIONS
ADVANCED JAVA & NATIVE INTEGRATION
• Use any JVM language (Scala, Kotlin, Clojure ... etc.)
• Use Java libraries from Objective-C and Swift code
through simple Objective-C wrappers
• Implement Objective-C protocols in Java
• Extend Objective-C classes in Java
• Build your UI in Swift or Objective-C
• Automatically generate bindings with Nat/J
• Use Xcode or Android Studio as required
Use the tools best suited for the task
19
Java Class
Objective-C
Protocol
Objective-C
Class
<<extends>> <<implements>>
Native UI
Objective-C
Class
<<uses>>
MIGERAN - SMART SOFTWARE SOLUTIONS
ADVANCED JAVA & NATIVE INTEGRATION
• Use any JVM language (Scala, Kotlin, Clojure ... etc.)
• Use Java libraries from Objective-C and Swift code
through simple Objective-C wrappers
• Implement Objective-C protocols in Java
• Extend Objective-C classes in Java
• Build your UI in Swift or Objective-C
• Automatically generate bindings with Nat/J
• Use Xcode or Android Studio as required
Use the tools best suited for the task
19
Java Class
Objective-C
Protocol
Objective-C
Class
<<extends>> <<implements>>
Native UI
Objective-C
Class
<<uses>>
Debug Java & Native
code at the same time
MIGERAN - SMART SOFTWARE SOLUTIONS
DEVELOP IOS APPS ON WINDOWS
Cloud Build Service
20
AppCenter
Storage
DB Java iOS Build
Server
(Mac OS X, Xcode)
Java Android
Build Server
(Linux, Android SDK)
Upload source code
Download app
Request build
Poll for build status
Record build transaction
Maintain build status
Java Android
Build Server
(Linux, Android SDK)
Java iOS Build
Server
(Mac OS X, Xcode)
Download source
Upload app
Build request
Build status(s)
Compilation
using native tools
Intel SSO
Authenticate user
Uses the Intel XDK Cloud
Build Infrastructure
MIGERAN - SMART SOFTWARE SOLUTIONS
MIGRATING FROM ROBOVM
• LibGDX already announced that they are switching to MOE
• Their experimental MOE based backend is already available
• RoboVM's features are available on Intel MOE
• e.g. RoboVM's Bro can be easily replaced through Nat/J
RoboVM was shut down by Microsoft
21
MIGERAN - SMART SOFTWARE SOLUTIONS
MIGRATING FROM ROBOVM
• LibGDX already announced that they are switching to MOE
• Their experimental MOE based backend is already available
• RoboVM's features are available on Intel MOE
• e.g. RoboVM's Bro can be easily replaced through Nat/J
RoboVM was shut down by Microsoft
21
DEMO TIME
MIGERAN - SMART SOFTWARE SOLUTIONS
RESOURCES
• Website: https://software.intel.com/multi-os-engine
• Sample applications:
• Java to native samples: https://github.com/migeran/moe-objc-java-samples
• Java: https://github.com/moe-java-samples/moe-java-samples
• Kotlin: https://github.com/moe-java-samples/moe-kotlin-samples
• Tech forum: https://software.intel.com/en-us/forums/multi-os-engine
• Tutorials and getting started guides:
• https://software.intel.com/en-us/blogs/2015/08/27/tutorials-and-quick-start-guides-for-multi-os-engine
• Video and Webinars:
• https://software.intel.com/en-us/articles/videos-and-webinars-multi-os-engine
Get Started Today
22
MIGERAN - SMART SOFTWARE SOLUTIONS
Q & A
Thank you for your attention!
23
TRAINING PREMIUM SUPPORT DEVELOPMENT
WE ARE HIRING!
INTERNS WELCOME!
migeran.com
GET INTEL MULTI-OS ENGINE
https://software.intel.com/multi-os-engine

Contenu connexe

Tendances

Hybrid Mobile Applications
Hybrid Mobile ApplicationsHybrid Mobile Applications
Hybrid Mobile ApplicationsRuwan Ranganath
 
Build Consumer Apps Using Mobile SDK and Ionic Framework
Build Consumer Apps Using Mobile SDK and Ionic FrameworkBuild Consumer Apps Using Mobile SDK and Ionic Framework
Build Consumer Apps Using Mobile SDK and Ionic FrameworkSalesforce Developers
 
Cordova / PhoneGap, mobile apps development with HTML5/JS/CSS
Cordova / PhoneGap, mobile apps development with HTML5/JS/CSSCordova / PhoneGap, mobile apps development with HTML5/JS/CSS
Cordova / PhoneGap, mobile apps development with HTML5/JS/CSSGabriel Huecas
 
Titanium Conf Baltimore Keynote 2013
Titanium Conf Baltimore Keynote 2013Titanium Conf Baltimore Keynote 2013
Titanium Conf Baltimore Keynote 2013Jeff Haynie
 
SumitK's mobile app dev using drupal as base ststem
SumitK's mobile app dev using drupal as base ststemSumitK's mobile app dev using drupal as base ststem
SumitK's mobile app dev using drupal as base ststemSumit Kataria
 
Build Your First iPhone or Android App with Telerik AppBuilder
Build Your First iPhone or Android App with Telerik AppBuilderBuild Your First iPhone or Android App with Telerik AppBuilder
Build Your First iPhone or Android App with Telerik AppBuilderJeffrey T. Fritz
 
Hybrid Apps with Angular & Ionic Framework
Hybrid Apps with Angular & Ionic FrameworkHybrid Apps with Angular & Ionic Framework
Hybrid Apps with Angular & Ionic FrameworkCihad Horuzoğlu
 
Ionic - Hybrid Mobile Application Framework
Ionic - Hybrid Mobile Application FrameworkIonic - Hybrid Mobile Application Framework
Ionic - Hybrid Mobile Application FrameworkSanjay Kumar
 
Your choices for building a mobile app in 2016
Your choices for building a mobile app in 2016Your choices for building a mobile app in 2016
Your choices for building a mobile app in 2016Jad Salhani
 
Build HTML5 VR Apps using Intel® XDK
Build HTML5 VR Apps using Intel® XDKBuild HTML5 VR Apps using Intel® XDK
Build HTML5 VR Apps using Intel® XDKIntel® Software
 
What is codename one
What is codename oneWhat is codename one
What is codename oneShai Almog
 
JavaScript for ASP.NET programmers (webcast) upload
JavaScript for ASP.NET programmers (webcast) uploadJavaScript for ASP.NET programmers (webcast) upload
JavaScript for ASP.NET programmers (webcast) uploadRuss Fustino
 
Telerik AppBuilder 101
Telerik AppBuilder 101Telerik AppBuilder 101
Telerik AppBuilder 101Sam Basu
 
Getting started with the Ionic Framework
Getting started with the Ionic FrameworkGetting started with the Ionic Framework
Getting started with the Ionic FrameworkAnuradha Weeraman
 
Android Internship report presentation
Android Internship report presentationAndroid Internship report presentation
Android Internship report presentationvinayh.vaghamshi _
 
Case study: integrating azure with google app engine
Case study: integrating azure with google app engine Case study: integrating azure with google app engine
Case study: integrating azure with google app engine Miguel Scotter
 

Tendances (20)

Hybrid Mobile Applications
Hybrid Mobile ApplicationsHybrid Mobile Applications
Hybrid Mobile Applications
 
Build Consumer Apps Using Mobile SDK and Ionic Framework
Build Consumer Apps Using Mobile SDK and Ionic FrameworkBuild Consumer Apps Using Mobile SDK and Ionic Framework
Build Consumer Apps Using Mobile SDK and Ionic Framework
 
Cordova / PhoneGap, mobile apps development with HTML5/JS/CSS
Cordova / PhoneGap, mobile apps development with HTML5/JS/CSSCordova / PhoneGap, mobile apps development with HTML5/JS/CSS
Cordova / PhoneGap, mobile apps development with HTML5/JS/CSS
 
Titanium Conf Baltimore Keynote 2013
Titanium Conf Baltimore Keynote 2013Titanium Conf Baltimore Keynote 2013
Titanium Conf Baltimore Keynote 2013
 
SumitK's mobile app dev using drupal as base ststem
SumitK's mobile app dev using drupal as base ststemSumitK's mobile app dev using drupal as base ststem
SumitK's mobile app dev using drupal as base ststem
 
Build Your First iPhone or Android App with Telerik AppBuilder
Build Your First iPhone or Android App with Telerik AppBuilderBuild Your First iPhone or Android App with Telerik AppBuilder
Build Your First iPhone or Android App with Telerik AppBuilder
 
Hybrid Apps with Angular & Ionic Framework
Hybrid Apps with Angular & Ionic FrameworkHybrid Apps with Angular & Ionic Framework
Hybrid Apps with Angular & Ionic Framework
 
INTEL XDK
INTEL XDKINTEL XDK
INTEL XDK
 
Ionic - Hybrid Mobile Application Framework
Ionic - Hybrid Mobile Application FrameworkIonic - Hybrid Mobile Application Framework
Ionic - Hybrid Mobile Application Framework
 
Your choices for building a mobile app in 2016
Your choices for building a mobile app in 2016Your choices for building a mobile app in 2016
Your choices for building a mobile app in 2016
 
Ionic framework
Ionic frameworkIonic framework
Ionic framework
 
Build HTML5 VR Apps using Intel® XDK
Build HTML5 VR Apps using Intel® XDKBuild HTML5 VR Apps using Intel® XDK
Build HTML5 VR Apps using Intel® XDK
 
What is codename one
What is codename oneWhat is codename one
What is codename one
 
JavaScript for ASP.NET programmers (webcast) upload
JavaScript for ASP.NET programmers (webcast) uploadJavaScript for ASP.NET programmers (webcast) upload
JavaScript for ASP.NET programmers (webcast) upload
 
Telerik AppBuilder 101
Telerik AppBuilder 101Telerik AppBuilder 101
Telerik AppBuilder 101
 
Getting started with the Ionic Framework
Getting started with the Ionic FrameworkGetting started with the Ionic Framework
Getting started with the Ionic Framework
 
Android Internship report presentation
Android Internship report presentationAndroid Internship report presentation
Android Internship report presentation
 
Intro Angular Ionic
Intro Angular Ionic Intro Angular Ionic
Intro Angular Ionic
 
Case study: integrating azure with google app engine
Case study: integrating azure with google app engine Case study: integrating azure with google app engine
Case study: integrating azure with google app engine
 
Xamarin v.Now
Xamarin v.NowXamarin v.Now
Xamarin v.Now
 

Similaire à Cross-Platform Native Apps in Java (budapest.mobile)

The Great Mobile Debate: Native vs. Hybrid App Development
The Great Mobile Debate: Native vs. Hybrid App DevelopmentThe Great Mobile Debate: Native vs. Hybrid App Development
The Great Mobile Debate: Native vs. Hybrid App DevelopmentNick Landry
 
Visual Studio 2015: novità per gli sviluppatori iOS, Android e Cross-Platform
Visual Studio 2015: novità per gli sviluppatori iOS, Android e Cross-PlatformVisual Studio 2015: novità per gli sviluppatori iOS, Android e Cross-Platform
Visual Studio 2015: novità per gli sviluppatori iOS, Android e Cross-PlatformStefano Ottaviani
 
Xamarin Platform
Xamarin PlatformXamarin Platform
Xamarin PlatformRui Marinho
 
What is Codename One - Transcript.pdf
What is Codename One - Transcript.pdfWhat is Codename One - Transcript.pdf
What is Codename One - Transcript.pdfShaiAlmog1
 
What's new in Visual Studio for Mac for .NET Developers
What's new in Visual Studio for Mac for .NET DevelopersWhat's new in Visual Studio for Mac for .NET Developers
What's new in Visual Studio for Mac for .NET DevelopersJon Galloway
 
Shifting landscape of mobile automation, and the future of Appium - Jonathan ...
Shifting landscape of mobile automation, and the future of Appium - Jonathan ...Shifting landscape of mobile automation, and the future of Appium - Jonathan ...
Shifting landscape of mobile automation, and the future of Appium - Jonathan ...Applitools
 
The Future of Cross-Platform is Native
The Future of Cross-Platform is NativeThe Future of Cross-Platform is Native
The Future of Cross-Platform is NativeJustin Mancinelli
 
iOS Development Survival Guide for the .NET Guy
iOS Development Survival Guide for the .NET GuyiOS Development Survival Guide for the .NET Guy
iOS Development Survival Guide for the .NET GuyNick Landry
 
Introduction to Xamarin
Introduction to XamarinIntroduction to Xamarin
Introduction to XamarinGuy Barrette
 
Mono for Android... for Google Devs
Mono for Android... for Google DevsMono for Android... for Google Devs
Mono for Android... for Google DevsCraig Dunn
 
Going Mobile with C#, Visual Studio, and Xamarin
Going Mobile with C#, Visual Studio, and XamarinGoing Mobile with C#, Visual Studio, and Xamarin
Going Mobile with C#, Visual Studio, and XamarinMatthew Soucoup
 
(java2days) Is the Future of Java Cloudy?
(java2days) Is the Future of Java Cloudy?(java2days) Is the Future of Java Cloudy?
(java2days) Is the Future of Java Cloudy?Steve Poole
 
Bienvenido .Net MAUI - la evolución de Xamarin.Forms
Bienvenido .Net MAUI - la evolución de Xamarin.FormsBienvenido .Net MAUI - la evolución de Xamarin.Forms
Bienvenido .Net MAUI - la evolución de Xamarin.FormsVicente Gerardo Guzman Lucio
 
Intelligent Mobile App と Cloud Native が創るアプリ開発の未来 ~ これからの時代のアプリケーション開発ビジョン ~
Intelligent Mobile App と Cloud Native が創るアプリ開発の未来~ これからの時代のアプリケーション開発ビジョン ~Intelligent Mobile App と Cloud Native が創るアプリ開発の未来~ これからの時代のアプリケーション開発ビジョン ~
Intelligent Mobile App と Cloud Native が創るアプリ開発の未来 ~ これからの時代のアプリケーション開発ビジョン ~Akira Inoue
 
Intelligent Mobile App と Cloud Native、これからの時代のアプリケーション開発ビジョン
Intelligent Mobile App と Cloud Native、これからの時代のアプリケーション開発ビジョンIntelligent Mobile App と Cloud Native、これからの時代のアプリケーション開発ビジョン
Intelligent Mobile App と Cloud Native、これからの時代のアプリケーション開発ビジョンMicrosoft Azure Japan
 
Build mini - Windows 10 Dev & Cross platform Dev
Build mini - Windows 10 Dev & Cross platform DevBuild mini - Windows 10 Dev & Cross platform Dev
Build mini - Windows 10 Dev & Cross platform DevIan Chen
 
NCDevCon 2017 - Cross Platform Mobile Apps
NCDevCon 2017 - Cross Platform Mobile AppsNCDevCon 2017 - Cross Platform Mobile Apps
NCDevCon 2017 - Cross Platform Mobile AppsJohn M. Wargo
 
Hybrid Mobile App Development - Xamarin
Hybrid Mobile App Development - XamarinHybrid Mobile App Development - Xamarin
Hybrid Mobile App Development - XamarinDeepu S Nath
 

Similaire à Cross-Platform Native Apps in Java (budapest.mobile) (20)

The Great Mobile Debate: Native vs. Hybrid App Development
The Great Mobile Debate: Native vs. Hybrid App DevelopmentThe Great Mobile Debate: Native vs. Hybrid App Development
The Great Mobile Debate: Native vs. Hybrid App Development
 
Introduction to xamarin
Introduction to xamarin  Introduction to xamarin
Introduction to xamarin
 
Visual Studio 2015: novità per gli sviluppatori iOS, Android e Cross-Platform
Visual Studio 2015: novità per gli sviluppatori iOS, Android e Cross-PlatformVisual Studio 2015: novità per gli sviluppatori iOS, Android e Cross-Platform
Visual Studio 2015: novità per gli sviluppatori iOS, Android e Cross-Platform
 
Introduction to xamarin
Introduction to xamarinIntroduction to xamarin
Introduction to xamarin
 
Xamarin Platform
Xamarin PlatformXamarin Platform
Xamarin Platform
 
What is Codename One - Transcript.pdf
What is Codename One - Transcript.pdfWhat is Codename One - Transcript.pdf
What is Codename One - Transcript.pdf
 
What's new in Visual Studio for Mac for .NET Developers
What's new in Visual Studio for Mac for .NET DevelopersWhat's new in Visual Studio for Mac for .NET Developers
What's new in Visual Studio for Mac for .NET Developers
 
Shifting landscape of mobile automation, and the future of Appium - Jonathan ...
Shifting landscape of mobile automation, and the future of Appium - Jonathan ...Shifting landscape of mobile automation, and the future of Appium - Jonathan ...
Shifting landscape of mobile automation, and the future of Appium - Jonathan ...
 
The Future of Cross-Platform is Native
The Future of Cross-Platform is NativeThe Future of Cross-Platform is Native
The Future of Cross-Platform is Native
 
iOS Development Survival Guide for the .NET Guy
iOS Development Survival Guide for the .NET GuyiOS Development Survival Guide for the .NET Guy
iOS Development Survival Guide for the .NET Guy
 
Introduction to Xamarin
Introduction to XamarinIntroduction to Xamarin
Introduction to Xamarin
 
Mono for Android... for Google Devs
Mono for Android... for Google DevsMono for Android... for Google Devs
Mono for Android... for Google Devs
 
Going Mobile with C#, Visual Studio, and Xamarin
Going Mobile with C#, Visual Studio, and XamarinGoing Mobile with C#, Visual Studio, and Xamarin
Going Mobile with C#, Visual Studio, and Xamarin
 
(java2days) Is the Future of Java Cloudy?
(java2days) Is the Future of Java Cloudy?(java2days) Is the Future of Java Cloudy?
(java2days) Is the Future of Java Cloudy?
 
Bienvenido .Net MAUI - la evolución de Xamarin.Forms
Bienvenido .Net MAUI - la evolución de Xamarin.FormsBienvenido .Net MAUI - la evolución de Xamarin.Forms
Bienvenido .Net MAUI - la evolución de Xamarin.Forms
 
Intelligent Mobile App と Cloud Native が創るアプリ開発の未来 ~ これからの時代のアプリケーション開発ビジョン ~
Intelligent Mobile App と Cloud Native が創るアプリ開発の未来~ これからの時代のアプリケーション開発ビジョン ~Intelligent Mobile App と Cloud Native が創るアプリ開発の未来~ これからの時代のアプリケーション開発ビジョン ~
Intelligent Mobile App と Cloud Native が創るアプリ開発の未来 ~ これからの時代のアプリケーション開発ビジョン ~
 
Intelligent Mobile App と Cloud Native、これからの時代のアプリケーション開発ビジョン
Intelligent Mobile App と Cloud Native、これからの時代のアプリケーション開発ビジョンIntelligent Mobile App と Cloud Native、これからの時代のアプリケーション開発ビジョン
Intelligent Mobile App と Cloud Native、これからの時代のアプリケーション開発ビジョン
 
Build mini - Windows 10 Dev & Cross platform Dev
Build mini - Windows 10 Dev & Cross platform DevBuild mini - Windows 10 Dev & Cross platform Dev
Build mini - Windows 10 Dev & Cross platform Dev
 
NCDevCon 2017 - Cross Platform Mobile Apps
NCDevCon 2017 - Cross Platform Mobile AppsNCDevCon 2017 - Cross Platform Mobile Apps
NCDevCon 2017 - Cross Platform Mobile Apps
 
Hybrid Mobile App Development - Xamarin
Hybrid Mobile App Development - XamarinHybrid Mobile App Development - Xamarin
Hybrid Mobile App Development - Xamarin
 

Dernier

What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationJuha-Pekka Tolvanen
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastPapp Krisztián
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2
 
WSO2CON 2024 Slides - Unlocking Value with AI
WSO2CON 2024 Slides - Unlocking Value with AIWSO2CON 2024 Slides - Unlocking Value with AI
WSO2CON 2024 Slides - Unlocking Value with AIWSO2
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park masabamasaba
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in sowetomasabamasaba
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...masabamasaba
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...Jittipong Loespradit
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...masabamasaba
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...Shane Coughlan
 
WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareJim McKeeth
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024VictoriaMetrics
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Bert Jan Schrijver
 
tonesoftg
tonesoftgtonesoftg
tonesoftglanshi9
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
WSO2Con2024 - Hello Choreo Presentation - Kanchana
WSO2Con2024 - Hello Choreo Presentation - KanchanaWSO2Con2024 - Hello Choreo Presentation - Kanchana
WSO2Con2024 - Hello Choreo Presentation - KanchanaWSO2
 

Dernier (20)

What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the Situation
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
 
WSO2CON 2024 Slides - Unlocking Value with AI
WSO2CON 2024 Slides - Unlocking Value with AIWSO2CON 2024 Slides - Unlocking Value with AI
WSO2CON 2024 Slides - Unlocking Value with AI
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaS
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
tonesoftg
tonesoftgtonesoftg
tonesoftg
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
WSO2Con2024 - Hello Choreo Presentation - Kanchana
WSO2Con2024 - Hello Choreo Presentation - KanchanaWSO2Con2024 - Hello Choreo Presentation - Kanchana
WSO2Con2024 - Hello Choreo Presentation - Kanchana
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
 

Cross-Platform Native Apps in Java (budapest.mobile)

  • 1. MIGERAN - SMART SOFTWARE SOLUTIONS CROSS-PLATFORM NATIVE APPS IN JAVA An Introduction to the Intel Multi-OS Engine Dr. Annamária Mattasits CEO / Co-Founder Gergely Kis CTO / Co-Founder
  • 2. MIGERAN - SMART SOFTWARE SOLUTIONS A TASTE OF MOE Graffiti VR - Cross-Platform Virtual Reality App In Java 2
  • 3. MIGERAN - SMART SOFTWARE SOLUTIONS INTRODUCTION • We started at Siemens - C65 and X75 generations • Started our company in 2007 • Outsourced Software Development • Diverse Projects • Mobile App & Platform Development • Android, iOS, BB10, BB Classic, J2ME • Embedded Linux: C/C++, Asm on ARM, MIPS • Web / Server: Java EE • Built on Teleworking Mobile Development since 2004 3
  • 4. MIGERAN - SMART SOFTWARE SOLUTIONS THE MOBILE CHALLENGE Target multiple platforms 4 Source: Vision Mobile
  • 5. MIGERAN - SMART SOFTWARE SOLUTIONS THE MOBILE CHALLENGE Deploy the same app on multiple platforms 5 Rewrite from Scratch Go Cross-Platform
  • 6. MIGERAN - SMART SOFTWARE SOLUTIONS GO CROSS-PLATFORM The Quest for the ONE TRUE Platform 6
  • 7. MIGERAN - SMART SOFTWARE SOLUTIONS GO CROSS-PLATFORM The Quest for the ONE TRUE Platform 6 JavaScript
  • 8. MIGERAN - SMART SOFTWARE SOLUTIONS GO CROSS-PLATFORM The Quest for the ONE TRUE Platform 6 JavaScript Web App in a Box
  • 9. MIGERAN - SMART SOFTWARE SOLUTIONS GO CROSS-PLATFORM The Quest for the ONE TRUE Platform 6 JavaScript Web App in a Box Native UI
  • 10. MIGERAN - SMART SOFTWARE SOLUTIONS GO CROSS-PLATFORM The Quest for the ONE TRUE Platform 6 JavaScript Web App in a Box Native UI React Native Titanium
  • 11. MIGERAN - SMART SOFTWARE SOLUTIONS GO CROSS-PLATFORM The Quest for the ONE TRUE Platform 6 JavaScript C# (.NET) Web App in a Box Native UI React Native Titanium
  • 12. MIGERAN - SMART SOFTWARE SOLUTIONS GO CROSS-PLATFORM The Quest for the ONE TRUE Platform 6 JavaScript C# (.NET) Web App in a Box Native UI Xamarin React Native Titanium
  • 13. MIGERAN - SMART SOFTWARE SOLUTIONS GO CROSS-PLATFORM The Quest for the ONE TRUE Platform 6 JavaScript C# (.NET) Java Web App in a Box Native UI Xamarin React Native Titanium
  • 14. MIGERAN - SMART SOFTWARE SOLUTIONS GO CROSS-PLATFORM The Quest for the ONE TRUE Platform 6 JavaScript C# (.NET) Java Web App in a Box Native UI Xamarin RoboVM React Native Titanium
  • 15. MIGERAN - SMART SOFTWARE SOLUTIONS GO CROSS-PLATFORM The Quest for the ONE TRUE Platform 6 JavaScript C# (.NET) Java Web App in a Box Native UI Xamarin RoboVM React Native Titanium
  • 16. MIGERAN - SMART SOFTWARE SOLUTIONS GO CROSS-PLATFORM The Quest for the ONE TRUE Platform 6 JavaScript C# (.NET) Java Web App in a Box Native UI Xamarin RoboVM Codename One React Native Titanium
  • 17. MIGERAN - SMART SOFTWARE SOLUTIONS GO CROSS-PLATFORM The Quest for the ONE TRUE Platform 6 JavaScript C# (.NET) Java Web App in a Box Native UI Xamarin RoboVM Codename One React Native Titanium Intel MOE
  • 18. MIGERAN - SMART SOFTWARE SOLUTIONS GO CROSS-PLATFORM The Quest for the ONE TRUE Platform 6 JavaScript C# (.NET) Java Web App in a Box Native UI Xamarin RoboVM Codename One React Native Titanium Intel MOE Intel XDK
  • 19. MIGERAN - SMART SOFTWARE SOLUTIONS OUR CHOICE: USE JAVA • Most of our codebase was in Java • J2ME, Classic BlackBerry, Android • Java is native on Android • Don't like reinventing the wheel...and debugging it all over again • Native UI • Customers did not like Cross-Platform UIs • Great development tools • Debugger, IDEs, Native API access, UI Designer And design apps The Right WayTM 7 Business Logic (Model) View Model User Interface Platform Dependent Native View
  • 20. MIGERAN - SMART SOFTWARE SOLUTIONS THE BIRTH OF MIGERAN FOR IOS Migeran for iOS was our first own Product 8 Migeran for iOS • Since 2009, we used XMLVM • Migeran Development started in 2013 • Runtime based on Android ART • Nat/J • Java to native bindings with automated generator • Full iOS API mapping • Eclipse and later Android Studio / IDEA integration • First public release at the end of 2014 • In 2015 Intel acquired Migeran for iOS and it is now part of the Intel Multi-OS Engine
  • 21. MIGERAN - SMART SOFTWARE SOLUTIONS THE BIRTH OF MIGERAN FOR IOS Migeran for iOS was our first own Product 8 Migeran for iOS • Since 2009, we used XMLVM • Migeran Development started in 2013 • Runtime based on Android ART • Nat/J • Java to native bindings with automated generator • Full iOS API mapping • Eclipse and later Android Studio / IDEA integration • First public release at the end of 2014 • In 2015 Intel acquired Migeran for iOS and it is now part of the Intel Multi-OS Engine Migeran is now Intel Partner
  • 22. MIGERAN - SMART SOFTWARE SOLUTIONS INTEL MULTI-OS ENGINE End to End Solution for Cross-Platform Java Development 9 Java runtime based on Android ART Mac and Windows Host Support with On Device Debugging Nat/J Java to native bindings with automated binding generator 100% Objective-C API Access Use Xcode Storyboard Integration or iOS Designer in Android Studio
  • 23. MIGERAN - SMART SOFTWARE SOLUTIONS TIME SAVINGS WITH INTEL MOE Top 25 Non-Game Apps in Google Play - Bubble Size Relative to Lines-of-Code 10 0 1 2 3 4 5 6 7 8 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% Developer-YearsofEffort Portable - Directly Reusable Code (full app) Potential to save years of development effort
  • 24. MIGERAN - SMART SOFTWARE SOLUTIONS MIGERAN ANALYZER Is your Android App Ready for iOS? 11 analyzer.migeran.com
  • 25. MIGERAN - SMART SOFTWARE SOLUTIONS INTEL MOE PERFORMANCE Intel MOE vs. Objective-C 12 Intel MOE Objective-C Time: 16 sec Memory: 781 MB Time: 40 sec Memory: 1 GB Allocates array of 10M elements, each element is a 10 letter random string
  • 26. MIGERAN - SMART SOFTWARE SOLUTIONS INTEL MOE PERFORMANCE Java Performance Comparison 13 Execution time (ms) iPad 2 iPad mini (1st generation, 32-bit Apple A5) Robo VM Intel MOE CodeName One Robo VM Intel MOE Average Average Average Average Average binarytrees 60 150 463 407 157 chameneosredux 5911 763 27123 7024 1162 fasta 263 455 1906 530 651 fannkuchredux 2425 2157 10233 4351 4080 mandelbrot 426 450 4981 811 1127 meteor 2365 2497 15705 4530 4278 nbody 1616 1342 12752 2799 2715 pidigits 275 685 1712 1161 990
  • 27. MIGERAN - SMART SOFTWARE SOLUTIONS INTEL MOE PERFORMANCE Performance and Heap Memory Comparison 14 Performance Memory Intel MOE 58,76 fps 4,85 M RoboVM 56,90 fps 7,23 M Difference % 3,2% 61% LibGDX RoboMission game on iPad Mini 32 bit
  • 28. MIGERAN - SMART SOFTWARE SOLUTIONS NAT/J - JAVA TO NATIVE BINDING • Java to native bindings defined using Java annotations • C and Objective-C runtimes supported • Manages Objective-C object lifecycle • Dynamically links Java and native functions • Automatic binding generator • The full iOS API is automatically generated • Bind Objective-C ViewController stubs to Java • Generate bindings for 3rd party Objective-C and Swift libraries • Works on any JNI compatible Java VM (Oracle, ART ...) Never use JNI Again! 15
  • 29. MIGERAN - SMART SOFTWARE SOLUTIONS NAT/J - JAVA TO NATIVE BINDING Binding Generator in Action 16
  • 30. MIGERAN - SMART SOFTWARE SOLUTIONS NAT/J - JAVA TO NATIVE BINDING Binding Generator in Action 16
  • 31. MIGERAN - SMART SOFTWARE SOLUTIONS NAT/J - JAVA TO NATIVE BINDING Binding Generator in Action 16
  • 32. MIGERAN - SMART SOFTWARE SOLUTIONS XCODE STORYBOARD INTEGRATION Design in Xcode, Develop in Java 17 Generated user interface binding methods
  • 33. MIGERAN - SMART SOFTWARE SOLUTIONS DESIGN IOS UI IN ANDROID STUDIO Generates iOS Storyboard during build 18
  • 34. MIGERAN - SMART SOFTWARE SOLUTIONS ADVANCED JAVA & NATIVE INTEGRATION • Use any JVM language (Scala, Kotlin, Clojure ... etc.) • Use Java libraries from Objective-C and Swift code through simple Objective-C wrappers • Implement Objective-C protocols in Java • Extend Objective-C classes in Java • Build your UI in Swift or Objective-C • Automatically generate bindings with Nat/J • Use Xcode or Android Studio as required Use the tools best suited for the task 19 Java Class Objective-C Protocol Objective-C Class <<extends>> <<implements>> Native UI Objective-C Class <<uses>>
  • 35. MIGERAN - SMART SOFTWARE SOLUTIONS ADVANCED JAVA & NATIVE INTEGRATION • Use any JVM language (Scala, Kotlin, Clojure ... etc.) • Use Java libraries from Objective-C and Swift code through simple Objective-C wrappers • Implement Objective-C protocols in Java • Extend Objective-C classes in Java • Build your UI in Swift or Objective-C • Automatically generate bindings with Nat/J • Use Xcode or Android Studio as required Use the tools best suited for the task 19 Java Class Objective-C Protocol Objective-C Class <<extends>> <<implements>> Native UI Objective-C Class <<uses>> Debug Java & Native code at the same time
  • 36. MIGERAN - SMART SOFTWARE SOLUTIONS DEVELOP IOS APPS ON WINDOWS Cloud Build Service 20 AppCenter Storage DB Java iOS Build Server (Mac OS X, Xcode) Java Android Build Server (Linux, Android SDK) Upload source code Download app Request build Poll for build status Record build transaction Maintain build status Java Android Build Server (Linux, Android SDK) Java iOS Build Server (Mac OS X, Xcode) Download source Upload app Build request Build status(s) Compilation using native tools Intel SSO Authenticate user Uses the Intel XDK Cloud Build Infrastructure
  • 37. MIGERAN - SMART SOFTWARE SOLUTIONS MIGRATING FROM ROBOVM • LibGDX already announced that they are switching to MOE • Their experimental MOE based backend is already available • RoboVM's features are available on Intel MOE • e.g. RoboVM's Bro can be easily replaced through Nat/J RoboVM was shut down by Microsoft 21
  • 38. MIGERAN - SMART SOFTWARE SOLUTIONS MIGRATING FROM ROBOVM • LibGDX already announced that they are switching to MOE • Their experimental MOE based backend is already available • RoboVM's features are available on Intel MOE • e.g. RoboVM's Bro can be easily replaced through Nat/J RoboVM was shut down by Microsoft 21 DEMO TIME
  • 39. MIGERAN - SMART SOFTWARE SOLUTIONS RESOURCES • Website: https://software.intel.com/multi-os-engine • Sample applications: • Java to native samples: https://github.com/migeran/moe-objc-java-samples • Java: https://github.com/moe-java-samples/moe-java-samples • Kotlin: https://github.com/moe-java-samples/moe-kotlin-samples • Tech forum: https://software.intel.com/en-us/forums/multi-os-engine • Tutorials and getting started guides: • https://software.intel.com/en-us/blogs/2015/08/27/tutorials-and-quick-start-guides-for-multi-os-engine • Video and Webinars: • https://software.intel.com/en-us/articles/videos-and-webinars-multi-os-engine Get Started Today 22
  • 40. MIGERAN - SMART SOFTWARE SOLUTIONS Q & A Thank you for your attention! 23 TRAINING PREMIUM SUPPORT DEVELOPMENT WE ARE HIRING! INTERNS WELCOME! migeran.com GET INTEL MULTI-OS ENGINE https://software.intel.com/multi-os-engine