SlideShare a Scribd company logo
Hybrid App

    아키텍트를 꿈꾸는 사람들 cafe.naver.com/architect1
                 현수명 soomong.net
                                    #soomong
Native App

   Hybrid App

         Web App
Native App
 Platform API 사용가능
  - 막강함
  - 지식 필요

 Cross-Platform Porting
  - 새로 개발이나 마찬가지
Platform API 사용 불가능

Cross-Platform Porting
 - 원래 가능
 - HTML + CSS + JavaScript



             Web App
Platform API 사용가능




    Hybrid App

       Cross-Platform Porting
HTML5 + CSS + JavaScript



      Cross-Platform Porting
Platform API 사용가능
 - PhoneGap
 - Appcelerator Titanium
 - Appspresso
public class WebViewDemo extends Activity {

    @Override
    public void onCreate(Bundle icicle) {
        super.onCreate(icicle);
        setContentView(R.layout.main);
        mWebView = (WebView) findViewById(R.id.webview);

        mWebView.addJavascriptInterface(new DemoJavaScriptInterface(), "demo");

        mWebView.loadUrl("file:///android_asset/demo.html");
    }

    final class DemoJavaScriptInterface {
        public String clickOnAndroid() {
            return "Hello Web App World";
        }
    }
}




                                                   Web App
<html>
  <head>
    <script language="javascript">
       function wave() {
           document.getElementById("hello").innerHTML= demo.clickOnAndroid();
       }
    </script>
  </head>
  <body>
    <b id="hello"> Hello </b><br>
    <a onClick="window.demo.clickOnAndroid()“> Click me! </a>
    </body>
</html>




                                                   Web App
public class App extend DroidGap {

        public void onCreate(Bundle savedInstanceState) {
                super.onCreate(savedInstanceState);
                super.loadUrl("file:///android/asset/www/index.html");
        }
}


<!DOCTYPE HTML>
<html>
<head>
<title>PhoneGap</title>
<script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>



                                              Hybrid App
Web UI -> Touch UI
- JQuery Mobile
- JQTouch
- Sencha Touch
감사합니다

More Related Content

PDF
Responsive Videos, mehr oder weniger
Walter Ebert
 
PDF
Firefox OS something 201411
dynamis
 
DOC
Jager
paskar
 
PPT
Desenvolvimento web com jQuery Mobile
Pablo Garrido
 
PDF
WordPress Troubleshooting
Joe Cartonia
 
PDF
Web-Performance
Walter Ebert
 
PDF
Optimising Your Front End Workflow With Symfony, Twig, Bower and Gulp
Matthew Davis
 
PPTX
Design+Performance Velocity 2015
Steve Souders
 
Responsive Videos, mehr oder weniger
Walter Ebert
 
Firefox OS something 201411
dynamis
 
Jager
paskar
 
Desenvolvimento web com jQuery Mobile
Pablo Garrido
 
WordPress Troubleshooting
Joe Cartonia
 
Web-Performance
Walter Ebert
 
Optimising Your Front End Workflow With Symfony, Twig, Bower and Gulp
Matthew Davis
 
Design+Performance Velocity 2015
Steve Souders
 

What's hot (20)

PPTX
Desktop, Web e Mobile
Paulo Moura
 
TXT
Amir Khan Returns
Sharifuzzaman Pintu
 
PPTX
jQuery Mobile - Desenvolvimento para dispositivos móveis
Pablo Garrido
 
DOC
Embed for bit gravilty 6.txt
23rd Street Productions Group
 
PPTX
Html 5 pres
Satbir Singh
 
PPTX
WordCamp Ann Arbor 2015 Introduction to Backbone + WP REST API
Brian Hogg
 
DOCX
Slideshare
nelsonvalentin
 
PPTX
How fast are we going now?
Steve Souders
 
PPTX
High Performance JavaScript (CapitolJS 2011)
Nicholas Zakas
 
PPTX
HTML5 and CSS3 Techniques You Can Use Today
Todd Anglin
 
PPTX
Introduction à AngularJS
Nicolas PENNEC
 
DOC
Mới
Dung Trương
 
KEY
Selenium IDE - The future if plugin-y
Adam Goucher
 
PDF
Tek 2013 - Building Web Apps from a New Angle with AngularJS
Pablo Godel
 
PDF
The Point of Vue - Intro to Vue.js
Holly Schinsky
 
PPT
AngularJS for Legacy Apps
Peter Drinnan
 
PDF
Object width
lolg720915
 
PDF
Modern Web Application Development Workflow - EclipseCon France 2014
Stéphane Bégaudeau
 
PPTX
Bower - A package manager for the web
Larry Nung
 
PPTX
Use Symfony2 components inside WordPress
Maurizio Pelizzone
 
Desktop, Web e Mobile
Paulo Moura
 
Amir Khan Returns
Sharifuzzaman Pintu
 
jQuery Mobile - Desenvolvimento para dispositivos móveis
Pablo Garrido
 
Embed for bit gravilty 6.txt
23rd Street Productions Group
 
Html 5 pres
Satbir Singh
 
WordCamp Ann Arbor 2015 Introduction to Backbone + WP REST API
Brian Hogg
 
Slideshare
nelsonvalentin
 
How fast are we going now?
Steve Souders
 
High Performance JavaScript (CapitolJS 2011)
Nicholas Zakas
 
HTML5 and CSS3 Techniques You Can Use Today
Todd Anglin
 
Introduction à AngularJS
Nicolas PENNEC
 
Selenium IDE - The future if plugin-y
Adam Goucher
 
Tek 2013 - Building Web Apps from a New Angle with AngularJS
Pablo Godel
 
The Point of Vue - Intro to Vue.js
Holly Schinsky
 
AngularJS for Legacy Apps
Peter Drinnan
 
Object width
lolg720915
 
Modern Web Application Development Workflow - EclipseCon France 2014
Stéphane Bégaudeau
 
Bower - A package manager for the web
Larry Nung
 
Use Symfony2 components inside WordPress
Maurizio Pelizzone
 
Ad

Viewers also liked (17)

PPTX
xUnitTestPattern/chapter8
hyun soomyung
 
PPTX
MapReduce
hyun soomyung
 
PPTX
이산수학 Ch.5
hyun soomyung
 
PPTX
The Art of Computer Programming 1.2.5
hyun soomyung
 
PPTX
HTML5 & CSS3 - Video,Audio
hyun soomyung
 
PPTX
The Art of Computer Programming 2.3.2 Tree
hyun soomyung
 
PPTX
[페차쿠차] 배움의 기술
hyun soomyung
 
PPTX
Clojure Chapter.6
hyun soomyung
 
PPTX
The Art of Computer Programming 2.4 다중연결구조
hyun soomyung
 
PPTX
Domain Driven Design
hyun soomyung
 
PPTX
프로그램은 왜 실패하는가?
hyun soomyung
 
PPTX
Dependency Breaking Techniques
hyun soomyung
 
PDF
실전 윈도우 디버깅. Ch3. 디버거 해부
hyun soomyung
 
PPTX
프로그래머의 길,멘토에게 묻다 2장
hyun soomyung
 
PPTX
5장 그래프의 비밀 (Programming Game AI by Example)
hyun soomyung
 
PPTX
예제로 보는 Pattern 연상법
hyun soomyung
 
PPTX
Scalable Web Architecture and Distributed Systems
hyun soomyung
 
xUnitTestPattern/chapter8
hyun soomyung
 
MapReduce
hyun soomyung
 
이산수학 Ch.5
hyun soomyung
 
The Art of Computer Programming 1.2.5
hyun soomyung
 
HTML5 & CSS3 - Video,Audio
hyun soomyung
 
The Art of Computer Programming 2.3.2 Tree
hyun soomyung
 
[페차쿠차] 배움의 기술
hyun soomyung
 
Clojure Chapter.6
hyun soomyung
 
The Art of Computer Programming 2.4 다중연결구조
hyun soomyung
 
Domain Driven Design
hyun soomyung
 
프로그램은 왜 실패하는가?
hyun soomyung
 
Dependency Breaking Techniques
hyun soomyung
 
실전 윈도우 디버깅. Ch3. 디버거 해부
hyun soomyung
 
프로그래머의 길,멘토에게 묻다 2장
hyun soomyung
 
5장 그래프의 비밀 (Programming Game AI by Example)
hyun soomyung
 
예제로 보는 Pattern 연상법
hyun soomyung
 
Scalable Web Architecture and Distributed Systems
hyun soomyung
 
Ad

Similar to Hybrid app (20)

PDF
Hybrid app dev trends
Kenu, GwangNam Heo
 
PPT
Parkjihoon phonegap research_for_bada
웹데브모바일
 
PDF
Hybrid App using WordPress
Haim Michael
 
PPTX
Cross Platform Mobile App Development
Jakir Hossain
 
PDF
PhoneGap
Emil Varga
 
PDF
The Enterprise Dilemma: Native vs. Web
Motorola Mobility - MOTODEV
 
PDF
html5和移动web应用
麦哥UE
 
PPT
Mobile app with sencha touch
fch415
 
PDF
HTML5 and the dawn of rich mobile web applications pt 1
James Pearce
 
KEY
HTML5 is the Future of Mobile, PhoneGap Takes You There Today
davyjones
 
PPSX
Developing Downloadable Mobile Apps Using HTML5 and PhoneGap
Worklight
 
PDF
HTML Launcher
Ryo Maruyama
 
PDF
Sencha Touch e PhoneGap: SouJava - IBM Maio 2013
Loiane Groner
 
PDF
So you want to Develop on Android....
Timothy Sheng Hwee Lim
 
KEY
jQTouch – Mobile Web Apps with HTML, CSS and JavaScript
Philipp Bosch
 
KEY
Web app
조 용구
 
PDF
Creating and Distributing Mobile Web Applications with PhoneGap
James Pearce
 
PPTX
Phone gap
Ali Dany
 
PDF
스마트 디바이스와 N스크린 시대의 개발 생산성 for hardcopy.key
WeonCheol Hwang
 
PDF
Mobile HTML Hybrid Apps
Maryan Kacharaba
 
Hybrid app dev trends
Kenu, GwangNam Heo
 
Parkjihoon phonegap research_for_bada
웹데브모바일
 
Hybrid App using WordPress
Haim Michael
 
Cross Platform Mobile App Development
Jakir Hossain
 
PhoneGap
Emil Varga
 
The Enterprise Dilemma: Native vs. Web
Motorola Mobility - MOTODEV
 
html5和移动web应用
麦哥UE
 
Mobile app with sencha touch
fch415
 
HTML5 and the dawn of rich mobile web applications pt 1
James Pearce
 
HTML5 is the Future of Mobile, PhoneGap Takes You There Today
davyjones
 
Developing Downloadable Mobile Apps Using HTML5 and PhoneGap
Worklight
 
HTML Launcher
Ryo Maruyama
 
Sencha Touch e PhoneGap: SouJava - IBM Maio 2013
Loiane Groner
 
So you want to Develop on Android....
Timothy Sheng Hwee Lim
 
jQTouch – Mobile Web Apps with HTML, CSS and JavaScript
Philipp Bosch
 
Web app
조 용구
 
Creating and Distributing Mobile Web Applications with PhoneGap
James Pearce
 
Phone gap
Ali Dany
 
스마트 디바이스와 N스크린 시대의 개발 생산성 for hardcopy.key
WeonCheol Hwang
 
Mobile HTML Hybrid Apps
Maryan Kacharaba
 

More from hyun soomyung (6)

PPTX
아꿈사 매니저소개
hyun soomyung
 
PPTX
MongoDB
hyun soomyung
 
PPTX
Design Pattern - Multithread Ch10
hyun soomyung
 
PPTX
The Art of Computer Programming 1.3.2 MIXAL
hyun soomyung
 
PPTX
스터디그룹 패턴 (A PATTERN LANGUAGE FOR STUDY GROUPS)
hyun soomyung
 
PPTX
Erlang
hyun soomyung
 
아꿈사 매니저소개
hyun soomyung
 
MongoDB
hyun soomyung
 
Design Pattern - Multithread Ch10
hyun soomyung
 
The Art of Computer Programming 1.3.2 MIXAL
hyun soomyung
 
스터디그룹 패턴 (A PATTERN LANGUAGE FOR STUDY GROUPS)
hyun soomyung
 

Recently uploaded (20)

PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PDF
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PDF
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
PDF
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
PDF
Doc9.....................................
SofiaCollazos
 
PPTX
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PDF
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PPTX
Simple and concise overview about Quantum computing..pptx
mughal641
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
Doc9.....................................
SofiaCollazos
 
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
Simple and concise overview about Quantum computing..pptx
mughal641
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 

Hybrid app

  • 1. Hybrid App 아키텍트를 꿈꾸는 사람들 cafe.naver.com/architect1 현수명 soomong.net #soomong
  • 2. Native App Hybrid App Web App
  • 3. Native App Platform API 사용가능 - 막강함 - 지식 필요 Cross-Platform Porting - 새로 개발이나 마찬가지
  • 4. Platform API 사용 불가능 Cross-Platform Porting - 원래 가능 - HTML + CSS + JavaScript Web App
  • 5. Platform API 사용가능 Hybrid App Cross-Platform Porting
  • 6. HTML5 + CSS + JavaScript Cross-Platform Porting
  • 7. Platform API 사용가능 - PhoneGap - Appcelerator Titanium - Appspresso
  • 8. public class WebViewDemo extends Activity { @Override public void onCreate(Bundle icicle) { super.onCreate(icicle); setContentView(R.layout.main); mWebView = (WebView) findViewById(R.id.webview); mWebView.addJavascriptInterface(new DemoJavaScriptInterface(), "demo"); mWebView.loadUrl("file:///android_asset/demo.html"); } final class DemoJavaScriptInterface { public String clickOnAndroid() { return "Hello Web App World"; } } } Web App
  • 9. <html> <head> <script language="javascript"> function wave() { document.getElementById("hello").innerHTML= demo.clickOnAndroid(); } </script> </head> <body> <b id="hello"> Hello </b><br> <a onClick="window.demo.clickOnAndroid()“> Click me! </a> </body> </html> Web App
  • 10. public class App extend DroidGap { public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); super.loadUrl("file:///android/asset/www/index.html"); } } <!DOCTYPE HTML> <html> <head> <title>PhoneGap</title> <script type="text/javascript" charset="utf-8" src="phonegap.js"></script> </head> <body> <h1>Hello World</h1> </body> </html> Hybrid App
  • 11. Web UI -> Touch UI - JQuery Mobile - JQTouch - Sencha Touch