SlideShare a Scribd company logo
Mobile Web Overview
IT 4213 Mobile Web Development
IT 6753 Advanced Web
Jack G. Zheng
Spring 2016
Questions
What is mobile web and
why do we care about it?
What are the basic choices to
develop and deliver contents
and services to mobile devices?
What are the major design
considerations and principles?
What are the popular development
tools, frameworks, and services?
Where can you learn more
about mobile web?
How can web technologies be
used to create mobile apps?
Overview
• Mobile trends and stats
• Mobile web definition and scope
• Mobile application types: native, web, hybrid
• Mobile website strategies: one web,
adaptive, mobile version
• High level design considerations and
principles
• Development tools
3
St. Peter's
Basilica at
the Vatican
http://photoblog.nbc
news.com/_news/2
013/03/14/1731231
6-witnessing-papal-
history-changes-
with-digital-age
4
Cisco Visual Networking Index
Global Mobile Data Traffic Forecast, 2015–2020
http://www.cisco.com/c/en/us/solutions/service-provider/visual-networking-index-vni/index.html
Global North America
The percentage of mobile data traffic will account
for out of all fixed and mobile data traffic by 2020
15% 6%
The percentage of mobile connections will be
'smart' connections by 2020
72% 95%
Mobile traffic per mobile-connected end-user device
per month by 2020
3.3GB 6GB
Average mobile
connection speed
http://netmarketshare.com Browsing by Device Category Trend
Internet Trends by Mary Meeker 2015
http://www.kpcb.com/internet-trends
Web Traffic Sources
http://gs.statcounter.com/#all-os-ww-monthly-201503-201602
What is Mobile Web?
Mobile web refers to the access and use of web
sites and web applications using smart mobile
devices (and optimized for these devices) through
computer networks.
• It's mainly about user experience, particularly with a
focus on user interfaces and interactions.
– Web sites: focus on the optimization of web sites to be used
on mobile devices.
– Web applications: focus on functional features, with UI
specifically designed for mobile devices. Web applications
can be delivered through web sites or other types of apps
(mobile app, hybrid app, browser app, etc.).
• Recently it has begun to impact
the application level architecture.
Why? Differences?
• Why to make website mobile friendly?
– Non-mobile-friendly sites create user experience and functional problems
– Search engines also include mobile friendliness as in ranking - https://support.google.com/adsense/answer/6196932
• Screen
– Screen size is generally smaller http://www.statista.com/chart/2269/smartphone-shipments-by-screen-size/
– Screen resolution is lower and density is higher http://developer.android.com/about/dashboards/index.html
– Fragmented market: properties vary a lot among devices
– Orientation: vertical screens accounts for 29% of usage
• Interaction method: touch is different form pointing device
– https://www.nngroup.com/articles/mouse-vs-fingers-input-device/
• Connection and speed
– Mobile device connection is less stable, inconsistent, and slower
• Device capability
– Mobile devices have much more functionality integrated: cam, mic, sensors, GPS, etc.
• Browser capability
– Compatibility: browser behaviors are different
– Fixed browser size (on the same device)
– Viewport, automatic zooming
– Delay: have a more noticeable delay as the application resides on the web versus directly on the native platform
– Weaker plug-in support
9
The Problems
• Performance problems
– Mobile device connection is less stable, inconsistent, and slower
– The device is less responsive
• Browser support and compatibility problems
– Fragmented Mobile Browser Market http://marketshare.hitslink.com/browser-market-
share.aspx?qprid=0&qpcustomd=1&qptimeframe=Y
– Functionality limitation: PDF, flash, etc.
• Design/content problem – not optimized for mobile devices
– Content too small and difficult to view
– Content hidden
• Interaction problems
– Links are crowded and difficulty/inaccurate to tap
– Mouse hovering is totally missing
– Slow and error-prone typing
• Not so mobile friendly
– https://kennesaw.curriculog.com/
– https://owlexpress.kennesaw.edu/prodban/bwckschd.p_disp_dyn_sched
– https://www.google.com/finance
• Some interesting problems documented
– http://bradfrost.com/blog/post/mobile-web-problems/
– http://wtfmobileweb.com/
10
Use a tool to report the problems!
https://www.google.com/webmasters
/tools/mobile-friendly/
Mobile App Development Options
11
https://developer.salesforce.com/page/Native,_HTML5,_or_Hybrid:
_Understanding_Your_Mobile_Application_Development_Options
A program designed to
run directly on a specific
mobile operating system.
A web based application that
runs in any web browser
especially that designed for
mobile devices.
Applications
developed using
Web development
technologies and
wrapped in a mobile
app container
* New to the
diagram: cross-
platform native
app (Xamarin)
* New to the
diagram: app
like web site
App vs. Sites
The old desktop vs. web?
12
http://xkcd.com/1367/
https://developer.salesforce.com/page/Native,_HTML5,_or_Hybrid:_Understanding_Your_Mobile_Application_Development_Options
http://www.telerik.com/blogs/everything-you-wanted-to-know-about-native-hybrid-and-web-apps-but-were-afraid-to-ask
http://www.sitepoint.com/native-hybrid-or-web-apps/
http://www.ymedialabs.com/hybrid-vs-native-mobile-apps-the-answer-is-clear/
Comparison of the Three Development Options
Native Apps Mobile Web Hybrid
Device
features
Can fully utilize platform/OS
features if allowed, such as
camera, location, sensors,
and interactions with file
systems and other apps.
Access to devices features
are limited to the browser
environment.
Can utilize platform/OS
features if provided by the
SDK, which are usually
provided as JavaScript
APIs.
UX/UI Best; smooth interaction as
UI is very responsive.
Not as good as native app;
may have delays.
Looks like an app, but may
have performance issues.
Development
Platform
Applications are platform
dependent. They have to be
written and/or compiled to a
specific OS*. Example:
- Andriod (Java) ( Android )
- iOS (Objective C)
- Windows (.Net, C#)
- * Xamarin (all)
Web applications are cross
platform and can use standard
languages such as
HTML/CSS/JavaScript.
Programs runs in browsers,
although they may have
slightly differences in different
browsers.
Hybrid applications are
developed using standard
web technologies, but
complied to each specific
platform.
Distribution /
Installation
App Store, or direct
downloaded; need
installation
Web; no installation App Store, or direct
downloaded; need
installation
Trending for Mobile Web
http://www.telerik.com/blogs/everything-you-wanted-to-know-
about-native-hybrid-and-web-apps-but-were-afraid-to-ask
http://www.mediapost.com/publications/article/265873/cons
umers-may-prefer-mobile-web-to-apps.html
A recent survey of U.S. consumers by
Quixey (in 2015) found that 66% of
respondents said they prefer the mobile
Web to apps.
http://www.appcelerator.com/resource-
center/research/2015-mobile-trends-report/
50% use on a
daily basis among
adoption leaders.
HTML 5 and Mobile Web
• How does HTML 5 play a role in facilitating mobile computing?
• Standardize mobile web development
– Eliminates the need to create, maintain, and support apps for
different mobile platforms (native platforms)
• HTML 5 has provided a set of features and tools for building
mobile apps
– Mobile friendly tags – activate relevant phone features
– JavaScript APIs to devices features
• Geolocation
• Offline
• Web storage
• Touch events
• Drawing
15
<a href="tel:+14155557777">Order Pizza Now!</a>
<a href="sms:+14155558888?body=Hello">Text me!</a>
Mobile Website Delivery Strategy
• Separate mobile version site
– Walmart: http://mobile.walmart.com/
– Ikea: http://m.ikea.com/us (jQuery
Mobile)
– Costco: http://m.costco.com/
• One Web
– One Web means making, as far as
is reasonable, the same information
and services available to users
irrespective of the device they are
using.
– http://www.w3.org/TR/mobile-
bp/#OneWeb
Why Separate Mobile & Desktop Web Pages?
http://www.lukew.com/ff/entry.asp?1390
One Web
• One Web
– Does not mean that the content is available in exactly the
same representation across all devices.
– The context of mobile use, device capability variations, bandwidth
issues and mobile network capabilities all affect the representation.
• Approaches
– Responsive design
– Adaptive: device detection and adaptation
• Or dynamic serving as in
http://www.google.com/think/multiscreen/whitepaper-
multiscreenconsumer.html
– Hybrid: RESS (Responsive + Server Serving)
• Examples
– http://mashable.com (responsive)
– http://google.com or Wikipdia.org (adaptive)
Responsive Web Design
Responsive Web Design (RWD) is a Web design approach
aimed at crafting sites to provide an optimal viewing
experience, easy reading and navigation with a minimum of
resizing, panning, and scrolling, across a wide range of
screen sizes and devices.
• Ethan Marcotte coined the term responsive web design
and defined it to mean fluid grid/ flexible images/ media
queries in a May 2010 article in A List Apart
– http://alistapart.com/article/responsive-web-design
• Basic principles and practices
– Fluid grid - no horizontal scrolling
– Adaptive/flexible image
– Media query
Examples
• Responsive examples
– http://kennesaw.edu
– http://mashable.com
– http://mediaqueri.es (more examples here)
• Non-responsive example
– http://www.mariettaga.gov
– http://www.starsandstrikes.com
Adjust the browser width
and see the changes or
use responsinator.com)
Adaptive – Dynamic Serving
• Adaptive design is about serving pages based on device
feature detection
– Also called dynamic serving as in
http://www.google.com/think/multiscreen/whitepaper-
multiscreenconsumer.html
• Adaptive design has different perspectives
– http://bradfrost.com/blog/post/the-many-faces-of-adaptive-
design/
– https://css-tricks.com/the-difference-between-responsive-and-
adaptive-design/ - this one drives a lot of discussions – I also
agree with most comments but not the article itself
• RESS: Responsive Design + Server Side Components
– http://www.lukew.com/ff/entry.asp?1392
• Comparison: http://www.lukew.com/ff/entry.asp?1509
20
Hybrid Web Apps
• Hybrid apps are apps developed based on the web technologies
(HTML, CSS, JavaScript) and wrapped in a platform specific
native container
– Similar to Java and .Net’s vision of Write-Once-Run-Anywhere
– Device features are exposed through JavaScript API
– The execution of the app relies on the browser engine of the OS it is
installed in
• Gartner Says by 2016, More Than 50 Percent of Mobile Apps
Deployed Will be Hybrid
– http://www.gartner.com/newsroom/id/2324917
• Major framework:
– Apache Cordova
– PhoneGap
– Appcelerator Titanium
– IBM MobileFirst
21
App Like Web Site
• App-like web site looks and acts like an app (browser hidden,
etc.) but is actually a web site
– This will give the website an “app” look and feel without installing
anything at first
– But they are still dependent on the browser to drive them
• Primitive solution: pin it to your home screen
– http://www.howtogeek.com/196087/how-to-add-websites-to-the-
home-screen-on-any-smartphone-or-tablet/
• Take it to another level: progressive web app (optimized app like
web site)
– https://developers.google.com/web/progressive-web-apps
– http://arc.applause.com/2015/11/30/application-shell-architecture/
– http://developer.telerik.com/featured/what-progressive-web-apps-
mean-for-the-web/
– http://gonehybrid.com/are-progressive-web-apps-the-future-of-
mobile-apps/
22
Cross-Platform Native App
• This solution uses a common development
environment for all platforms, but wraps (compiles)
them to a target platform.
– Similar to hybrid, but the apps are native apps, not
relying on browser engines.
• Example development framework: Xamarin
– Using C# and .Net for development
– Wrapping all native OS libraries
• Is Xamarin hybrid?
– The short answer is no.
– https://www.quora.com/Is-Xamarin-hybrid-development
– http://www.cygnet-infotech.com/blog/phonegap-or-
titanium-or-xamarin-which-cross-platform-should-you-
choose
23
Considerations and Practices
• Follow the general conventions and design principles
• Site or app? Consider their pros and cons and select the most
appropriate one
• Consider the difference of user experience on mobile vs desktop
• Adapt to screen size and density
• Touch friendly UI: touch area, touch target size, gestures
• Others
– Handle browser compatibility and feature detection
– Design for performance
• Strategy: mobile first??
• Details will be covered in other lectures
Adapt to Screen Sizes and Density
• Set up the correct viewport
– https://developers.google.com/web/fundamentals/design-and-
ui/responsive/fundamentals/set-the-viewport
• Layout: single column design works best
– Luke Wroblewski has summarized some common layout patterns in
two articles
• “Multi-Device Layout Patterns” http://www.lukew.com/ff/entry.asp?1514
• “Off Canvas Multi-Device Layouts” http://www.lukew.com/ff/entry.asp?1569
• Content prioritization: Non-major content needs to be off screen
– For example, menus are considered as non-major content
• Navigation (menu placement)
– http://bradfrostweb.com/blog/web/responsive-nav-patterns/
– http://bradfrost.com/blog/web/complex-navigation-patterns-for-
responsive-design/
25
Touch Friendly UI
• Rule of the thumb: thumb (one or two) oriented
operation is common
– http://www.uxmatters.com/mt/archives/2013/02/how-
do-users-really-hold-mobile-devices.php
– Aware of hot areas -
http://www.lukew.com/ff/entry.asp?1649
• Touch targets
– Touchable areas instead of links
– Size of touch targets:
http://www.smashingmagazine.com/2012/02/21/finger
-friendly-design-ideal-mobile-touchscreen-target-
sizes/
• Gestures
– Gestures represent the future UI opportunities -
http://www.lukew.com/touch/
• Provide interaction feedback
• Activate the most appropriate pseudo keyboard
Mobile First
• Mobile First is a philosophy created by Luke
Wroblewski that highlights the need to prioritize the
mobile context when creating user experiences.
– Allows websites to reach more people
– Forces designers to focus on core content and
functionality (What do you do when you lose 80% of your
screen real estate?)
– Let designers innovate and take advantage of new
technologies (geolocation, touch events and more)
• Reference
– http://bradfrostweb.com/blog/web/mobile-first-
responsive-web-design/
– http://www.lukew.com/presos/preso.asp?26
– https://blog.intercom.io/why-mobile-first-may-already-be-
outdated/
27
Development Tools and Frameworks
• Responsive design test
– http://www.responsinator.com
– http://johnpolacek.github.io/Responsivator/
– https://developer.mozilla.org/en-
US/docs/Tools/Responsive_Design_View
– https://www.browsersync.io
• Emulator/simulator
– https://developers.google.com/web/fundamen
tals/tools/devices/browseremulation
– http://www.mobilexweb.com/emulators
• Platforms and Frameworks
– https://html5boilerplate.com/mobile/
– http://www.initializr.com/
– Bootstrap: http://getbootstrap.com
– jQuery mobile: http://jquerymobile.com
– PhoneGap: http://phonegap.com
– More: http://mobile-frameworks-comparison-
chart.com/
• CDN
– https://cdnjs.com
– http://www.asp.net/ajax/cdn
– https://developers.google.com/speed/libraries
/devguide
• Generator
– http://www.dudamobile.com/mobile-website
– https://codiqa.com
• Validator and test
– http://validator.w3.org/mobile/
– https://www.google.com/webmasters/tools/
mobile-friendly/
• Feature detection
– http://caniuse.com
– http://mydevice.io
– Modernizr: http://modernizr.com
– http://www.screenresolution.org
– http://detectmobilebrowsers.com
– http://ryanve.com/lab/dimensions/
– http://mobilehtml5.org/
– https://deviceatlas.com/
• Designs
– http://adaptive-images.com/ (image
adaptation)
– http://html.adobe.com/edge/inspect/
(commercial)
– http://www.mobileawesomeness.com
Data, Stats, and Reports
• KPCB Internet Trends http://www.kpcb.com/internet-trends
• Cisco Visual Networking Index http://www.cisco.com/c/en/us/solutions/service-
provider/visual-networking-index-vni/index.html
• http://www.netmarketshare.com
• http://gs.statcounter.com
• http://marketshare.hitslink.com
• http://www.smartphonemarketresearch.com
• http://www.canalys.com/chart/index.html
• Android devices: http://developer.android.com/about/dashboards/index.html
• Reports
– http://mobiforge.com/stats
– http://www.pewinternet.org
– http://www.appcelerator.com/enterprise/resource-center/research/
29
Good Resources
• Community resources
– http://www.w3.org/Mobile/
– http://www.w3.org/standards/webdesign/mobilweb
– https://www.linkedin.com/groups?gid=3002798
• Online learning resources
– http://mobilewebbestpractices.com/
– http://mobilewebbestpractices.com/resources/
– http://mobiledesignpatterngallery.com/
– http://www.mobilexweb.com/
– http://www.quirksmode.org/mobile/
– https://www.udacity.com/course/mobile-web-
development--cs256
• Vendor resources
– http://www.google.com/think/multiscreen/
– https://developers.google.com/web/fundamentals/
– http://msdn.microsoft.com/en-
us/library/aa286514.aspx
– https://developer.mozilla.org/en-
US/docs/Web/Guide/Mobile
– http://www.kinvey.com/native-web-hybrid-developers-
ebook
– http://www.ibm.com/mobilefirst/us/en/
• Influencers
– http://www.lukew.com
– http://www.nngroup.com
– http://www.theresaneil.com
• Books
– http://www.amazon.com/dp/1449334970
– http://www.amazon.com/dp/1849693188
– http://www.amazon.com/dp/1593274874
– http://www.amazon.com/dp/1449311415
– http://www.amazon.com/dp/1449363636
• News and blogs
– http://mashable.com/category/mobile-web/
– http://www.smashingmagazine.com/guidelines-for-
mobile-web-development/
– http://www.quirksmode.org/blog/archives/mobile/
30
• BSIT "Mobile and Web" elective track
• IT 4213 Mobile Web Development
it4213.jackzheng.net
• IT 6753 Advanced Web
http://it6753.blogspot.com

More Related Content

What's hot

Mobuz Solutions | Things to remember when designing your website
Mobuz Solutions | Things to remember when designing your websiteMobuz Solutions | Things to remember when designing your website
Mobuz Solutions | Things to remember when designing your website
Mobuz Solutions Pvt Ltd
 
Future Scope of Website Designing in India
Future Scope of Website Designing in IndiaFuture Scope of Website Designing in India
Future Scope of Website Designing in India
Gagandeep Singh Rawat
 
Enterprise Sharepoint Portal
Enterprise Sharepoint PortalEnterprise Sharepoint Portal
Enterprise Sharepoint PortalCurtis Timmons
 
5 challenges in_building_enterprise_mashups-rick_b
5 challenges in_building_enterprise_mashups-rick_b5 challenges in_building_enterprise_mashups-rick_b
5 challenges in_building_enterprise_mashups-rick_bIBM
 
Moved to https://slidr.io/azzazzel/what-is-a-portal
Moved to https://slidr.io/azzazzel/what-is-a-portalMoved to https://slidr.io/azzazzel/what-is-a-portal
Moved to https://slidr.io/azzazzel/what-is-a-portal
Milen Dyankov
 
IS CH2 Database Management (p2)
IS CH2 Database Management (p2)IS CH2 Database Management (p2)
IS CH2 Database Management (p2)Jan Wong
 
wtf is aria landmarks
wtf is aria landmarkswtf is aria landmarks
wtf is aria landmarks
Domenico Monaco
 
#Wtf is web accessibility
#Wtf is web accessibility#Wtf is web accessibility
#Wtf is web accessibility
Domenico Monaco
 
Know. Share. Do. Increase IBM Connections Usage, Adoption and ROI with int...
Know. Share. Do.  Increase IBM Connections Usage, Adoption and ROI with int...Know. Share. Do.  Increase IBM Connections Usage, Adoption and ROI with int...
Know. Share. Do. Increase IBM Connections Usage, Adoption and ROI with int...
TIMETOACT GROUP
 
Web design
Web designWeb design
Web design
Kazi Nazmul
 
Shen Tong
Shen TongShen Tong
Shen Tong
ccnmtl
 

What's hot (12)

Mobuz Solutions | Things to remember when designing your website
Mobuz Solutions | Things to remember when designing your websiteMobuz Solutions | Things to remember when designing your website
Mobuz Solutions | Things to remember when designing your website
 
Webdesign
WebdesignWebdesign
Webdesign
 
Future Scope of Website Designing in India
Future Scope of Website Designing in IndiaFuture Scope of Website Designing in India
Future Scope of Website Designing in India
 
Enterprise Sharepoint Portal
Enterprise Sharepoint PortalEnterprise Sharepoint Portal
Enterprise Sharepoint Portal
 
5 challenges in_building_enterprise_mashups-rick_b
5 challenges in_building_enterprise_mashups-rick_b5 challenges in_building_enterprise_mashups-rick_b
5 challenges in_building_enterprise_mashups-rick_b
 
Moved to https://slidr.io/azzazzel/what-is-a-portal
Moved to https://slidr.io/azzazzel/what-is-a-portalMoved to https://slidr.io/azzazzel/what-is-a-portal
Moved to https://slidr.io/azzazzel/what-is-a-portal
 
IS CH2 Database Management (p2)
IS CH2 Database Management (p2)IS CH2 Database Management (p2)
IS CH2 Database Management (p2)
 
wtf is aria landmarks
wtf is aria landmarkswtf is aria landmarks
wtf is aria landmarks
 
#Wtf is web accessibility
#Wtf is web accessibility#Wtf is web accessibility
#Wtf is web accessibility
 
Know. Share. Do. Increase IBM Connections Usage, Adoption and ROI with int...
Know. Share. Do.  Increase IBM Connections Usage, Adoption and ROI with int...Know. Share. Do.  Increase IBM Connections Usage, Adoption and ROI with int...
Know. Share. Do. Increase IBM Connections Usage, Adoption and ROI with int...
 
Web design
Web designWeb design
Web design
 
Shen Tong
Shen TongShen Tong
Shen Tong
 

Similar to Mobile Web Overview https://www.edocr.com/v/k52p5vj4/

digital marketing[1].pdf
digital marketing[1].pdfdigital marketing[1].pdf
digital marketing[1].pdf
TECHCENTRAL3
 
(Healthcare) make your business mobile with responsive web design
(Healthcare) make your business mobile with responsive web design(Healthcare) make your business mobile with responsive web design
(Healthcare) make your business mobile with responsive web design
Leisl Schrader
 
The challenges of building mobile HTML5 applications - FEEC Brazil 2012 - Recife
The challenges of building mobile HTML5 applications - FEEC Brazil 2012 - RecifeThe challenges of building mobile HTML5 applications - FEEC Brazil 2012 - Recife
The challenges of building mobile HTML5 applications - FEEC Brazil 2012 - RecifeCaridy Patino
 
User Focus 2014 - Choosing The Right Mobile Approach
User Focus 2014 - Choosing The Right Mobile ApproachUser Focus 2014 - Choosing The Right Mobile Approach
User Focus 2014 - Choosing The Right Mobile Approach
Jasper Liu
 
Mobile Website Optimization
Mobile Website OptimizationMobile Website Optimization
Mobile Website Optimizationhebsyesh
 
Mobile web development
Mobile web development Mobile web development
Mobile web development
Moumie Soulemane
 
Best Practices for Mobile Web Design
Best Practices for Mobile Web DesignBest Practices for Mobile Web Design
Best Practices for Mobile Web Design
St. Petersburg College
 
Developing for Mobile Web
Developing for Mobile WebDeveloping for Mobile Web
Developing for Mobile WebBarbara Bermes
 
IJSRED-V2I5P23
IJSRED-V2I5P23IJSRED-V2I5P23
IJSRED-V2I5P23
IJSRED
 
Web Apps and Responsive Design for Libraries
Web Apps and Responsive Design for LibrariesWeb Apps and Responsive Design for Libraries
Web Apps and Responsive Design for Libraries
Matt Machell
 
Mobile web
Mobile webMobile web
Mobile web
Sharina Aziz
 
Mobile Services for Your Library
Mobile Services for Your LibraryMobile Services for Your Library
Mobile Services for Your Library
St. Petersburg College
 
devicesanddatashadows
devicesanddatashadowsdevicesanddatashadows
devicesanddatashadowsRussellWill
 
Mobile CMS - CMSExpo 2010
Mobile CMS - CMSExpo 2010Mobile CMS - CMSExpo 2010
Mobile CMS - CMSExpo 2010
Tom Deryckere
 
Building Mobile Websites with Joomla
Building Mobile Websites with JoomlaBuilding Mobile Websites with Joomla
Building Mobile Websites with Joomla
Tom Deryckere
 
Going mobile edu web presentation - 2011
Going mobile   edu web presentation - 2011Going mobile   edu web presentation - 2011
Going mobile edu web presentation - 2011Nathan Gerber
 

Similar to Mobile Web Overview https://www.edocr.com/v/k52p5vj4/ (20)

digital marketing[1].pdf
digital marketing[1].pdfdigital marketing[1].pdf
digital marketing[1].pdf
 
(Healthcare) make your business mobile with responsive web design
(Healthcare) make your business mobile with responsive web design(Healthcare) make your business mobile with responsive web design
(Healthcare) make your business mobile with responsive web design
 
The challenges of building mobile HTML5 applications - FEEC Brazil 2012 - Recife
The challenges of building mobile HTML5 applications - FEEC Brazil 2012 - RecifeThe challenges of building mobile HTML5 applications - FEEC Brazil 2012 - Recife
The challenges of building mobile HTML5 applications - FEEC Brazil 2012 - Recife
 
User Focus 2014 - Choosing The Right Mobile Approach
User Focus 2014 - Choosing The Right Mobile ApproachUser Focus 2014 - Choosing The Right Mobile Approach
User Focus 2014 - Choosing The Right Mobile Approach
 
Mobile Website Optimization
Mobile Website OptimizationMobile Website Optimization
Mobile Website Optimization
 
Mobile web development
Mobile web development Mobile web development
Mobile web development
 
Best Practices for Mobile Web Design
Best Practices for Mobile Web DesignBest Practices for Mobile Web Design
Best Practices for Mobile Web Design
 
Developing for Mobile Web
Developing for Mobile WebDeveloping for Mobile Web
Developing for Mobile Web
 
IJSRED-V2I5P23
IJSRED-V2I5P23IJSRED-V2I5P23
IJSRED-V2I5P23
 
Web Apps and Responsive Design for Libraries
Web Apps and Responsive Design for LibrariesWeb Apps and Responsive Design for Libraries
Web Apps and Responsive Design for Libraries
 
Mobile web
Mobile webMobile web
Mobile web
 
Mobile Services for Your Library
Mobile Services for Your LibraryMobile Services for Your Library
Mobile Services for Your Library
 
devicesanddatashadows
devicesanddatashadowsdevicesanddatashadows
devicesanddatashadows
 
Presentation1
Presentation1Presentation1
Presentation1
 
Cti av3
Cti av3Cti av3
Cti av3
 
Mobile CMS - CMSExpo 2010
Mobile CMS - CMSExpo 2010Mobile CMS - CMSExpo 2010
Mobile CMS - CMSExpo 2010
 
Building Mobile Websites with Joomla
Building Mobile Websites with JoomlaBuilding Mobile Websites with Joomla
Building Mobile Websites with Joomla
 
Going mobile edu web presentation - 2011
Going mobile   edu web presentation - 2011Going mobile   edu web presentation - 2011
Going mobile edu web presentation - 2011
 
Presentation1
Presentation1Presentation1
Presentation1
 
Presentation1
Presentation1Presentation1
Presentation1
 

More from Jack Zheng

IT Capstone Report Fall 2022.pptx
IT Capstone Report Fall 2022.pptxIT Capstone Report Fall 2022.pptx
IT Capstone Report Fall 2022.pptx
Jack Zheng
 
KSU IT Capstone Report 2012-2017.pdf
KSU IT Capstone Report 2012-2017.pdfKSU IT Capstone Report 2012-2017.pdf
KSU IT Capstone Report 2012-2017.pdf
Jack Zheng
 
Mobile system overview
Mobile system overviewMobile system overview
Mobile system overview
Jack Zheng
 
Multidimensional Perceptual Map for Project Prioritization and Selection - 20...
Multidimensional Perceptual Map for Project Prioritization and Selection - 20...Multidimensional Perceptual Map for Project Prioritization and Selection - 20...
Multidimensional Perceptual Map for Project Prioritization and Selection - 20...
Jack Zheng
 
KSU IT4983 Capstone Projects Report 2017 Update
KSU IT4983 Capstone Projects Report 2017 UpdateKSU IT4983 Capstone Projects Report 2017 Update
KSU IT4983 Capstone Projects Report 2017 Update
Jack Zheng
 
SDLC 101 Cartoon
SDLC 101 CartoonSDLC 101 Cartoon
SDLC 101 CartoonJack Zheng
 

More from Jack Zheng (6)

IT Capstone Report Fall 2022.pptx
IT Capstone Report Fall 2022.pptxIT Capstone Report Fall 2022.pptx
IT Capstone Report Fall 2022.pptx
 
KSU IT Capstone Report 2012-2017.pdf
KSU IT Capstone Report 2012-2017.pdfKSU IT Capstone Report 2012-2017.pdf
KSU IT Capstone Report 2012-2017.pdf
 
Mobile system overview
Mobile system overviewMobile system overview
Mobile system overview
 
Multidimensional Perceptual Map for Project Prioritization and Selection - 20...
Multidimensional Perceptual Map for Project Prioritization and Selection - 20...Multidimensional Perceptual Map for Project Prioritization and Selection - 20...
Multidimensional Perceptual Map for Project Prioritization and Selection - 20...
 
KSU IT4983 Capstone Projects Report 2017 Update
KSU IT4983 Capstone Projects Report 2017 UpdateKSU IT4983 Capstone Projects Report 2017 Update
KSU IT4983 Capstone Projects Report 2017 Update
 
SDLC 101 Cartoon
SDLC 101 CartoonSDLC 101 Cartoon
SDLC 101 Cartoon
 

Recently uploaded

DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
Fwdays
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 

Recently uploaded (20)

DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 

Mobile Web Overview https://www.edocr.com/v/k52p5vj4/

  • 1. Mobile Web Overview IT 4213 Mobile Web Development IT 6753 Advanced Web Jack G. Zheng Spring 2016
  • 2. Questions What is mobile web and why do we care about it? What are the basic choices to develop and deliver contents and services to mobile devices? What are the major design considerations and principles? What are the popular development tools, frameworks, and services? Where can you learn more about mobile web? How can web technologies be used to create mobile apps?
  • 3. Overview • Mobile trends and stats • Mobile web definition and scope • Mobile application types: native, web, hybrid • Mobile website strategies: one web, adaptive, mobile version • High level design considerations and principles • Development tools 3
  • 4. St. Peter's Basilica at the Vatican http://photoblog.nbc news.com/_news/2 013/03/14/1731231 6-witnessing-papal- history-changes- with-digital-age 4
  • 5. Cisco Visual Networking Index Global Mobile Data Traffic Forecast, 2015–2020 http://www.cisco.com/c/en/us/solutions/service-provider/visual-networking-index-vni/index.html Global North America The percentage of mobile data traffic will account for out of all fixed and mobile data traffic by 2020 15% 6% The percentage of mobile connections will be 'smart' connections by 2020 72% 95% Mobile traffic per mobile-connected end-user device per month by 2020 3.3GB 6GB Average mobile connection speed
  • 6. http://netmarketshare.com Browsing by Device Category Trend Internet Trends by Mary Meeker 2015 http://www.kpcb.com/internet-trends
  • 8. What is Mobile Web? Mobile web refers to the access and use of web sites and web applications using smart mobile devices (and optimized for these devices) through computer networks. • It's mainly about user experience, particularly with a focus on user interfaces and interactions. – Web sites: focus on the optimization of web sites to be used on mobile devices. – Web applications: focus on functional features, with UI specifically designed for mobile devices. Web applications can be delivered through web sites or other types of apps (mobile app, hybrid app, browser app, etc.). • Recently it has begun to impact the application level architecture.
  • 9. Why? Differences? • Why to make website mobile friendly? – Non-mobile-friendly sites create user experience and functional problems – Search engines also include mobile friendliness as in ranking - https://support.google.com/adsense/answer/6196932 • Screen – Screen size is generally smaller http://www.statista.com/chart/2269/smartphone-shipments-by-screen-size/ – Screen resolution is lower and density is higher http://developer.android.com/about/dashboards/index.html – Fragmented market: properties vary a lot among devices – Orientation: vertical screens accounts for 29% of usage • Interaction method: touch is different form pointing device – https://www.nngroup.com/articles/mouse-vs-fingers-input-device/ • Connection and speed – Mobile device connection is less stable, inconsistent, and slower • Device capability – Mobile devices have much more functionality integrated: cam, mic, sensors, GPS, etc. • Browser capability – Compatibility: browser behaviors are different – Fixed browser size (on the same device) – Viewport, automatic zooming – Delay: have a more noticeable delay as the application resides on the web versus directly on the native platform – Weaker plug-in support 9
  • 10. The Problems • Performance problems – Mobile device connection is less stable, inconsistent, and slower – The device is less responsive • Browser support and compatibility problems – Fragmented Mobile Browser Market http://marketshare.hitslink.com/browser-market- share.aspx?qprid=0&qpcustomd=1&qptimeframe=Y – Functionality limitation: PDF, flash, etc. • Design/content problem – not optimized for mobile devices – Content too small and difficult to view – Content hidden • Interaction problems – Links are crowded and difficulty/inaccurate to tap – Mouse hovering is totally missing – Slow and error-prone typing • Not so mobile friendly – https://kennesaw.curriculog.com/ – https://owlexpress.kennesaw.edu/prodban/bwckschd.p_disp_dyn_sched – https://www.google.com/finance • Some interesting problems documented – http://bradfrost.com/blog/post/mobile-web-problems/ – http://wtfmobileweb.com/ 10 Use a tool to report the problems! https://www.google.com/webmasters /tools/mobile-friendly/
  • 11. Mobile App Development Options 11 https://developer.salesforce.com/page/Native,_HTML5,_or_Hybrid: _Understanding_Your_Mobile_Application_Development_Options A program designed to run directly on a specific mobile operating system. A web based application that runs in any web browser especially that designed for mobile devices. Applications developed using Web development technologies and wrapped in a mobile app container * New to the diagram: cross- platform native app (Xamarin) * New to the diagram: app like web site
  • 12. App vs. Sites The old desktop vs. web? 12 http://xkcd.com/1367/
  • 13. https://developer.salesforce.com/page/Native,_HTML5,_or_Hybrid:_Understanding_Your_Mobile_Application_Development_Options http://www.telerik.com/blogs/everything-you-wanted-to-know-about-native-hybrid-and-web-apps-but-were-afraid-to-ask http://www.sitepoint.com/native-hybrid-or-web-apps/ http://www.ymedialabs.com/hybrid-vs-native-mobile-apps-the-answer-is-clear/ Comparison of the Three Development Options Native Apps Mobile Web Hybrid Device features Can fully utilize platform/OS features if allowed, such as camera, location, sensors, and interactions with file systems and other apps. Access to devices features are limited to the browser environment. Can utilize platform/OS features if provided by the SDK, which are usually provided as JavaScript APIs. UX/UI Best; smooth interaction as UI is very responsive. Not as good as native app; may have delays. Looks like an app, but may have performance issues. Development Platform Applications are platform dependent. They have to be written and/or compiled to a specific OS*. Example: - Andriod (Java) ( Android ) - iOS (Objective C) - Windows (.Net, C#) - * Xamarin (all) Web applications are cross platform and can use standard languages such as HTML/CSS/JavaScript. Programs runs in browsers, although they may have slightly differences in different browsers. Hybrid applications are developed using standard web technologies, but complied to each specific platform. Distribution / Installation App Store, or direct downloaded; need installation Web; no installation App Store, or direct downloaded; need installation
  • 14. Trending for Mobile Web http://www.telerik.com/blogs/everything-you-wanted-to-know- about-native-hybrid-and-web-apps-but-were-afraid-to-ask http://www.mediapost.com/publications/article/265873/cons umers-may-prefer-mobile-web-to-apps.html A recent survey of U.S. consumers by Quixey (in 2015) found that 66% of respondents said they prefer the mobile Web to apps. http://www.appcelerator.com/resource- center/research/2015-mobile-trends-report/ 50% use on a daily basis among adoption leaders.
  • 15. HTML 5 and Mobile Web • How does HTML 5 play a role in facilitating mobile computing? • Standardize mobile web development – Eliminates the need to create, maintain, and support apps for different mobile platforms (native platforms) • HTML 5 has provided a set of features and tools for building mobile apps – Mobile friendly tags – activate relevant phone features – JavaScript APIs to devices features • Geolocation • Offline • Web storage • Touch events • Drawing 15 <a href="tel:+14155557777">Order Pizza Now!</a> <a href="sms:+14155558888?body=Hello">Text me!</a>
  • 16. Mobile Website Delivery Strategy • Separate mobile version site – Walmart: http://mobile.walmart.com/ – Ikea: http://m.ikea.com/us (jQuery Mobile) – Costco: http://m.costco.com/ • One Web – One Web means making, as far as is reasonable, the same information and services available to users irrespective of the device they are using. – http://www.w3.org/TR/mobile- bp/#OneWeb Why Separate Mobile & Desktop Web Pages? http://www.lukew.com/ff/entry.asp?1390
  • 17. One Web • One Web – Does not mean that the content is available in exactly the same representation across all devices. – The context of mobile use, device capability variations, bandwidth issues and mobile network capabilities all affect the representation. • Approaches – Responsive design – Adaptive: device detection and adaptation • Or dynamic serving as in http://www.google.com/think/multiscreen/whitepaper- multiscreenconsumer.html – Hybrid: RESS (Responsive + Server Serving) • Examples – http://mashable.com (responsive) – http://google.com or Wikipdia.org (adaptive)
  • 18. Responsive Web Design Responsive Web Design (RWD) is a Web design approach aimed at crafting sites to provide an optimal viewing experience, easy reading and navigation with a minimum of resizing, panning, and scrolling, across a wide range of screen sizes and devices. • Ethan Marcotte coined the term responsive web design and defined it to mean fluid grid/ flexible images/ media queries in a May 2010 article in A List Apart – http://alistapart.com/article/responsive-web-design • Basic principles and practices – Fluid grid - no horizontal scrolling – Adaptive/flexible image – Media query
  • 19. Examples • Responsive examples – http://kennesaw.edu – http://mashable.com – http://mediaqueri.es (more examples here) • Non-responsive example – http://www.mariettaga.gov – http://www.starsandstrikes.com Adjust the browser width and see the changes or use responsinator.com)
  • 20. Adaptive – Dynamic Serving • Adaptive design is about serving pages based on device feature detection – Also called dynamic serving as in http://www.google.com/think/multiscreen/whitepaper- multiscreenconsumer.html • Adaptive design has different perspectives – http://bradfrost.com/blog/post/the-many-faces-of-adaptive- design/ – https://css-tricks.com/the-difference-between-responsive-and- adaptive-design/ - this one drives a lot of discussions – I also agree with most comments but not the article itself • RESS: Responsive Design + Server Side Components – http://www.lukew.com/ff/entry.asp?1392 • Comparison: http://www.lukew.com/ff/entry.asp?1509 20
  • 21. Hybrid Web Apps • Hybrid apps are apps developed based on the web technologies (HTML, CSS, JavaScript) and wrapped in a platform specific native container – Similar to Java and .Net’s vision of Write-Once-Run-Anywhere – Device features are exposed through JavaScript API – The execution of the app relies on the browser engine of the OS it is installed in • Gartner Says by 2016, More Than 50 Percent of Mobile Apps Deployed Will be Hybrid – http://www.gartner.com/newsroom/id/2324917 • Major framework: – Apache Cordova – PhoneGap – Appcelerator Titanium – IBM MobileFirst 21
  • 22. App Like Web Site • App-like web site looks and acts like an app (browser hidden, etc.) but is actually a web site – This will give the website an “app” look and feel without installing anything at first – But they are still dependent on the browser to drive them • Primitive solution: pin it to your home screen – http://www.howtogeek.com/196087/how-to-add-websites-to-the- home-screen-on-any-smartphone-or-tablet/ • Take it to another level: progressive web app (optimized app like web site) – https://developers.google.com/web/progressive-web-apps – http://arc.applause.com/2015/11/30/application-shell-architecture/ – http://developer.telerik.com/featured/what-progressive-web-apps- mean-for-the-web/ – http://gonehybrid.com/are-progressive-web-apps-the-future-of- mobile-apps/ 22
  • 23. Cross-Platform Native App • This solution uses a common development environment for all platforms, but wraps (compiles) them to a target platform. – Similar to hybrid, but the apps are native apps, not relying on browser engines. • Example development framework: Xamarin – Using C# and .Net for development – Wrapping all native OS libraries • Is Xamarin hybrid? – The short answer is no. – https://www.quora.com/Is-Xamarin-hybrid-development – http://www.cygnet-infotech.com/blog/phonegap-or- titanium-or-xamarin-which-cross-platform-should-you- choose 23
  • 24. Considerations and Practices • Follow the general conventions and design principles • Site or app? Consider their pros and cons and select the most appropriate one • Consider the difference of user experience on mobile vs desktop • Adapt to screen size and density • Touch friendly UI: touch area, touch target size, gestures • Others – Handle browser compatibility and feature detection – Design for performance • Strategy: mobile first?? • Details will be covered in other lectures
  • 25. Adapt to Screen Sizes and Density • Set up the correct viewport – https://developers.google.com/web/fundamentals/design-and- ui/responsive/fundamentals/set-the-viewport • Layout: single column design works best – Luke Wroblewski has summarized some common layout patterns in two articles • “Multi-Device Layout Patterns” http://www.lukew.com/ff/entry.asp?1514 • “Off Canvas Multi-Device Layouts” http://www.lukew.com/ff/entry.asp?1569 • Content prioritization: Non-major content needs to be off screen – For example, menus are considered as non-major content • Navigation (menu placement) – http://bradfrostweb.com/blog/web/responsive-nav-patterns/ – http://bradfrost.com/blog/web/complex-navigation-patterns-for- responsive-design/ 25
  • 26. Touch Friendly UI • Rule of the thumb: thumb (one or two) oriented operation is common – http://www.uxmatters.com/mt/archives/2013/02/how- do-users-really-hold-mobile-devices.php – Aware of hot areas - http://www.lukew.com/ff/entry.asp?1649 • Touch targets – Touchable areas instead of links – Size of touch targets: http://www.smashingmagazine.com/2012/02/21/finger -friendly-design-ideal-mobile-touchscreen-target- sizes/ • Gestures – Gestures represent the future UI opportunities - http://www.lukew.com/touch/ • Provide interaction feedback • Activate the most appropriate pseudo keyboard
  • 27. Mobile First • Mobile First is a philosophy created by Luke Wroblewski that highlights the need to prioritize the mobile context when creating user experiences. – Allows websites to reach more people – Forces designers to focus on core content and functionality (What do you do when you lose 80% of your screen real estate?) – Let designers innovate and take advantage of new technologies (geolocation, touch events and more) • Reference – http://bradfrostweb.com/blog/web/mobile-first- responsive-web-design/ – http://www.lukew.com/presos/preso.asp?26 – https://blog.intercom.io/why-mobile-first-may-already-be- outdated/ 27
  • 28. Development Tools and Frameworks • Responsive design test – http://www.responsinator.com – http://johnpolacek.github.io/Responsivator/ – https://developer.mozilla.org/en- US/docs/Tools/Responsive_Design_View – https://www.browsersync.io • Emulator/simulator – https://developers.google.com/web/fundamen tals/tools/devices/browseremulation – http://www.mobilexweb.com/emulators • Platforms and Frameworks – https://html5boilerplate.com/mobile/ – http://www.initializr.com/ – Bootstrap: http://getbootstrap.com – jQuery mobile: http://jquerymobile.com – PhoneGap: http://phonegap.com – More: http://mobile-frameworks-comparison- chart.com/ • CDN – https://cdnjs.com – http://www.asp.net/ajax/cdn – https://developers.google.com/speed/libraries /devguide • Generator – http://www.dudamobile.com/mobile-website – https://codiqa.com • Validator and test – http://validator.w3.org/mobile/ – https://www.google.com/webmasters/tools/ mobile-friendly/ • Feature detection – http://caniuse.com – http://mydevice.io – Modernizr: http://modernizr.com – http://www.screenresolution.org – http://detectmobilebrowsers.com – http://ryanve.com/lab/dimensions/ – http://mobilehtml5.org/ – https://deviceatlas.com/ • Designs – http://adaptive-images.com/ (image adaptation) – http://html.adobe.com/edge/inspect/ (commercial) – http://www.mobileawesomeness.com
  • 29. Data, Stats, and Reports • KPCB Internet Trends http://www.kpcb.com/internet-trends • Cisco Visual Networking Index http://www.cisco.com/c/en/us/solutions/service- provider/visual-networking-index-vni/index.html • http://www.netmarketshare.com • http://gs.statcounter.com • http://marketshare.hitslink.com • http://www.smartphonemarketresearch.com • http://www.canalys.com/chart/index.html • Android devices: http://developer.android.com/about/dashboards/index.html • Reports – http://mobiforge.com/stats – http://www.pewinternet.org – http://www.appcelerator.com/enterprise/resource-center/research/ 29
  • 30. Good Resources • Community resources – http://www.w3.org/Mobile/ – http://www.w3.org/standards/webdesign/mobilweb – https://www.linkedin.com/groups?gid=3002798 • Online learning resources – http://mobilewebbestpractices.com/ – http://mobilewebbestpractices.com/resources/ – http://mobiledesignpatterngallery.com/ – http://www.mobilexweb.com/ – http://www.quirksmode.org/mobile/ – https://www.udacity.com/course/mobile-web- development--cs256 • Vendor resources – http://www.google.com/think/multiscreen/ – https://developers.google.com/web/fundamentals/ – http://msdn.microsoft.com/en- us/library/aa286514.aspx – https://developer.mozilla.org/en- US/docs/Web/Guide/Mobile – http://www.kinvey.com/native-web-hybrid-developers- ebook – http://www.ibm.com/mobilefirst/us/en/ • Influencers – http://www.lukew.com – http://www.nngroup.com – http://www.theresaneil.com • Books – http://www.amazon.com/dp/1449334970 – http://www.amazon.com/dp/1849693188 – http://www.amazon.com/dp/1593274874 – http://www.amazon.com/dp/1449311415 – http://www.amazon.com/dp/1449363636 • News and blogs – http://mashable.com/category/mobile-web/ – http://www.smashingmagazine.com/guidelines-for- mobile-web-development/ – http://www.quirksmode.org/blog/archives/mobile/ 30 • BSIT "Mobile and Web" elective track • IT 4213 Mobile Web Development it4213.jackzheng.net • IT 6753 Advanced Web http://it6753.blogspot.com