SlideShare uma empresa Scribd logo
1 de 7
Baixar para ler offline
July 2012
HTML5 in MobiLe DeveLopMenT
inTroDuCTion
–> Today’s increasingly mobile culture is quickly making its way into the modern working
environment. its impact on business cannot be underestimated. According to a 2012 Cisco
ibSG Horizons Study of 600 iT decision makers from 18 industries, there will be 3.3 connected
devices per knowledge worker in 2014, up from 2.8 in 2012. The average share of iT spending
devoted to mobility initiatives will grow to 20% in 2014, up from 17% in 2012 and 12% in
2010.
The proliferation of mobile devices in business gives rise to new trends, such as the development
of mobile workforces, telecommuting and “bring your own device” (bYoD). Cisco’s ibSG
Horizons report cites that 88% of iT leaders are seeing bYoD growth in their enterprise and
76% consider bYoD “somewhat or extremely positive” for their companies.
Having to keep up with these trends, companies are experiencing an acute need to develop
secure, flexible and reliable mobile apps that support a myriad of devices and platforms.
in this paper we would like to discuss one technology that is gaining in popularity daily as it
becomes an answer to cross-platform development and promises a better web experience –
HTML5. We will take a closer look at the key new features of this technology, discuss the skills
needed to master it, and compare HTML5-based mobile applications to native ones. This will
help explain the reasons for its increasing adoption, and hopefully, help those who still might
be “behind the eight ball” to start doing further homework.
HTML5 is soon to be the no. 3 mobile platform after Apple’s ioS and Google’s Android.
According to an Appcelerator/iDC report, 79% of developers are planning to integrate this
emerging web technology in their applications in 2012.
While the HTML5 technology stack has been extensively used by cutting-edge applications
built by start-ups, its usage in the enterprise world has been limited. Hence, many businesses
must play catch-up in adopting the knowledge and building expertise.
HTML5 INTEGRATION PLANS FOR 2012
SOURCE: APPCELERATOR / IDC - 01/2012
79%
21%
YES
NO
HTML5 is soon to
be the no. 3 mobile
platform after
Apple’s iOS and
Google’s Android.
Not being
a popular
technology within
enterprise world at
first, HTML5 is
quickly becoming
the new norm.
Many businesses
must now play
catch-up in
adopting the
knowledge and
building relevant
expertise.
Luxoft – HTML5 in Mobile Development02
in theory, HTML5 is the next version of HTML. in practice, however, this term has grown to
encompass not only changes to HTML, but also new developments in JavaScript, CSS, as well
as a growing number of Apis that turn a web browser into a true applications platform. Thus,
HTML5 is a grouping of new technologies that make it easy to develop rich content directly in
the web browser.
As mentioned earlier, the HTML5 technology stack has been used extensively by start-ups to
build truly innovative apps, while its enterprise usage has been limited. This was primarily
caused by the popularity of Adobe Air and preference for native SDKs, which offered much
better capabilities and ease of development to in-house software engineers - up until the
end of 2011.
in november of 2011, Adobe announced that it was discontinuing further development and
support of its flash player technology for mobile devices in favor of advancing its HTML5 tools.
This development, combined with work done by companies like Apple, Google, opera, Mozilla
foundation and theWebKit community, significantly propelled HTML5 capabilities.We are now
at a point where JavaScript-based apps offer performance and features on par with native based
applications. furthermore, we are witnessing reduced complexity related to multi-platform
support, shortened development cycles for new features and promoted cooperation between
creative professionals and software engineers.
SeMAnTiCS
Set of new tags, such as <header>, <footer>, <nav>, and others make HTML5 code more
meaningful, enabling more data-driven web for both, users and programmers.
offLine AnD STorAGe
Apis within HTML5 facilitate the creation of working applications even in the absence of
a connection to the browser. Application cache, localStorage, sessionStorage, indexedDb, file
System and online and offline events enable apps to work with or without online regime.
Traveling without Wi-fi, blueTooth or 3G, or having an intermittent signal will no longer be
a problem as users can continue to be seamlessly connected and entertained on the go.
HTML5 allows users to store the content locally, so that the application works regardless of
physical location of the end user. Apart from letting apps remain connected and holding data
without a server, offline features also improve their performance by storing data in a cache
or making it persistent between user sessions and page reloading.
HTML5 – neW verSion or neW ConCepT?
–>
neW feATureS = beTTer Web experienCe
–>
HTML5 is not just
the next version of
HTML.
Recent industry
developments are
significantly
propelling its
capabilities,
making it a whole
new concept.
Real-time
connectivity,
impressive
multimedia-
enabling HTML
features
place it on the list
of smarter, more
robust, effective,
and widely
applicable
technologies.
Luxoft – HTML5 in Mobile Development03
DeviCe ACCeSS
This is the most exciting innovation within the HTML5 tool set. Web apps can now become
truly mobile without any phoneGap-style wrapping. Device Access includes GeoLocationApi,
making applications “location- aware” and allowing them to access different sensors located
on the device.
bACK-enD ConneCTiviTY
WebSocket Api, a new powerful technology supported by HTML5, provides real-time
connectivity via a persistent connection between the client and the server. firefox, Chrome,
the latest version of internet explorer and most of major browsers now support WebSockets.
previously used services, such as reST Apis, Web rpC and SoAp-based web services are
making the way for WebSocket to provide real-time connectivity. Applications that call for
continuous content update, and hence, require uninterrupted constant communication from
the mobile device or cloud, are now taking advantage of using this bi-directional, double-
duplex technology. WebSockets is currently backing financial trading applications, real-time
streaming quotation systems, system monitoring, chats, games, social networking and
navigation apps.
MuLTiMeDiA
HTML5-based apps are now able to incorporate audio & video directly into the browser without
needing any plug-ins, such as flash, that is sometimes not compatible with all operating
systems. using new HTML5 Apis (i.e. Canvas,WebGL) now allows users/programmers to generate
impressive visual effects and 3D graphic manipulations.
perforMAnCe & inTeGrATion
new technologies, such asWebWorkers, allow users to achieve multithreading directly in the
browser. They are the main drivers behind building faster, more robust HTML5 apps.
CSS3
While technically not a part of HTML5 specifications, CSS3, the latest standard used to control
the style and layout of web pages, is often used in conjunction with HTML5 technology to
achieve incredible visual effects. The modifications can be done directly in CSS3 and allow
for separation of element styling from code and content. responsive Design is an emerging
concept that leverages CSS3 media query capability and grid-based layouts to automatically
adjust the user interface (ui) layout of an application based on the amount of available screen
space. This feature is especially useful for any portal-type application.
Luxoft – HTML5 in Mobile Development04
MArKeT ACCepTAnCe & ADopTion
The leading modern mobile platforms — ioS and Android — both use an HTML5-compatible
WebKit open source web browser engine as their base. in fact, a modern HTML5-compliant web
browser is a “must” for any contemporary mobile operating environment. This means that in the
near future developers can freely utilize all of the features of HTML5 without any compatibility-
related concerns with individual mobile devices. This also means that the same HTML5 code can
be used for creating both desktop & mobile applications!
CroSS-pLATforM AppLiCAbiLiTY = eASier DeveLopMenT
With the emergence of a more mobile workforce, telecommuting, and bring your own device
(bYoD) trends, developers must think of developing applications in platform-agnostic ways to
ensure universal compatibility. The HTML5 standard brings developers closer to resolving this
dilemmabyallowingthemtousethesametechnologystackacrossmultipledevices.furthermore,
an increasing number of cross-platform development tools like Appcelerator Titanium and
phoneGap support HTML5. This, in turn, helps developers target the largest range of devices with
minimal efforts allowing businesses to innovate with greater speed and efficiency.
eASe ofTeSTinG
Another way to address time-to-market constraints is by reducing the time and complexity of
testing. Testing of native mobile applications requires more effort, since it calls for the use of an
emulator,makingtheentireprocesslengthierand,attimes,morecomplicated. Automationofweb
user interface testing and the ability to conduct the entire process directly on the user’s desktop is
another significant advantage of HTML5 technology.
Choosing between native and HTML5-based applications continues to be a burning topic
among the mobile developers.While the gap between these two app types is swiftly closing,
there are still a few differences, concerns and limitations to consider:
More CoST-effeCTive AnD proDuCTive
Web apps run on common browsers and can be accessed on most web-enabled
Smartphones. Thus, device-specific customization is much simpler from a developer
standpoint. According to a recent study by financial researchers bernstein research, “HTML5’s
web-based apps are more cost-effective and less labor-intensive than building different native
apps for ioS, Android andWindows phone.” The complexity and time required to add features
is reduced significantly in HTML5-based applications. Web applications are cheaper to run
across multiple platforms and they’re easier to maintain and update.
Luxoft – HTML5 in Mobile Development05
Top CHArACTeriSTiCS THAT MAKe HTML5 So proMiSinG:
–>
WHAT DoeS iT MeAn for THe fuTure of THe nATive AppS, THAT Are
beinG puSHeD ouT of THe SpoT LiGHT? iS THe Door CLoSinG, LeAvinG
beHinD THe feATureS in WHiCH THe nATive AppS STiLL HAve An upper
HAnD?
–>
Same HTML5 code
can be used for
creating both
desktop
& mobile
applications.
Furthermore, this
technology
stack targets the
largest range of
devices with
minimal
efforts.
Native and web
apps still co-exist
but the lifeline
supporting native
environment is
getting shorter.
ConCernS & LiMiTATionS
Complex graphics is one area where native apps continue to lead over HTML5-based apps.
Animation and complex visualization are currently better implemented through native apps.
However, this shortcoming of HTML5 technology is rapidly diminishing with the latest
developments in SvG standard, Web GL, canvas Apis and CSS3 transitions, supported by
hardware acceleration.
native apps are also still ahead in quality and user experience thanks to native controls and
widgets used in the applications. furthermore, quality of development support may still be
better for apps engineered on their native platforms. Thus, Google, and Apple SDKs are the
examples of professional products backed up by high quality support. At the same time,
technology stacks for building web apps often tend to have a “community support” feel to
them, requiring a high level of expertise by specialists developing these web apps and their
commitment for a substantial amount of self-research.
Great offline storage capability of HTML5-based apps may turn to a game of give and take.
on one hand, it allows users to work regardless of their connection status, while on the other,
it creates a slew of potential synchronization issues when users change the browsers or iT
hardware.
for now, both types of apps justified their right to exist and serve as best tools for certain
tasks at hand. Some apps are still best suited for native environments in order to reach their
ultimate speed and performance. These are typically the apps that require an unorthodox
user experience: i.e. games, social networking, lifestyle and entertainment, technology and
gadgets, travel and local category apps, etc. otherwise, applications, where iterative design
and user analytics carry more relevance, may prefer the web approach: i.e. communications,
financial services, retail and shopping apps. That said, it is important to be aware of the rapid
narrowing of this differentiation gap.
With the rising popularity of HTML5 technology stack, a number of companies are hiring
increasing quantities of HTML5 specialists to assist with conversion and development tasks.
optimization of corporate websites to provide greater browsing experience, simplification of
complex web graphics and videos, improvement of the overall website performance and
loading time, as well as the development of a web app that supports multiple devices and
browsers are just a few reasons for engaging a team of HTML5 professionals.
To HeLp enTerpriSeS prepAre for THe WiDer ADopTion of HTML5,
ALiGninG THe inTernAL neeDS WiTH THe requireD SKiLLS (en MASSe!) iS
LiKeLY To be A GooD STrATeGiC Move:
–>
Detailed
knowledge of
HTML, CSS3,
JavaScript, jQuery
& Zepto, as well as
an ability to
navigate
the exploding
landscape of
various tool chains,
frameworks and
methodologies are
just some of the
requirements for
HTML5 fluency.
Luxoft – HTML5 in Mobile Development06
in our opinion, detailed knowledge of HTML and JavaScript is essential for HTML5 proficiency.
not knowing what to look for in Javascript and how to best use developer tools in WebKit-
based browsers or firebug in firefox can make troubleshooting a web application nearly
impossible.
other skills of increasing importance include CSS3, various MvC frameworks, and knowledge
of such DoM manipulation libraries like jquery & Zepto, Google closure platform and
countless other JavaScript based libraries and toolkits for making graphs, diagrams, working
with databases, sound & video, statistical processing, etc.
Additionally, HTML 5 requires programmers to acquire an ability to navigate the exploding
landscape of various tool chains, frameworks and methodologies, many of which come only
with community support.
HTML5 technology is receiving a strong backing from leading mobile and web players and
enjoys a growing browser support. it is simple, media-friendly, and flexible. it has great
potential for streamlining the coding language, changing the way software programs are
developed and delivered, as well as improving the overall web experience. Hence, it is
becoming an increasingly important tool for the enterprises and a necessary skill set for
software engineers in the age of escalating mobility.
We believe that iT organizations should pay very close attention to the development of
HTML5 – soon to be the new standard in web development and web - and mobile-based
apps. furthermore, organizations should invest in hiring HTML5 professionals in-house or
via a third party provider in order to advance their web presence and stay competitive in
today’s dynamic business environment.
ConCLuSion
–>
Luxoft – HTML5 in Mobile Development07

Mais conteúdo relacionado

Mais de Luxoft

Smart Device Link Integration into Linux systems by Jeremiah Foster
Smart Device Link Integration into Linux systems by Jeremiah FosterSmart Device Link Integration into Linux systems by Jeremiah Foster
Smart Device Link Integration into Linux systems by Jeremiah FosterLuxoft
 
Case study rapid growth compels leading antivirus software company software l...
Case study rapid growth compels leading antivirus software company software l...Case study rapid growth compels leading antivirus software company software l...
Case study rapid growth compels leading antivirus software company software l...Luxoft
 
Case study luxoft helps leading av solution provider media luxoft for polymedia
Case study luxoft helps leading av solution provider media luxoft for polymediaCase study luxoft helps leading av solution provider media luxoft for polymedia
Case study luxoft helps leading av solution provider media luxoft for polymediaLuxoft
 
Case study luxoft fx position keeping banking luxoft for top3largest bank in ...
Case study luxoft fx position keeping banking luxoft for top3largest bank in ...Case study luxoft fx position keeping banking luxoft for top3largest bank in ...
Case study luxoft fx position keeping banking luxoft for top3largest bank in ...Luxoft
 
Case study commodity value chain banking luxoft for one of the largest global...
Case study commodity value chain banking luxoft for one of the largest global...Case study commodity value chain banking luxoft for one of the largest global...
Case study commodity value chain banking luxoft for one of the largest global...Luxoft
 
Brochure of luxoft automotive software by luxoft software development
Brochure of luxoft automotive software by luxoft software developmentBrochure of luxoft automotive software by luxoft software development
Brochure of luxoft automotive software by luxoft software developmentLuxoft
 
Brochure of luxoft aerospace expertise
Brochure of luxoft aerospace expertiseBrochure of luxoft aerospace expertise
Brochure of luxoft aerospace expertiseLuxoft
 
Brochure of Luxoft telecom solutions by Luxoft software development
Brochure of Luxoft telecom solutions by Luxoft software developmentBrochure of Luxoft telecom solutions by Luxoft software development
Brochure of Luxoft telecom solutions by Luxoft software developmentLuxoft
 
Brochure of luxoft automotive software by luxoft software development
Brochure of luxoft automotive software by luxoft software developmentBrochure of luxoft automotive software by luxoft software development
Brochure of luxoft automotive software by luxoft software developmentLuxoft
 
Brochure of luxoft aerospace expertise by luxoft software engineering
Brochure of luxoft aerospace expertise by luxoft software engineeringBrochure of luxoft aerospace expertise by luxoft software engineering
Brochure of luxoft aerospace expertise by luxoft software engineeringLuxoft
 

Mais de Luxoft (10)

Smart Device Link Integration into Linux systems by Jeremiah Foster
Smart Device Link Integration into Linux systems by Jeremiah FosterSmart Device Link Integration into Linux systems by Jeremiah Foster
Smart Device Link Integration into Linux systems by Jeremiah Foster
 
Case study rapid growth compels leading antivirus software company software l...
Case study rapid growth compels leading antivirus software company software l...Case study rapid growth compels leading antivirus software company software l...
Case study rapid growth compels leading antivirus software company software l...
 
Case study luxoft helps leading av solution provider media luxoft for polymedia
Case study luxoft helps leading av solution provider media luxoft for polymediaCase study luxoft helps leading av solution provider media luxoft for polymedia
Case study luxoft helps leading av solution provider media luxoft for polymedia
 
Case study luxoft fx position keeping banking luxoft for top3largest bank in ...
Case study luxoft fx position keeping banking luxoft for top3largest bank in ...Case study luxoft fx position keeping banking luxoft for top3largest bank in ...
Case study luxoft fx position keeping banking luxoft for top3largest bank in ...
 
Case study commodity value chain banking luxoft for one of the largest global...
Case study commodity value chain banking luxoft for one of the largest global...Case study commodity value chain banking luxoft for one of the largest global...
Case study commodity value chain banking luxoft for one of the largest global...
 
Brochure of luxoft automotive software by luxoft software development
Brochure of luxoft automotive software by luxoft software developmentBrochure of luxoft automotive software by luxoft software development
Brochure of luxoft automotive software by luxoft software development
 
Brochure of luxoft aerospace expertise
Brochure of luxoft aerospace expertiseBrochure of luxoft aerospace expertise
Brochure of luxoft aerospace expertise
 
Brochure of Luxoft telecom solutions by Luxoft software development
Brochure of Luxoft telecom solutions by Luxoft software developmentBrochure of Luxoft telecom solutions by Luxoft software development
Brochure of Luxoft telecom solutions by Luxoft software development
 
Brochure of luxoft automotive software by luxoft software development
Brochure of luxoft automotive software by luxoft software developmentBrochure of luxoft automotive software by luxoft software development
Brochure of luxoft automotive software by luxoft software development
 
Brochure of luxoft aerospace expertise by luxoft software engineering
Brochure of luxoft aerospace expertise by luxoft software engineeringBrochure of luxoft aerospace expertise by luxoft software engineering
Brochure of luxoft aerospace expertise by luxoft software engineering
 

Último

Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 

Último (20)

Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

Whitepaper about html5 in mobile development by luxoft software development

  • 1. July 2012 HTML5 in MobiLe DeveLopMenT
  • 2. inTroDuCTion –> Today’s increasingly mobile culture is quickly making its way into the modern working environment. its impact on business cannot be underestimated. According to a 2012 Cisco ibSG Horizons Study of 600 iT decision makers from 18 industries, there will be 3.3 connected devices per knowledge worker in 2014, up from 2.8 in 2012. The average share of iT spending devoted to mobility initiatives will grow to 20% in 2014, up from 17% in 2012 and 12% in 2010. The proliferation of mobile devices in business gives rise to new trends, such as the development of mobile workforces, telecommuting and “bring your own device” (bYoD). Cisco’s ibSG Horizons report cites that 88% of iT leaders are seeing bYoD growth in their enterprise and 76% consider bYoD “somewhat or extremely positive” for their companies. Having to keep up with these trends, companies are experiencing an acute need to develop secure, flexible and reliable mobile apps that support a myriad of devices and platforms. in this paper we would like to discuss one technology that is gaining in popularity daily as it becomes an answer to cross-platform development and promises a better web experience – HTML5. We will take a closer look at the key new features of this technology, discuss the skills needed to master it, and compare HTML5-based mobile applications to native ones. This will help explain the reasons for its increasing adoption, and hopefully, help those who still might be “behind the eight ball” to start doing further homework. HTML5 is soon to be the no. 3 mobile platform after Apple’s ioS and Google’s Android. According to an Appcelerator/iDC report, 79% of developers are planning to integrate this emerging web technology in their applications in 2012. While the HTML5 technology stack has been extensively used by cutting-edge applications built by start-ups, its usage in the enterprise world has been limited. Hence, many businesses must play catch-up in adopting the knowledge and building expertise. HTML5 INTEGRATION PLANS FOR 2012 SOURCE: APPCELERATOR / IDC - 01/2012 79% 21% YES NO HTML5 is soon to be the no. 3 mobile platform after Apple’s iOS and Google’s Android. Not being a popular technology within enterprise world at first, HTML5 is quickly becoming the new norm. Many businesses must now play catch-up in adopting the knowledge and building relevant expertise. Luxoft – HTML5 in Mobile Development02
  • 3. in theory, HTML5 is the next version of HTML. in practice, however, this term has grown to encompass not only changes to HTML, but also new developments in JavaScript, CSS, as well as a growing number of Apis that turn a web browser into a true applications platform. Thus, HTML5 is a grouping of new technologies that make it easy to develop rich content directly in the web browser. As mentioned earlier, the HTML5 technology stack has been used extensively by start-ups to build truly innovative apps, while its enterprise usage has been limited. This was primarily caused by the popularity of Adobe Air and preference for native SDKs, which offered much better capabilities and ease of development to in-house software engineers - up until the end of 2011. in november of 2011, Adobe announced that it was discontinuing further development and support of its flash player technology for mobile devices in favor of advancing its HTML5 tools. This development, combined with work done by companies like Apple, Google, opera, Mozilla foundation and theWebKit community, significantly propelled HTML5 capabilities.We are now at a point where JavaScript-based apps offer performance and features on par with native based applications. furthermore, we are witnessing reduced complexity related to multi-platform support, shortened development cycles for new features and promoted cooperation between creative professionals and software engineers. SeMAnTiCS Set of new tags, such as <header>, <footer>, <nav>, and others make HTML5 code more meaningful, enabling more data-driven web for both, users and programmers. offLine AnD STorAGe Apis within HTML5 facilitate the creation of working applications even in the absence of a connection to the browser. Application cache, localStorage, sessionStorage, indexedDb, file System and online and offline events enable apps to work with or without online regime. Traveling without Wi-fi, blueTooth or 3G, or having an intermittent signal will no longer be a problem as users can continue to be seamlessly connected and entertained on the go. HTML5 allows users to store the content locally, so that the application works regardless of physical location of the end user. Apart from letting apps remain connected and holding data without a server, offline features also improve their performance by storing data in a cache or making it persistent between user sessions and page reloading. HTML5 – neW verSion or neW ConCepT? –> neW feATureS = beTTer Web experienCe –> HTML5 is not just the next version of HTML. Recent industry developments are significantly propelling its capabilities, making it a whole new concept. Real-time connectivity, impressive multimedia- enabling HTML features place it on the list of smarter, more robust, effective, and widely applicable technologies. Luxoft – HTML5 in Mobile Development03
  • 4. DeviCe ACCeSS This is the most exciting innovation within the HTML5 tool set. Web apps can now become truly mobile without any phoneGap-style wrapping. Device Access includes GeoLocationApi, making applications “location- aware” and allowing them to access different sensors located on the device. bACK-enD ConneCTiviTY WebSocket Api, a new powerful technology supported by HTML5, provides real-time connectivity via a persistent connection between the client and the server. firefox, Chrome, the latest version of internet explorer and most of major browsers now support WebSockets. previously used services, such as reST Apis, Web rpC and SoAp-based web services are making the way for WebSocket to provide real-time connectivity. Applications that call for continuous content update, and hence, require uninterrupted constant communication from the mobile device or cloud, are now taking advantage of using this bi-directional, double- duplex technology. WebSockets is currently backing financial trading applications, real-time streaming quotation systems, system monitoring, chats, games, social networking and navigation apps. MuLTiMeDiA HTML5-based apps are now able to incorporate audio & video directly into the browser without needing any plug-ins, such as flash, that is sometimes not compatible with all operating systems. using new HTML5 Apis (i.e. Canvas,WebGL) now allows users/programmers to generate impressive visual effects and 3D graphic manipulations. perforMAnCe & inTeGrATion new technologies, such asWebWorkers, allow users to achieve multithreading directly in the browser. They are the main drivers behind building faster, more robust HTML5 apps. CSS3 While technically not a part of HTML5 specifications, CSS3, the latest standard used to control the style and layout of web pages, is often used in conjunction with HTML5 technology to achieve incredible visual effects. The modifications can be done directly in CSS3 and allow for separation of element styling from code and content. responsive Design is an emerging concept that leverages CSS3 media query capability and grid-based layouts to automatically adjust the user interface (ui) layout of an application based on the amount of available screen space. This feature is especially useful for any portal-type application. Luxoft – HTML5 in Mobile Development04
  • 5. MArKeT ACCepTAnCe & ADopTion The leading modern mobile platforms — ioS and Android — both use an HTML5-compatible WebKit open source web browser engine as their base. in fact, a modern HTML5-compliant web browser is a “must” for any contemporary mobile operating environment. This means that in the near future developers can freely utilize all of the features of HTML5 without any compatibility- related concerns with individual mobile devices. This also means that the same HTML5 code can be used for creating both desktop & mobile applications! CroSS-pLATforM AppLiCAbiLiTY = eASier DeveLopMenT With the emergence of a more mobile workforce, telecommuting, and bring your own device (bYoD) trends, developers must think of developing applications in platform-agnostic ways to ensure universal compatibility. The HTML5 standard brings developers closer to resolving this dilemmabyallowingthemtousethesametechnologystackacrossmultipledevices.furthermore, an increasing number of cross-platform development tools like Appcelerator Titanium and phoneGap support HTML5. This, in turn, helps developers target the largest range of devices with minimal efforts allowing businesses to innovate with greater speed and efficiency. eASe ofTeSTinG Another way to address time-to-market constraints is by reducing the time and complexity of testing. Testing of native mobile applications requires more effort, since it calls for the use of an emulator,makingtheentireprocesslengthierand,attimes,morecomplicated. Automationofweb user interface testing and the ability to conduct the entire process directly on the user’s desktop is another significant advantage of HTML5 technology. Choosing between native and HTML5-based applications continues to be a burning topic among the mobile developers.While the gap between these two app types is swiftly closing, there are still a few differences, concerns and limitations to consider: More CoST-effeCTive AnD proDuCTive Web apps run on common browsers and can be accessed on most web-enabled Smartphones. Thus, device-specific customization is much simpler from a developer standpoint. According to a recent study by financial researchers bernstein research, “HTML5’s web-based apps are more cost-effective and less labor-intensive than building different native apps for ioS, Android andWindows phone.” The complexity and time required to add features is reduced significantly in HTML5-based applications. Web applications are cheaper to run across multiple platforms and they’re easier to maintain and update. Luxoft – HTML5 in Mobile Development05 Top CHArACTeriSTiCS THAT MAKe HTML5 So proMiSinG: –> WHAT DoeS iT MeAn for THe fuTure of THe nATive AppS, THAT Are beinG puSHeD ouT of THe SpoT LiGHT? iS THe Door CLoSinG, LeAvinG beHinD THe feATureS in WHiCH THe nATive AppS STiLL HAve An upper HAnD? –> Same HTML5 code can be used for creating both desktop & mobile applications. Furthermore, this technology stack targets the largest range of devices with minimal efforts. Native and web apps still co-exist but the lifeline supporting native environment is getting shorter.
  • 6. ConCernS & LiMiTATionS Complex graphics is one area where native apps continue to lead over HTML5-based apps. Animation and complex visualization are currently better implemented through native apps. However, this shortcoming of HTML5 technology is rapidly diminishing with the latest developments in SvG standard, Web GL, canvas Apis and CSS3 transitions, supported by hardware acceleration. native apps are also still ahead in quality and user experience thanks to native controls and widgets used in the applications. furthermore, quality of development support may still be better for apps engineered on their native platforms. Thus, Google, and Apple SDKs are the examples of professional products backed up by high quality support. At the same time, technology stacks for building web apps often tend to have a “community support” feel to them, requiring a high level of expertise by specialists developing these web apps and their commitment for a substantial amount of self-research. Great offline storage capability of HTML5-based apps may turn to a game of give and take. on one hand, it allows users to work regardless of their connection status, while on the other, it creates a slew of potential synchronization issues when users change the browsers or iT hardware. for now, both types of apps justified their right to exist and serve as best tools for certain tasks at hand. Some apps are still best suited for native environments in order to reach their ultimate speed and performance. These are typically the apps that require an unorthodox user experience: i.e. games, social networking, lifestyle and entertainment, technology and gadgets, travel and local category apps, etc. otherwise, applications, where iterative design and user analytics carry more relevance, may prefer the web approach: i.e. communications, financial services, retail and shopping apps. That said, it is important to be aware of the rapid narrowing of this differentiation gap. With the rising popularity of HTML5 technology stack, a number of companies are hiring increasing quantities of HTML5 specialists to assist with conversion and development tasks. optimization of corporate websites to provide greater browsing experience, simplification of complex web graphics and videos, improvement of the overall website performance and loading time, as well as the development of a web app that supports multiple devices and browsers are just a few reasons for engaging a team of HTML5 professionals. To HeLp enTerpriSeS prepAre for THe WiDer ADopTion of HTML5, ALiGninG THe inTernAL neeDS WiTH THe requireD SKiLLS (en MASSe!) iS LiKeLY To be A GooD STrATeGiC Move: –> Detailed knowledge of HTML, CSS3, JavaScript, jQuery & Zepto, as well as an ability to navigate the exploding landscape of various tool chains, frameworks and methodologies are just some of the requirements for HTML5 fluency. Luxoft – HTML5 in Mobile Development06
  • 7. in our opinion, detailed knowledge of HTML and JavaScript is essential for HTML5 proficiency. not knowing what to look for in Javascript and how to best use developer tools in WebKit- based browsers or firebug in firefox can make troubleshooting a web application nearly impossible. other skills of increasing importance include CSS3, various MvC frameworks, and knowledge of such DoM manipulation libraries like jquery & Zepto, Google closure platform and countless other JavaScript based libraries and toolkits for making graphs, diagrams, working with databases, sound & video, statistical processing, etc. Additionally, HTML 5 requires programmers to acquire an ability to navigate the exploding landscape of various tool chains, frameworks and methodologies, many of which come only with community support. HTML5 technology is receiving a strong backing from leading mobile and web players and enjoys a growing browser support. it is simple, media-friendly, and flexible. it has great potential for streamlining the coding language, changing the way software programs are developed and delivered, as well as improving the overall web experience. Hence, it is becoming an increasingly important tool for the enterprises and a necessary skill set for software engineers in the age of escalating mobility. We believe that iT organizations should pay very close attention to the development of HTML5 – soon to be the new standard in web development and web - and mobile-based apps. furthermore, organizations should invest in hiring HTML5 professionals in-house or via a third party provider in order to advance their web presence and stay competitive in today’s dynamic business environment. ConCLuSion –> Luxoft – HTML5 in Mobile Development07