20
Introducing PhoneGap The hybrid framework for building smartphone application Compiled by Trieu Nguyen @ [email protected]

PhoneGap Framework for smartphone app developement

Embed Size (px)

DESCRIPTION

PhoneGap Framework for smartphone app developement

Citation preview

Page 1: PhoneGap Framework for smartphone app developement

Introducing PhoneGap

The hybrid framework for building smartphone application

Compiled by Trieu Nguyen @ [email protected]

Page 2: PhoneGap Framework for smartphone app developement

Problem

Page 3: PhoneGap Framework for smartphone app developement

Solution

Page 4: PhoneGap Framework for smartphone app developement

A Set of templates for building native iOS, Android, Blackberry, Symbian, and WebOS using HTML, CSS, and JavaScript.

Page 5: PhoneGap Framework for smartphone app developement

Pros & ConsHere are the pros of PhoneGap framework:

● Can use our current authoring tools (E.g: Photoshop for doing mockup)● Can use our current web design and development skills.● The development cycle is fast.● Can access the all cool hardware features of phone. (Using JavaScript -

ObjectiveC Bridge)● Good performance for model iPhone 3G, 3GS, 4, and iPad.● Mixing both native iOS view and webview.● Clean code, usability, flexible and maintainable.

Some cons:● It can be difficult to achieve sophisticated UI effects.●Must learning HTML5 and design for smartphone.●Complex games, intensive graphics. Use OpenGL for that, not PhoneGap.● For slower phones (not iPhone, not Nexus One, Droid, not Xperia X10),

PhoneGap apps using the latest interactive Google Maps APIs tend to be slow. Static maps OK, though.

Page 6: PhoneGap Framework for smartphone app developement

Native vs Hybrid

This diagram depicts the major differences between mulitple native and hybrid application development

Page 7: PhoneGap Framework for smartphone app developement

phonegap License

Page 8: PhoneGap Framework for smartphone app developement

How PhoneGap Works

Page 9: PhoneGap Framework for smartphone app developement

Cross-Platform Stack

Phonegap Core APIs Plugin APIs

The project implementationWe will implement this

Page 10: PhoneGap Framework for smartphone app developement

Core APIs - What we can reuse from Phonegap framework

Page 11: PhoneGap Framework for smartphone app developement

The general architecture

View: is the common for both platform iOS + Android.This solution is recommended for Multi-Platform Smartphone App Development

Page 12: PhoneGap Framework for smartphone app developement

How Phonegap use MVC pattern

Page 13: PhoneGap Framework for smartphone app developement

Introducing jQtouch http://www.jqtouch.com/

Page 14: PhoneGap Framework for smartphone app developement

Case study

Page 15: PhoneGap Framework for smartphone app developement

The anatomy of project in XCode IDE

1) Interface JavaScript: the hub for messaging from WebView to Obj-C Services. Every DOM node which is got the event from user, and transfer the message to local services.2) The standard icons for Tab Bar and 3) Images for App, see more details here: Creating Custom Icons and Images4) Themes for App: http://code.google.com/p/jqtouch/w/list5) The AppManager group: the logical folder for all sources that manage the data between local App and Web Services.

Page 18: PhoneGap Framework for smartphone app developement

The concept from Infomedica

Loading a big resources (images)

Page 19: PhoneGap Framework for smartphone app developement
Page 20: PhoneGap Framework for smartphone app developement

The anatomy of UI screen (using jQueryMobile)