Top Banner
Mobile Apps With jQuerymobile
15

Introduction to jQueryMobile

Jan 28, 2015

Download

Technology

Plain intro to jqueryMobile. This does not jumps into coding.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Introduction to jQueryMobile

Mobile Apps With jQuerymobile

Page 2: Introduction to jQueryMobile

HTML5 framework optimised for mobiles devices◦ Android◦ iPhone◦ Android Tablets / iPad◦ More..

What is jQueryMobile?

Page 3: Introduction to jQueryMobile

Scope for web developers Cross platform support Stunning UI Controls Hundreds of plug-ins

◦ Form validation, Date Picker, Image Sliders etc. Access device hardware using PhoneGap

Why jQueryMobile?

Page 4: Introduction to jQueryMobile

Any web developer is good to go.. Else,

◦ knowledge on HTML / HTML5◦ JavaScript◦ Basic knowledge on Jquery◦ CSS knowledge to tweak existing UI controls

What you should know?

Page 5: Introduction to jQueryMobile

A text editor / Web development IDE Browser But preferred to test it in real devices. At least on Emulators

What else I need?

Page 6: Introduction to jQueryMobile

Docs… Docs… Docs… Documentation…

Where to start?

Page 7: Introduction to jQueryMobile

Code re-usability Code minification Ajax requests during page transitions jQuery gurus please forget $

(document).ready…… You don’t have to design the UI controls.

◦ Build in UI controls◦ Theme

Things to remember

Page 8: Introduction to jQueryMobile

Online UI builder

Interesting Features

Page 9: Introduction to jQueryMobile

Design your own theme

Interesting Feature

Page 10: Introduction to jQueryMobile

Seamless integration with PhoneGap◦ PhoneGap is a framework which helps you to

access various hardware components using simple JavaScript method calls. E.g. GPS, Accelerometer, Camera, File System,

Contacts◦ With PhoneGap you can build one application and

run it on multiple platforms.◦ PhoneGap Build

Interesting Feature

Page 11: Introduction to jQueryMobile

Compare to native iOS/Android apps, HTML5 apps are slow & sluggish.

Low end devices will suffer with performance issues

Navigation errors at times PhoneGap is not 100% Stable. It might

crash the app at times.

Limitation

Page 12: Introduction to jQueryMobile

jQueryMobile Community http://forum.jquery.com/jquery-mobile

StackOverFlow http://stackoverflow.com The Guy Next Cubicle :P

Where to get help

Page 13: Introduction to jQueryMobile

jQuerymobile http://jquerymobile.com jQuerymobile Resources

http://jquerymobile.com/resources/ ThemeRoller

http://jquerymobile.com/themeroller/ PhoneGap http://phonegap.com/ Emulators download

http://www.mobilexweb.com/emulators And obviously Google too.

Resources

Page 14: Introduction to jQueryMobile

Question Time

Page 15: Introduction to jQueryMobile

The EndThanks..!

Follow me at Twitter: @mayooresan