Archana Mandape. 234 million Wireless subscriptions in USA. Many players in the smart phone market. Apple iPhone OS, RIM BlackBerry OS and Android OS.

Slides:



Advertisements
Similar presentations
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
Advertisements

Mobile Technology and Software Engineering Travis James, CTO, CloudMetal Software.
Mobile Application Development Keshav Bahadoor. Part 1 Cross Platform Web Applications.
Portable Device Operating Systems. Portable Device OS Portable devices use scaled down operating systems, which are smaller than those found in notebook.
UNIT-e futures and UNIT-e Mobile Ben Potter Systems Architect.
Magic Technology Eyal Pfeifel - CTO. Client Windows, iOS, Android, BlackBerry, Windows Mobile ServerWindows, AIX, Solaris, Linux, IBM i Database Oracle,
BrightAuthor v3.7 software and BrightSign XD v4.7 firmware
Kinesis Survey Technologies Kinesis Webinar January 8 & 9, 2014 Mobile Testing - Best Practices.
Building Mobile Apps in the Cloud – Comparing Approaches.
Essential Introduction to Computers. What is a Computer? An electronic device, operating under the control of instructions stored in its own memory, that.
System Software © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Computing Essentials 2013.
MOBILE CLOUD COMPUTING. Simeon Oriko 3 rd Year student at University of Eastern Africa, Baraton (UEAB) Microsoft Student Partner
“Turn you Smart phone into Business phone “
V1.00 © 2009 Research In Motion Limited Introduction to Mobile Device Web Development Trainer name Date.
Mobile Web The Seventh Mass Media Jason Moran Norman Diaz.
Norman Online Backup All your files Always available.
SMARTPHONE OPERATION SYSTEM MARKET IN U.S. Ryan (Jang-Hoon) Doo ISM 158.
Unit 1- Recognizing Computers.  Understand the importance of computers  Define computers & computer systems  Classify different types of computers.
Design Considerations and Best Practices for Mobile Applications David E. Figley, Jr Programmer, C2 Technologies, Inc.
Operating Systems Chapter 4.
Applications Of Your Growing Potential. What We’ve Been Doing We’ve been writing Java programs In an IDE called Eclipse For desktop and laptop computers.
And Mobile Web Browsers
Introduction to Computers
Chapter Three OPERATING SYSTEMS.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Introduction to Computers
Introduction to Mobile Computing CSE 390 Fall 2010.
Survey of PC and Network Operating Systems
1 NETE4631 Mobile Cloud Computing Lecture Notes #10.
User Side Factors. Download Speed Download speed from a user’s side, is how long it takes a webpage to load, once requested. The measurement for time.
Software Requirements Specification (SRS)
Web Browsers And Mobile Web Browsers. Guiding Questions What is a mobile Web browser? Why do Web pages look differently on different Web browsers? What.
Living in a Digital World Discovering Computers Fundamentals, 2010 Edition.
Taking Your Website On The Road Technology No Where to Go.
Internet. The Web as you know it WWW: This is not the internet, but just a part of it. IM, . The web consists of pages that can only be seen by.
Feature Windows Phone IE10 iOS Safari Android Chrome Blackberry WebKit Web Storage Yes (7)YesYes (2)Yes (6) Geolocation Yes.
The mobile browser world Peter-Paul Koch Albany, 14 April 2011.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Operating Systems for Wireless Mobile Devices Dr. Tal Lavian UC Berkeley Engineering, CET Why does.
Ch 5 Quick Quiz T F 1. Linux is an example of an operating system. T F 2. With sequential processing techniques, multiple tasks are performed at the exact.
PERFORMANCE ENHANCEMENT IN ASP.NET By Hassan Tariq Session #1.
Basics of testing mobile apps
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
Keyboard Computer Mouse Input devices is the information you put into the computer.
Introduction TO Network Administration
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Chapter 1 : Computer Networks. Lecture 2. Computer Networks Classification: 1- Depend on the geographical area. 2- Depend on functional relationship.
WIDESCREEN PRESENTATION Tips and tools for creating and presenting wide format slides.
Technical Sales Specialist Software - OS and Applications John R. Moegling Sr. Systems Engineer.
© 2012 DigitalDay | Mobile Development March 29,
Shlomo Golsherazian Jeff Heiser Etana Kenter Michael Rosenberg A.J. Shah Chelsea Schneider Danielle Zimmerman.
Step by Step to make an app Gordon Eccleston
Mobile Computing Lecture#01 Mobile Horizon. Leading Mobile Phone Technologies  iOS  Android  Blackberry  Symbian  Windows Phone  J2ME.
WHAT IS CLOUD COMPUTING? Pierce County Library System.
And Mobile Web Browsers
Web Browsers & Mobile Web Browsers.
Web App vs Mobile App.
Internet.
Different Types of Apps. App Development ● App Development refers to the creation of computer applications for use on mobile devices such as tablets,
Chapter 4.
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms GCFLearnFree website “Computer Basics”:
Network Models, Hardware, Protocols and number systems
Lesson 8 Operating Systems
Information Technology Ms. Abeer Helwa
LO2 – Understand Computer Software
Digital Literacy 1.00 Computer Basics
And Mobile Web Browsers
Client-Server Model: Requesting a Web Page
And Mobile Web Browsers
Presentation transcript:

Archana Mandape

234 million Wireless subscriptions in USA. Many players in the smart phone market. Apple iPhone OS, RIM BlackBerry OS and Android OS are operating systems. Mobile devices are getting faster processors Improved Wireless Network. An important platform for Web Applications

Consistent user experience Mobile Device Display Data Storage Speed

WebKit is an open source web content engine for browsers and applications. WebKit is used as the rendering engine within iOS, Android, Safari on Windows and also in Mac OS X. WebKit has a smaller footprint – less memory and CPU requirement. It is ideal for the mobile environments. It can be used for desktop and mobile web page development.

Mobile Device Display The size of the viewport and scale of the web page The device's screen density Using Viewport Metadata Automatic sizing

Defining the viewport scale. Its initial-scale minimum-scale maximum-scale user-scalable Defining the viewport target density. Its values can be. device-dpi high-dpi medium-dpi low-dpi

Cookies Stored on device memory Not suitable for large data Not reliable Client-Side Storage No Access for Web Apps HTML5 provides few capabilties Database on the Server Best available option Common technique - JASON

Reduce number of requests and amount of data transferred Avoid multiple file requests Data Compression Eliminate redirects

Developing Device Independent Mobile Web Applications can be achieved to some extent!!

Advance css By: Joseph R. Lewis; Meitar Moscovitz Programming the Mobile Web By: Maximiliano Firtman Towards a uniform web application platform for desktop computers and mobile devices By Tommi Mikkonen and Antero Taivalsaari