A tour of introducing phonegap introducing PhoneGap.

Slides:



Advertisements
Similar presentations
Attie Naude 14 May 2013 Windows Azure Mobile Services.
Advertisements

Mobile Application Development Keshav Bahadoor. Part 1 Cross Platform Web Applications.
D4.3 Additional Applications iPad Application – Facebook Integration George Chrysochoidis i-sieve technologies ltd. PATHS Project Review, 12th March 2014,
HTML5 That’s What You Need to Know Today Ingo Rammer | thinktecture |
So. . . According to the Global Developer Survey ’13 conducted by Telerik, over 5000 developers said that they developed apps using HTML5 in 2012 and 90%
Component OneJQuery MobileVisual WebGUI Comparison of three mobile site development frameworks.
WEB APPS LOGIC APPS MOBILE APPS App Service API APPS Fabrikam Kable 1. Customer books appointment 2. Customer valet assigns a technician.
HTML5 That’s what you need to know today Ingo Rammer, thinktecture
APPX Mobile Apps Need an APP for that? ? Coming Soon to a Mobile Device Near You.
RAY PASTORE, PH.D. ASSISTANT PROFESSOR OF INSTRUCTIONAL TECHNOLOGY – UNCW How to Build Mobile Apps for iOS and Android.
Native vs hybrid vs web mobile Application
The PhoneGap History Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer
Intelligent Tutoring System Mobile Communication Team Drew Boatwright Nakul Dureja Richard Liou.
Sayed Ahmed BSc. Eng. In Computer Sc. and Eng. (BUET), Bangladesh MSc., Computer Science, Canada President/Chief Architect/Lead Developer Justetc (Just.
Mobile Web Applications
Mobile Strategy Brigham Young University–Idaho May 15, 2013 © 2013, Brigham Young University–Idaho. All rights reserved.
Lightning Talk Fred Rodriguez Nguyen Do CPSC 473 May 6, 2012.
Title slide to be used at the start of a module. Developing Mobile Apps Roland Guijt
Mobile App Support Jacob Poirier Geri Hengesbach Andrea Menke Erin Rossell.
Introduction CIS 136 Building Mobile Apps 1. What is a mobile app? 2  Computer program  Designed for small devices  Smartphones  Tablets  Other handhelds.
Java Mobile Apps with GWT & PhoneGap Josh Marinacci, webOS Developer Advocate.
Sayed Ahmed Computer Engineering (BUET), Bangladesh MSc., Computer Science, Canada President/Chief Architect/Lead Developer Justetc (Just et cetera) Technologies.
Developing Enterprise Mobile Apps with Xamarin Loren Horsager CEO, Mobile Composer.
HTML5 for Mobile Andrew Kinai. HTML vs HTML5 HTML:A language that describes documents' formatting and content, which is basically composed of static text.
Some considerations… Apps available by platform PlatformTotalPercentage iOS617, % Android342, % BlackBerry117, %
Feature Windows Phone IE10 iOS Safari Android Chrome Blackberry WebKit Web Storage Yes (7)YesYes (2)Yes (6) Geolocation Yes.
PhoneGap- Cross platform for mobile Lê Nguyên Khánh Trần Đại Nhân
What is Android……? Android is an Operating System (OS) created by Google to run on any small electronic devices such as cell phones, e- books, Media Internet.
Prataksha Gurung Chandani Thapa Magar Kripesh Thapa.
Social Media Apps Programming Min-Yuh Day, Ph.D. Assistant Professor Department of Information Management Tamkang University
Three main types of computer operating systems By Chloe Monks.
What’s out there I NTRODUCTION TO M OBILE D EVICES.
The way of hybrid mobile development Hybrid Mobile Applications Telerik Software Academy
| | Top 4 Benefits of Hybrid Mobile Apps.
Created by Presented by James Schultz Titanium. What is Titanium? An open, extensible development environment for creating beautiful native apps across.
WELCOME. Mobile Application Development Dreamsoft4u.
NativeScript – Open source platform to build Native iOS/Android Apps.
PhoneGap / PhoneGap Build #CreateTheWeb Mihai Corlan / Adobe Web Evangelist
MobiliThink is here to stay and slated to grow at a place that can be Useful for smaller Business
丁建文 國立高雄應用科大資管系副教授 兼任計網中心軟體發展組組長 跨平台行動應用軟體開發技術 : HTML5 & Mobile JavaScript Framework 暨南大學.
COMPARING CROSS-PLATFORM DEVELOPMENT APPROACHES FOR MOBILE APPLICATIONS Henning Heitkötter, Sebastian Hanschke and Tim A. Majchrzak Department of Information.
INTRODUCING HYBRID APP KAU with MICT PARK IT COMPANIES Supported by KOICA
Less – Design That is More… BY SPEC INDIA. Less – Design  Adaptive Cross Platform CSS grid system  Responsive & Mobile First Projects  Uses Standards-based.
#SummitNow Alfresco Mobile SDKs in Action 06 November, 2013 Mike Hatfield Lead Engineer Mobile Apps, Alfresco.
MOBAS Tutorial 2010 Tutorial on Mobile Applications & Systems 권오현, 김기환.
Mobile Computing Lecture#01 Mobile Horizon. Leading Mobile Phone Technologies  iOS  Android  Blackberry  Symbian  Windows Phone  J2ME.
Build Hybrid Mobile Apps with Ionic, Angular, & Cordova Brian
跨平台 Hybrid App 開發簡介 - 使用 Visual Studio Tool for Apache Cordova + HTML/JavaScript 陳葵懋 (Ian)
A little more App Inventor and Mind the GAP!
Beginning of Xamarin for iOS development
ET-570 Smart Phone Apps.
CHALLENGES IN FRONT OF MOBILE APPLICATIONS DEVELOPMENT
Computer Science skill sets
Browsers and Web Platforms
Apache Cordova Overview
An-Najah National University Computer Engineering Department Software Graduation Project (66581) Supervised By: Dr. Luai M. Malhis Examiners.
CA16R405 - Mobile Application Development (Theory)
Different Types of Apps. App Development ● App Development refers to the creation of computer applications for use on mobile devices such as tablets,
ESSENTIAL WAYS TO SPEED UP ANDROID SMARTPHONE SIMPLE STEPS TO IMPROVE PHONES PERFORMANCE.
Collaboration on-the-Go
Collaboration on-the-Go
Chapter 4.
Apps XD.
Compile, Build, and Debug
12/5/2018 HCI SNS College of Engineering Department of Computer Science and Engineering Mobile Application Development Presented by S.Yamuna AP/CSE.
Company LOGO CĂN BẢN VỀ MẠNG NGUYEN TAN THANH Xem lại bài học tại
Office 365 Development.
Apache Cordova What is it ? Platforms Development Architecture Plugins
ENIAC – the first computer
Frameworks Deploying Online Services
Presentation transcript:

a tour of introducing phonegap introducing PhoneGap

Thành viên của nhóm 2

PHONEGAP?OMG…WHAT IS IT? -a Framwork: But what is framwwork? -It’s a free opensource of Nitobi -It can be used to develop mobile application. -used for building apps for iOS, Android, Windows Phone, BlackBerry, webOS, Bada, Symbian -It’s called cross platform -what’s cross platform? -allow developers use HTML.CSS and JavaScript to develop their apps

The benefit of phonegap? 1 Write once,run everywhere 2 Do more with less 3 Most APIs are provided

-Code once,but work perfectly on all devices 1

-Understanding on HTML,Css,javascript then you can start changing the world -Its source code is based on web technology(HTML5,CSS3,Javascript) and open source 2

-Most of API are provided so programmers can interfere with device’s functions(camera,GPS,Files,Contacts…) 3

The limitation of phonegap? 1 Problem with old mobile brower 4 others problem 3 Problem with resolution on different devices 2 Problem with resources management

-Incompatitible with old mobile brower because javascsript isn’t supported and its slow speed 1

-Can’t control the process, Synchronization, asynchronization as well -Ability in graphic is limited 2

-The application layout will not compatibility with different devices 3

The limitation of phonegap? 4 others problem

The limitation of phonegap? -Other parts of the device can’t be controlled,ex:keypad, track ball, tapping,rocker … -It’s hard for developing bacause of debugging hard -there is a limitation on related document wiritten about PhoneGap, may be it’s new 4 Others problem

* But….Don’t worry Day by day,PhoneGap try to release their new update versions to fix bug and reduce its limitations May be,it will be used widely in the future

Bảng so sánh giữa các ứng dụng di đ ộng

Cách thức hoạt đ ộng

Kiến trúc PhoneGap

JavaScript Business Logic Part JavaScript Part

PhoneGap API

CÁM Ơ N THẦY VÀ CÁC BẠN Đ Ã CHÚ Ý LẮNG NGHE