SlideShare una empresa de Scribd logo
1 de 13
Descargar para leer sin conexión
Responsive Web Design
vs.
Mobile Web App:
What’s Best for Your Enterprise?
A Whitepaper by RapidValue Solutions
A Whitepaper by RapidValue Solutions
The continuous evolution of
smart phones, regular
release of newer mobile OS
versions, availability of a
huge variety of mobile
applications from different
app stores and high speed
internet connections have
completely transformed the
way consumers use their
mobile devices.
The New Design Trend: Build a Website; Enable
Self-optimization Across All Mobile Devices
According to report by Cisco, global mobile devices and
connections in 2014 grew to 7.4 billion, up from 6.9 billion
in 2013. The vast majority of mobile data traffic
(97%) will originate from the smart devices.By 2019,
there will be 8.2 billion handheld or personal mobile-ready
devices.And the global mobile data traffic will increase
nearly tenfold between 2014 and 2019.1
This revolution is influencing many companies to shift
towards a “Mobile First, Desktop Second” strategy for
their business. However, the shift from desktop to mobile
requires web designers to refocus - not completely away
from desktop design, but certainly with an inclination
towards mobile.
There are several ways to approach a mobile web
presence, such as implementing a separate mobile site or
a mobile web app. The most recent and popular approach
seems to be Responsive Web Design.
This paper explains the difference between Mobile Web
App and Responsive Web Design, and provides a frame-
work for resolving some of the key questions decision
makers have. These include what factors to consider when
choosing between Responsive Web Design and Mobile
Web App, and what type of industry Responsive Web
Design is most suitable for. The paper examines the pros
and cons of each approach, and presents a sample sce-
nario from the retail industry as well as a case study. As
the paper guides you in how to make the right choice, it
draws upon RapidValue’s experience helping
enterprises succeed in the complex and evolving mobile
ecosystem.
020202
1
Published by Cisco VNI: Global Mobile Data Traffic Forecast Update 2014–2019 White Paper
Device-Specific Approach: Mobile Web App
The most common option for companies looking for a
mobile version of their website is to build a mobile site.
This is a separate version of your website that users are
redirected to when they access your website via a mobile
phone or tablet. The main benefit of implementing a
mobile version of a website is that it provides an opti-
mized view across mobiles and tablets.
And what is Mobile Web App? This is an increasingly
popular type of mobile development in which the applica-
tion is built to run over the internet from a central server,
from where it can be accessed by any device with a web
browser. The web technologies used to develop the app
are HTML5, Sencha, jQuery and others. The underlying
technologies are JavaScript, HTML and CSS.
A mobile web app combines the versatility of the web with
the functionality of touch-enabled devices. Therefore the
application provides the benefits of a regular mobile site,
i.e. it works across browsers and a wide range of devices.
It also provides some of the features supported by native
apps — rich look and feel, offline browsing, location based
services and video capabilities.
Since mobile web app is web-based, they are compatible
with most key smart phones, making it easy to deliver
your content to a large mobile audience.
When a developer creates a
website, they often design
for large screens and lose
sight of how it will look when
a user browses the same
website from their mobile
device. When users click
links within the site via their
mobile phones, reading and
navigating become difficult,
requiring zooming and
resizing to read or click. This
is when you need to think
developing a device-specific
site.
Java Script
A Whitepaper by RapidValue Solutions 020202A Whitepaper by RapidValue Solutions 020203
One Size Fits All: Responsive Web Design
From a technology standpoint, the framework consists of
a combination of flexible grids, flexible layouts, images
and intelligent use of CSS media queries. As the user
switches from one device to another (for example,
desktop to iPhone), the website automatically adapts to
accommodate for resolution, image size and scripting
abilities. This eliminates the need for resizing, panning
and scrolling by the user in order to view the website on
the new device.
The following figure illustrates a retail website
implemented using Responsive Web Design. You can see
the rearrangement of images and text when the user
browses the site from their desktop and then from their
mobile device.
In simple terms, Responsive
Web Design is the
methodology that
recommends the design and
implementation of a website
that responds to user
behavior and environment
based on the screen size,
orientation and operating
system of their device.
A Whitepaper by RapidValue Solutions 020204
020202020502020202
Responsive Web Design: When Is It Most Appropriate?
Typically, Responsive Web Design is suitable for informational web pages, with information on the right
side of the screen in desktop applications brought to the bottom of the page in mobile applications.
Here are three main scenarios where Responsive Web Design would be
most applicable:
1. Corporate Websites/Blog Sites
The website first and mobile second is usually the busi-
ness need. For corporate websites, the need for rich
images is lesser, device-agnostic solutions is higher, and
target audience is a huge factor. And for blog sites, exten-
sive user input is not required and images required are
minimal.
For these types of sites, brand consistency is primary.
With one website that works on both desktop and mobile
screens, you will find it much easier to keep a consistent
brand identity. Also, no style guides are required to com-
municate between multiple vendors such as different
entities responsible for the desktop and mobile versions of
your site.
– Single code base – build once, run across all devices
– Renders across any screen size – one can view the internet on 20″ monitors, 15″ laptops, 10″
netbooks, 7″ tablets, 3″ smartphones and every size between. It also considers the huge
difference in widths and heights, whether the screen is landscape or portrait, and screen
resolution.
– Improves SEO – a single version of the website improves page ranking. Issues have arisen in
which having two versions of a site (website and mobile site) impact page ranking.
– Reduces maintenance cost and effort due to single link.
– Provides control and flexibility – changes can be made at one centralized place. You do not
need to contact multiple vendors to make changes when your mobile site/ mobile application
is built by different development companies.
Some of the advantages of using Responsive Web Design are:
A Whitepaper by RapidValue Solutions 020205
0202020206
In previous sections, we discussed what Responsive Web
Design is and what kind of websites it is most suitable for. But
like any other technology option, this design approach has its
drawbacks. The top three are described below.
2. Media/News Sites
In these types of sites, users are more accustomed to
scrolling from top to bottom using their mobile.
Responsive Web Design works well here. These sites are
more text-heavy, and sections such as breaking news
require real-time content updates which add to mainte-
nance cost if different mobile technology options are used
for the design.
3. Location-based Services
Maps and direction finder services are generally image
heavy. In these types of services, to view the routes
closely and to get better clarity zooming and re-sizing the
screen with fingers become necessary. Auto-adjustment
becomes essential, which is supported in Responsive Web
Design.
Key Challenges in Responsive Web Design
A Whitepaper by RapidValue Solutions 020206
1. User experience not as rich as Mobile Web App
While Responsive Web Design does optimize the user experience across devices, it does not provide a
user experience as rich as the Mobile Web App approach. Responsive Web Design uses a single code
base, but in reality different devices have to be accounted for. While a desktop version can display a lot
of content at once, for smaller screens you need to know exactly what content truly matters. To create
a great experience for all users, you need to consider that people will use different devices in different
circumstances and with different goals. With Responsive Web Design, more effort and time will be
involved to get the right user experience for your target audience.
2. Navigation enabled from top to bottom, not left to right
Typically, Responsive Web Design supports top to bottom navigation. Content is pushed from top to
bottom when users switch from their desktop to mobile device to access the website. This approach is
useful for informational sites such as corporate sites, blog sites and news sites. However, for many
other industries such as sports, entertainment and retail, mobile users (especially those with touch
screen devices) are comfortable scrolling from left to right, especially when viewing pictures in a carou-
sel photo and video gallery. Left to right navigation is supported by Responsive Web Design but
requires some customization in the layout and code, which again leads to more time and effort.
3. Longer development cycle
Designing a website using Responsive Web Design takes longer than building a normal website (a
dynamically generated web page which recalls various bits of information from a database and puts
them together in a pre-defined format to present the reader with a coherent page). If the website is
already built using the normal website approach, rebuilding it using Responsive Web Design in order to
optimize across mobile devices will further add to the complexity.
In addition, prioritizing the content in Responsive Web Design is essential. This is to ensure that import-
ant content is not missed when the user switches from a laptop or desktop to a mobile device.
Placement of the navigation menus plays an important role too, especially on more complex desktop
websites with multilayer drop-down menus that have to be adapted for smaller screens. Once a hierar-
chy becomes too complex or different than what you want mobile users to see, the argument for
Responsive Web becomes less compelling.
Based on the above factors, if a rich user experience, left to right navigation and faster
implementation time are your primary requirements, you should consider the Mobile Web
App approach.
A Whitepaper by RapidValue Solutions 020207
02020202
Versions
Development
Cost
Medium
Responsive Web DesignCriteria Mobile Web App
Two separate versions – build one for
website and another for mobile
Single version – build the website and
optimize across mobile devices
Higher. Cost increases with increase in
number of elements in the website
Implementation
Time
Longer development cycle. Development
complexity increases as the website map
gets more complex
Less time if you know the exact features
you need and you have planned your
roadmap well
– Slightly lower user experience since
the app is designed for a website and
optimized across mobile devices
– Navigation enabled from top to
bottom by default. Left to right
navigation requires additional
customization and modification in
layout and code
– Lower maintenance cost and effort
– Single version to maintain for the
website and across a wide range of
mobile devices
– Provides control and flexibility to
make changes in website, which are
reflected across all mobile devices
– Medium
– Separate for website version and
mobile web app version
– Requires changes to be made
separately in website and mobile web
app versions
– Better user experience, specifically
designed for mobile phone and
improving further with HTML5
technology
– Left to right navigation enabled to
support carousel navigation
Design Approach
User Experience
Performance
Ongoing
Maintenance
Requires specialized knowledge of this
new approach
Potential bandwidth issues when server
sends larger media than needed and
text-heavy images
Better, more streamlined performance
Straightforward if you know the exact
features and functionality you need in
your mobile solution
Comparison Summary
Due to differences in underlying technology, each approach has inherent advantages and drawbacks,
development frameworks, and appropriate use cases. Careful analysis is required to ensure that your
mobile solution is built using the right approach to meet your requirements. The following table
summarizes the strengths and weakness of each approach.
A Whitepaper by RapidValue Solutions 020208
02020202
Rinish Nalini,
Chief Technology Officer, RapidValue Solutions
Responsive Web Design is a great way to give an enterprise a
mobile presence. But it shouldn’t be considered the only mobile
approach. Before making a decision, an enterprise should evaluate
both options — Responsive Web Design and Mobile Web App, and
select the technology option which best suits your business
requirements.”
“
How to Choose the Right Option for Your
Business — Retail Industry Example
A high quality user experience has always been the primary requirement for consumers, a fact that
mobile service providers now recognize. The mobile service should be simple to use, easy to navigate
and provide seamless transactions, especially when it comes to online shopping.
Retailers can choose either design approach to build a mobile service for their consumer. Your business
requirements will determine the right technology option.
Here is one scenario: you are a retailer and you already have a website. You now need a mobile solu-
tion which has an attractive user interface, can be launched in 6-8 weeks and is cost effective. Before
making a decision, you need to consider a few additional parameters which are important for your retail
mobile service:
The right content must be provided to your
target audience. In order to retain existing
customers and reach a larger audience,
capturing user preferences and providing
content, features and capabilities based on
their requirements should matter the most.
Desktop Website Version with Filters on a Single Page
1. Right Content, Layout and
User Preferences
A Whitepaper by RapidValue Solutions 020209
02020202
The mobile web experience is different from the desktop experi-
ence. For retailers, where quality of experience is critical, a sepa-
rate layout and experience for the mobile web is strongly recom-
mended. This is because:
Both of these capabilities are supported in Responsive Web
Design as well as Mobile Web App, but enabling them using the
Responsive Web approach takes more work.
– Retail consumers with mobile devices are usually accus-
tomed to scrolling from left to right for viewing the prod-
uct catalog (especially phones with touch screens)
– In a desktop website, multiple filters may be present on a
single page, but in mobile web, due to lack of real estate,
these filters are placed on different pages, accessed
sequentially and hence the same structure may not work
Tablet/Mobile Web Version with Filters Segregated on Different Pages
2. Build and Deploy Mobile Service in an Iterative Fashion
To really be responsive in your design, you as a retailer should build web services/apps based on user
feedback, as this will help create a more optimal user experience over time. Design and development
should be combined in an iterative manner to allow retailers to take full advantage of the mobile chan-
nel. Retailers should start with minimal but relevant features in their service/application for their con-
sumers, get their feedback, and respond to that feedback and evolve the service/application over time.
Therefore a long-term service roadmap is essential before you start building your mobile service.
Considering all the above factors, for this type of scenario the Mobile Web App approach
will work best.
A Whitepaper by RapidValue Solutions 020210
02020202
Case Study: Mobile Web-Based mCommerce Solution
RapidValue launched a Mobile web-based mCommerce solution for the world's largest online retailer of
street-wear. The solution allows consumers to shop online using their mobile devices.
The client wanted to add a new mobile channel for their consumers. To meet client requirements
RapidValue had to identify the optimum solution (Responsive Web Design vs. Mobile Web App).
The main requirements were a cost effective solution, fast implementation time, ongoing maintenance
and support, and a high-quality user experience.
The client already had an existing website as well as Android and iPhone native applications.
A Whitepaper by RapidValue Solutions 020211
0202020212
For this client, it was important to select the Mobile Web option instead of Responsive Web Design, for
the following reasons:
RapidValue designed the complete user interface, built the mobile service and deployed the solution, all
within 3½ months.
– To reach the largest number of consumers while providing service across multiple device types
– Native apps are not SEO-friendly
– Converting the existing website to Responsive Web would take more time and effort
Conclusion
Responsive Web Design is an emerging trend that involves designing websites and applications for
optimal viewing across multiple devices and screen sizes using a single code base. But will it meet web
application challenges in today's mobile world? The answer depends on what you are trying to achieve
with your website or mobile app.
The advantages of Responsive Web Design include a single code base that provides easy and low
maintenance along with a single version of the website that improves SEO. Mobile Web App provides a
better user experience, lower risk of performance issues and faster implementation time for your
mobile service if you know your exact requirements.
The design of your website and mobile service should be based on your target audience. Building a site
using either approach requires thorough planning and a good understanding of the user’s roadmap
through the site on every type of device.
Therefore, if you want a solution that’s easy to maintain, makes use of existing skills and that you can
control, then Responsive Web Design is the approach for you. If you want a high quality user
experience, better performance, faster implementation and seamless transactions, then you should
select Mobile Web App for your business.
A Whitepaper by RapidValue Solutions 020212
Disclaimer:
This document contains information that is confidential and proprietary to RapidValue Solutions Inc. No part of it may be used,
circulated, quoted, or reproduced for distribution outside RapidValue. If you are not the intended recipient of this report, you are
hereby notified that the use, circulation, quoting, or reproducing of this report is strictly prohibited and may be unlawful.
A global leader in digital transformation for enterprise providing end-to-end
mobility, omni-channel, IoT and cloud solutions. Armed with a large team of
experts in consulting, UX design, application development, integration and testing,
along with experience delivering projects worldwide, in mobility and cloud, we
offer a wide range of services across industry verticals. We deliver services to
the world’s top brands, fortune 1000 companies, Multinational companies and
www.rapidvaluesolutions.com
+1 877.643.1850
www.rapidvaluesolutions.com/blog
contactus@rapidvaluesolutions.com
©RapidValue Solutions February, 2017

Más contenido relacionado

La actualidad más candente

Polymorphic publishing john barnes - what to build now
Polymorphic publishing   john barnes - what to build nowPolymorphic publishing   john barnes - what to build now
Polymorphic publishing john barnes - what to build nowJohn Barnes
 
The Best Design Trend Is To Not Follow One. We have 6! : UI Design Trends 2019!
The Best Design Trend Is To Not Follow One. We have 6! : UI Design Trends 2019!The Best Design Trend Is To Not Follow One. We have 6! : UI Design Trends 2019!
The Best Design Trend Is To Not Follow One. We have 6! : UI Design Trends 2019!Ajeet Singh
 
Mobile marketing copy
Mobile marketing copyMobile marketing copy
Mobile marketing copyJayne Navarre
 
Strategies to improve the ROI on your enterprise application
Strategies to improve the ROI on your enterprise applicationStrategies to improve the ROI on your enterprise application
Strategies to improve the ROI on your enterprise applicationPixel Crayons
 
Whitepaper: Guidelines to-set-up-a-mobile-based-solution-for-ecommerce-shoppi...
Whitepaper: Guidelines to-set-up-a-mobile-based-solution-for-ecommerce-shoppi...Whitepaper: Guidelines to-set-up-a-mobile-based-solution-for-ecommerce-shoppi...
Whitepaper: Guidelines to-set-up-a-mobile-based-solution-for-ecommerce-shoppi...Vengat Owen
 
4 Steps To Creating A Mobile Strategy
4 Steps To Creating A Mobile Strategy4 Steps To Creating A Mobile Strategy
4 Steps To Creating A Mobile Strategyrickross
 
Five attributes of enterprise cloud applications
Five attributes of enterprise cloud applicationsFive attributes of enterprise cloud applications
Five attributes of enterprise cloud applicationsKrishnan Subramanian
 
Tablet Friendly Web Design - Best Practices for Financial Services
Tablet Friendly Web Design - Best Practices for Financial ServicesTablet Friendly Web Design - Best Practices for Financial Services
Tablet Friendly Web Design - Best Practices for Financial ServicesCorporate Insight
 
Diverse Mobile App Development Solutions Under One Roof - OrangeMantra
Diverse Mobile App Development Solutions Under One Roof - OrangeMantraDiverse Mobile App Development Solutions Under One Roof - OrangeMantra
Diverse Mobile App Development Solutions Under One Roof - OrangeMantraSNEHA RAWAT
 
Responsive Design in 2016
Responsive Design in 2016Responsive Design in 2016
Responsive Design in 2016Megan Hawkins
 
IJSRED-V2I5P23
IJSRED-V2I5P23IJSRED-V2I5P23
IJSRED-V2I5P23IJSRED
 
Smartphone Marketing Generic Premier
Smartphone Marketing Generic PremierSmartphone Marketing Generic Premier
Smartphone Marketing Generic PremierPremierPayments
 
Smartphone marketing generic epic
Smartphone marketing generic epicSmartphone marketing generic epic
Smartphone marketing generic epicEpicPay
 
Smartphone Marketing Generic Orion
Smartphone Marketing Generic OrionSmartphone Marketing Generic Orion
Smartphone Marketing Generic OrionOrionEcho
 
Mobile Website Landscape, Small Screen, Big Opportunity
Mobile Website Landscape, Small Screen, Big OpportunityMobile Website Landscape, Small Screen, Big Opportunity
Mobile Website Landscape, Small Screen, Big OpportunitySuresh John
 
Shift Money 2019 - Next-level UX powered by AI - Jelena Svraka (Microblink)
Shift Money 2019 - Next-level UX powered by AI - Jelena Svraka (Microblink)Shift Money 2019 - Next-level UX powered by AI - Jelena Svraka (Microblink)
Shift Money 2019 - Next-level UX powered by AI - Jelena Svraka (Microblink)Shift Conference
 
Mobile Application Development
Mobile Application Development Mobile Application Development
Mobile Application Development nandhini seo
 
Tablet Advertising for 2011
Tablet Advertising for 2011Tablet Advertising for 2011
Tablet Advertising for 2011Crisp Media
 
optimize website for mobile marketing
optimize website for mobile marketingoptimize website for mobile marketing
optimize website for mobile marketingOlatunji Adetunji
 

La actualidad más candente (19)

Polymorphic publishing john barnes - what to build now
Polymorphic publishing   john barnes - what to build nowPolymorphic publishing   john barnes - what to build now
Polymorphic publishing john barnes - what to build now
 
The Best Design Trend Is To Not Follow One. We have 6! : UI Design Trends 2019!
The Best Design Trend Is To Not Follow One. We have 6! : UI Design Trends 2019!The Best Design Trend Is To Not Follow One. We have 6! : UI Design Trends 2019!
The Best Design Trend Is To Not Follow One. We have 6! : UI Design Trends 2019!
 
Mobile marketing copy
Mobile marketing copyMobile marketing copy
Mobile marketing copy
 
Strategies to improve the ROI on your enterprise application
Strategies to improve the ROI on your enterprise applicationStrategies to improve the ROI on your enterprise application
Strategies to improve the ROI on your enterprise application
 
Whitepaper: Guidelines to-set-up-a-mobile-based-solution-for-ecommerce-shoppi...
Whitepaper: Guidelines to-set-up-a-mobile-based-solution-for-ecommerce-shoppi...Whitepaper: Guidelines to-set-up-a-mobile-based-solution-for-ecommerce-shoppi...
Whitepaper: Guidelines to-set-up-a-mobile-based-solution-for-ecommerce-shoppi...
 
4 Steps To Creating A Mobile Strategy
4 Steps To Creating A Mobile Strategy4 Steps To Creating A Mobile Strategy
4 Steps To Creating A Mobile Strategy
 
Five attributes of enterprise cloud applications
Five attributes of enterprise cloud applicationsFive attributes of enterprise cloud applications
Five attributes of enterprise cloud applications
 
Tablet Friendly Web Design - Best Practices for Financial Services
Tablet Friendly Web Design - Best Practices for Financial ServicesTablet Friendly Web Design - Best Practices for Financial Services
Tablet Friendly Web Design - Best Practices for Financial Services
 
Diverse Mobile App Development Solutions Under One Roof - OrangeMantra
Diverse Mobile App Development Solutions Under One Roof - OrangeMantraDiverse Mobile App Development Solutions Under One Roof - OrangeMantra
Diverse Mobile App Development Solutions Under One Roof - OrangeMantra
 
Responsive Design in 2016
Responsive Design in 2016Responsive Design in 2016
Responsive Design in 2016
 
IJSRED-V2I5P23
IJSRED-V2I5P23IJSRED-V2I5P23
IJSRED-V2I5P23
 
Smartphone Marketing Generic Premier
Smartphone Marketing Generic PremierSmartphone Marketing Generic Premier
Smartphone Marketing Generic Premier
 
Smartphone marketing generic epic
Smartphone marketing generic epicSmartphone marketing generic epic
Smartphone marketing generic epic
 
Smartphone Marketing Generic Orion
Smartphone Marketing Generic OrionSmartphone Marketing Generic Orion
Smartphone Marketing Generic Orion
 
Mobile Website Landscape, Small Screen, Big Opportunity
Mobile Website Landscape, Small Screen, Big OpportunityMobile Website Landscape, Small Screen, Big Opportunity
Mobile Website Landscape, Small Screen, Big Opportunity
 
Shift Money 2019 - Next-level UX powered by AI - Jelena Svraka (Microblink)
Shift Money 2019 - Next-level UX powered by AI - Jelena Svraka (Microblink)Shift Money 2019 - Next-level UX powered by AI - Jelena Svraka (Microblink)
Shift Money 2019 - Next-level UX powered by AI - Jelena Svraka (Microblink)
 
Mobile Application Development
Mobile Application Development Mobile Application Development
Mobile Application Development
 
Tablet Advertising for 2011
Tablet Advertising for 2011Tablet Advertising for 2011
Tablet Advertising for 2011
 
optimize website for mobile marketing
optimize website for mobile marketingoptimize website for mobile marketing
optimize website for mobile marketing
 

Similar a Responsive Web Design vs. Mobile Web App: What is best for Enterprise - Whitepaper by RapidValue

Impact_Responsive web design brings success to your business
Impact_Responsive web design brings success to your businessImpact_Responsive web design brings success to your business
Impact_Responsive web design brings success to your businessAmit Thakur
 
Impact_Responsive Web Design Brings Success to Your Business-AmitFBOXERLLP
Impact_Responsive Web Design Brings Success to Your Business-AmitFBOXERLLPImpact_Responsive Web Design Brings Success to Your Business-AmitFBOXERLLP
Impact_Responsive Web Design Brings Success to Your Business-AmitFBOXERLLPAmit Thakur
 
Responsive & Adaptive Design: Delivering Websites That Delight Your Users
Responsive & Adaptive Design: Delivering Websites That Delight Your UsersResponsive & Adaptive Design: Delivering Websites That Delight Your Users
Responsive & Adaptive Design: Delivering Websites That Delight Your UsersBBDO
 
How not having a Responsive Website can be Detrimental to your business?
How not having a Responsive Website can be Detrimental to your business?How not having a Responsive Website can be Detrimental to your business?
How not having a Responsive Website can be Detrimental to your business?Helios Solutions
 
Responsive Web Designs
Responsive Web DesignsResponsive Web Designs
Responsive Web DesignsSanjida Afrin
 
Responsive & Adaprove Design
Responsive & Adaprove DesignResponsive & Adaprove Design
Responsive & Adaprove DesignMike Vdovin
 
Web Application Development- Best Practices in 2023.
Web Application Development- Best Practices in 2023.Web Application Development- Best Practices in 2023.
Web Application Development- Best Practices in 2023.Techugo
 
Future-Proofing the Web: Choosing the Optimal Mobile Design Strategy
Future-Proofing the Web: Choosing the Optimal Mobile Design StrategyFuture-Proofing the Web: Choosing the Optimal Mobile Design Strategy
Future-Proofing the Web: Choosing the Optimal Mobile Design StrategyHuge
 
Web Application Development in 2023.pdf
Web Application Development in 2023.pdfWeb Application Development in 2023.pdf
Web Application Development in 2023.pdfTechugo
 
Mobile and Tablet Design for Business
Mobile and Tablet Design for BusinessMobile and Tablet Design for Business
Mobile and Tablet Design for BusinessFrancis Ibikunle
 
Mobile and Tablet Design for Business
Mobile and Tablet Design for BusinessMobile and Tablet Design for Business
Mobile and Tablet Design for BusinessFrancis Ibikunle
 
5 Reasons to go Responsive
5 Reasons to go Responsive5 Reasons to go Responsive
5 Reasons to go ResponsiveTier10
 
Responsive website
Responsive websiteResponsive website
Responsive websiteborjanshoes
 
What Is Responsive website
What Is Responsive websiteWhat Is Responsive website
What Is Responsive websiteborjanshoes
 
What do you need to consider before taking a business onto mobile ?
What do you need to consider before taking a business onto mobile ?What do you need to consider before taking a business onto mobile ?
What do you need to consider before taking a business onto mobile ?Rapidsoft Technologies
 
Building a mobile website
Building a mobile websiteBuilding a mobile website
Building a mobile websiteTAG_education
 
Top 10 Mobile App Development Frameworks in 2022.pdf
Top 10 Mobile App Development Frameworks in 2022.pdfTop 10 Mobile App Development Frameworks in 2022.pdf
Top 10 Mobile App Development Frameworks in 2022.pdfSparity1
 

Similar a Responsive Web Design vs. Mobile Web App: What is best for Enterprise - Whitepaper by RapidValue (20)

Impact_Responsive web design brings success to your business
Impact_Responsive web design brings success to your businessImpact_Responsive web design brings success to your business
Impact_Responsive web design brings success to your business
 
Impact_Responsive Web Design Brings Success to Your Business-AmitFBOXERLLP
Impact_Responsive Web Design Brings Success to Your Business-AmitFBOXERLLPImpact_Responsive Web Design Brings Success to Your Business-AmitFBOXERLLP
Impact_Responsive Web Design Brings Success to Your Business-AmitFBOXERLLP
 
Web Design
Web DesignWeb Design
Web Design
 
Responsive & Adaptive Design: Delivering Websites That Delight Your Users
Responsive & Adaptive Design: Delivering Websites That Delight Your UsersResponsive & Adaptive Design: Delivering Websites That Delight Your Users
Responsive & Adaptive Design: Delivering Websites That Delight Your Users
 
Mobile Responsive ​ Website Designing.pdf
Mobile Responsive ​ Website Designing.pdfMobile Responsive ​ Website Designing.pdf
Mobile Responsive ​ Website Designing.pdf
 
How not having a Responsive Website can be Detrimental to your business?
How not having a Responsive Website can be Detrimental to your business?How not having a Responsive Website can be Detrimental to your business?
How not having a Responsive Website can be Detrimental to your business?
 
Responsive Web Designs
Responsive Web DesignsResponsive Web Designs
Responsive Web Designs
 
Responsive & Adaprove Design
Responsive & Adaprove DesignResponsive & Adaprove Design
Responsive & Adaprove Design
 
Web Application Development- Best Practices in 2023.
Web Application Development- Best Practices in 2023.Web Application Development- Best Practices in 2023.
Web Application Development- Best Practices in 2023.
 
Future-Proofing the Web: Choosing the Optimal Mobile Design Strategy
Future-Proofing the Web: Choosing the Optimal Mobile Design StrategyFuture-Proofing the Web: Choosing the Optimal Mobile Design Strategy
Future-Proofing the Web: Choosing the Optimal Mobile Design Strategy
 
Web Application Development in 2023.pdf
Web Application Development in 2023.pdfWeb Application Development in 2023.pdf
Web Application Development in 2023.pdf
 
Mobile and Tablet Design for Business
Mobile and Tablet Design for BusinessMobile and Tablet Design for Business
Mobile and Tablet Design for Business
 
Mobile and Tablet Design for Business
Mobile and Tablet Design for BusinessMobile and Tablet Design for Business
Mobile and Tablet Design for Business
 
5 Reasons to go Responsive
5 Reasons to go Responsive5 Reasons to go Responsive
5 Reasons to go Responsive
 
Stunning, multi-device, responsive websites
Stunning, multi-device, responsive websitesStunning, multi-device, responsive websites
Stunning, multi-device, responsive websites
 
Responsive website
Responsive websiteResponsive website
Responsive website
 
What Is Responsive website
What Is Responsive websiteWhat Is Responsive website
What Is Responsive website
 
What do you need to consider before taking a business onto mobile ?
What do you need to consider before taking a business onto mobile ?What do you need to consider before taking a business onto mobile ?
What do you need to consider before taking a business onto mobile ?
 
Building a mobile website
Building a mobile websiteBuilding a mobile website
Building a mobile website
 
Top 10 Mobile App Development Frameworks in 2022.pdf
Top 10 Mobile App Development Frameworks in 2022.pdfTop 10 Mobile App Development Frameworks in 2022.pdf
Top 10 Mobile App Development Frameworks in 2022.pdf
 

Más de RapidValue

How to Build a Micro-Application using Single-Spa
How to Build a Micro-Application using Single-SpaHow to Build a Micro-Application using Single-Spa
How to Build a Micro-Application using Single-SpaRapidValue
 
Play with Jenkins Pipeline
Play with Jenkins PipelinePlay with Jenkins Pipeline
Play with Jenkins PipelineRapidValue
 
Accessibility Testing using Axe
Accessibility Testing using AxeAccessibility Testing using Axe
Accessibility Testing using AxeRapidValue
 
Guide to Generate Extent Report in Kotlin
Guide to Generate Extent Report in KotlinGuide to Generate Extent Report in Kotlin
Guide to Generate Extent Report in KotlinRapidValue
 
Automation in Digital Cloud Labs
Automation in Digital Cloud LabsAutomation in Digital Cloud Labs
Automation in Digital Cloud LabsRapidValue
 
Microservices Architecture - Top Trends & Key Business Benefits
Microservices Architecture -  Top Trends & Key Business BenefitsMicroservices Architecture -  Top Trends & Key Business Benefits
Microservices Architecture - Top Trends & Key Business BenefitsRapidValue
 
Uploading Data Using Oracle Web ADI
Uploading Data Using Oracle Web ADIUploading Data Using Oracle Web ADI
Uploading Data Using Oracle Web ADIRapidValue
 
Appium Automation with Kotlin
Appium Automation with KotlinAppium Automation with Kotlin
Appium Automation with KotlinRapidValue
 
Build UI of the Future with React 360
Build UI of the Future with React 360Build UI of the Future with React 360
Build UI of the Future with React 360RapidValue
 
Python Google Cloud Function with CORS
Python Google Cloud Function with CORSPython Google Cloud Function with CORS
Python Google Cloud Function with CORSRapidValue
 
Real-time Automation Result in Slack Channel
Real-time Automation Result in Slack ChannelReal-time Automation Result in Slack Channel
Real-time Automation Result in Slack ChannelRapidValue
 
Automation Testing with KATALON Cucumber BDD
Automation Testing with KATALON Cucumber BDDAutomation Testing with KATALON Cucumber BDD
Automation Testing with KATALON Cucumber BDDRapidValue
 
How to Implement Micro Frontend Architecture using Angular Framework
How to Implement Micro Frontend Architecture using Angular FrameworkHow to Implement Micro Frontend Architecture using Angular Framework
How to Implement Micro Frontend Architecture using Angular FrameworkRapidValue
 
Video Recording of Selenium Automation Flows
Video Recording of Selenium Automation FlowsVideo Recording of Selenium Automation Flows
Video Recording of Selenium Automation FlowsRapidValue
 
JMeter JMX Script Creation via BlazeMeter
JMeter JMX Script Creation via BlazeMeterJMeter JMX Script Creation via BlazeMeter
JMeter JMX Script Creation via BlazeMeterRapidValue
 
Migration to Extent Report 4
Migration to Extent Report 4Migration to Extent Report 4
Migration to Extent Report 4RapidValue
 
The Definitive Guide to Implementing Shift Left Testing in QA
The Definitive Guide to Implementing Shift Left Testing in QAThe Definitive Guide to Implementing Shift Left Testing in QA
The Definitive Guide to Implementing Shift Left Testing in QARapidValue
 
Data Seeding via Parameterized API Requests
Data Seeding via Parameterized API RequestsData Seeding via Parameterized API Requests
Data Seeding via Parameterized API RequestsRapidValue
 
Test Case Creation in Katalon Studio
Test Case Creation in Katalon StudioTest Case Creation in Katalon Studio
Test Case Creation in Katalon StudioRapidValue
 
How to Perform Memory Leak Test Using Valgrind
How to Perform Memory Leak Test Using ValgrindHow to Perform Memory Leak Test Using Valgrind
How to Perform Memory Leak Test Using ValgrindRapidValue
 

Más de RapidValue (20)

How to Build a Micro-Application using Single-Spa
How to Build a Micro-Application using Single-SpaHow to Build a Micro-Application using Single-Spa
How to Build a Micro-Application using Single-Spa
 
Play with Jenkins Pipeline
Play with Jenkins PipelinePlay with Jenkins Pipeline
Play with Jenkins Pipeline
 
Accessibility Testing using Axe
Accessibility Testing using AxeAccessibility Testing using Axe
Accessibility Testing using Axe
 
Guide to Generate Extent Report in Kotlin
Guide to Generate Extent Report in KotlinGuide to Generate Extent Report in Kotlin
Guide to Generate Extent Report in Kotlin
 
Automation in Digital Cloud Labs
Automation in Digital Cloud LabsAutomation in Digital Cloud Labs
Automation in Digital Cloud Labs
 
Microservices Architecture - Top Trends & Key Business Benefits
Microservices Architecture -  Top Trends & Key Business BenefitsMicroservices Architecture -  Top Trends & Key Business Benefits
Microservices Architecture - Top Trends & Key Business Benefits
 
Uploading Data Using Oracle Web ADI
Uploading Data Using Oracle Web ADIUploading Data Using Oracle Web ADI
Uploading Data Using Oracle Web ADI
 
Appium Automation with Kotlin
Appium Automation with KotlinAppium Automation with Kotlin
Appium Automation with Kotlin
 
Build UI of the Future with React 360
Build UI of the Future with React 360Build UI of the Future with React 360
Build UI of the Future with React 360
 
Python Google Cloud Function with CORS
Python Google Cloud Function with CORSPython Google Cloud Function with CORS
Python Google Cloud Function with CORS
 
Real-time Automation Result in Slack Channel
Real-time Automation Result in Slack ChannelReal-time Automation Result in Slack Channel
Real-time Automation Result in Slack Channel
 
Automation Testing with KATALON Cucumber BDD
Automation Testing with KATALON Cucumber BDDAutomation Testing with KATALON Cucumber BDD
Automation Testing with KATALON Cucumber BDD
 
How to Implement Micro Frontend Architecture using Angular Framework
How to Implement Micro Frontend Architecture using Angular FrameworkHow to Implement Micro Frontend Architecture using Angular Framework
How to Implement Micro Frontend Architecture using Angular Framework
 
Video Recording of Selenium Automation Flows
Video Recording of Selenium Automation FlowsVideo Recording of Selenium Automation Flows
Video Recording of Selenium Automation Flows
 
JMeter JMX Script Creation via BlazeMeter
JMeter JMX Script Creation via BlazeMeterJMeter JMX Script Creation via BlazeMeter
JMeter JMX Script Creation via BlazeMeter
 
Migration to Extent Report 4
Migration to Extent Report 4Migration to Extent Report 4
Migration to Extent Report 4
 
The Definitive Guide to Implementing Shift Left Testing in QA
The Definitive Guide to Implementing Shift Left Testing in QAThe Definitive Guide to Implementing Shift Left Testing in QA
The Definitive Guide to Implementing Shift Left Testing in QA
 
Data Seeding via Parameterized API Requests
Data Seeding via Parameterized API RequestsData Seeding via Parameterized API Requests
Data Seeding via Parameterized API Requests
 
Test Case Creation in Katalon Studio
Test Case Creation in Katalon StudioTest Case Creation in Katalon Studio
Test Case Creation in Katalon Studio
 
How to Perform Memory Leak Test Using Valgrind
How to Perform Memory Leak Test Using ValgrindHow to Perform Memory Leak Test Using Valgrind
How to Perform Memory Leak Test Using Valgrind
 

Último

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
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
 
[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
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
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
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
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
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
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
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
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
 
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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 

Último (20)

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
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
 
[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
 
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...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
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
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
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
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 

Responsive Web Design vs. Mobile Web App: What is best for Enterprise - Whitepaper by RapidValue

  • 1. Responsive Web Design vs. Mobile Web App: What’s Best for Your Enterprise? A Whitepaper by RapidValue Solutions
  • 2. A Whitepaper by RapidValue Solutions The continuous evolution of smart phones, regular release of newer mobile OS versions, availability of a huge variety of mobile applications from different app stores and high speed internet connections have completely transformed the way consumers use their mobile devices. The New Design Trend: Build a Website; Enable Self-optimization Across All Mobile Devices According to report by Cisco, global mobile devices and connections in 2014 grew to 7.4 billion, up from 6.9 billion in 2013. The vast majority of mobile data traffic (97%) will originate from the smart devices.By 2019, there will be 8.2 billion handheld or personal mobile-ready devices.And the global mobile data traffic will increase nearly tenfold between 2014 and 2019.1 This revolution is influencing many companies to shift towards a “Mobile First, Desktop Second” strategy for their business. However, the shift from desktop to mobile requires web designers to refocus - not completely away from desktop design, but certainly with an inclination towards mobile. There are several ways to approach a mobile web presence, such as implementing a separate mobile site or a mobile web app. The most recent and popular approach seems to be Responsive Web Design. This paper explains the difference between Mobile Web App and Responsive Web Design, and provides a frame- work for resolving some of the key questions decision makers have. These include what factors to consider when choosing between Responsive Web Design and Mobile Web App, and what type of industry Responsive Web Design is most suitable for. The paper examines the pros and cons of each approach, and presents a sample sce- nario from the retail industry as well as a case study. As the paper guides you in how to make the right choice, it draws upon RapidValue’s experience helping enterprises succeed in the complex and evolving mobile ecosystem. 020202 1 Published by Cisco VNI: Global Mobile Data Traffic Forecast Update 2014–2019 White Paper
  • 3. Device-Specific Approach: Mobile Web App The most common option for companies looking for a mobile version of their website is to build a mobile site. This is a separate version of your website that users are redirected to when they access your website via a mobile phone or tablet. The main benefit of implementing a mobile version of a website is that it provides an opti- mized view across mobiles and tablets. And what is Mobile Web App? This is an increasingly popular type of mobile development in which the applica- tion is built to run over the internet from a central server, from where it can be accessed by any device with a web browser. The web technologies used to develop the app are HTML5, Sencha, jQuery and others. The underlying technologies are JavaScript, HTML and CSS. A mobile web app combines the versatility of the web with the functionality of touch-enabled devices. Therefore the application provides the benefits of a regular mobile site, i.e. it works across browsers and a wide range of devices. It also provides some of the features supported by native apps — rich look and feel, offline browsing, location based services and video capabilities. Since mobile web app is web-based, they are compatible with most key smart phones, making it easy to deliver your content to a large mobile audience. When a developer creates a website, they often design for large screens and lose sight of how it will look when a user browses the same website from their mobile device. When users click links within the site via their mobile phones, reading and navigating become difficult, requiring zooming and resizing to read or click. This is when you need to think developing a device-specific site. Java Script A Whitepaper by RapidValue Solutions 020202A Whitepaper by RapidValue Solutions 020203
  • 4. One Size Fits All: Responsive Web Design From a technology standpoint, the framework consists of a combination of flexible grids, flexible layouts, images and intelligent use of CSS media queries. As the user switches from one device to another (for example, desktop to iPhone), the website automatically adapts to accommodate for resolution, image size and scripting abilities. This eliminates the need for resizing, panning and scrolling by the user in order to view the website on the new device. The following figure illustrates a retail website implemented using Responsive Web Design. You can see the rearrangement of images and text when the user browses the site from their desktop and then from their mobile device. In simple terms, Responsive Web Design is the methodology that recommends the design and implementation of a website that responds to user behavior and environment based on the screen size, orientation and operating system of their device. A Whitepaper by RapidValue Solutions 020204
  • 5. 020202020502020202 Responsive Web Design: When Is It Most Appropriate? Typically, Responsive Web Design is suitable for informational web pages, with information on the right side of the screen in desktop applications brought to the bottom of the page in mobile applications. Here are three main scenarios where Responsive Web Design would be most applicable: 1. Corporate Websites/Blog Sites The website first and mobile second is usually the busi- ness need. For corporate websites, the need for rich images is lesser, device-agnostic solutions is higher, and target audience is a huge factor. And for blog sites, exten- sive user input is not required and images required are minimal. For these types of sites, brand consistency is primary. With one website that works on both desktop and mobile screens, you will find it much easier to keep a consistent brand identity. Also, no style guides are required to com- municate between multiple vendors such as different entities responsible for the desktop and mobile versions of your site. – Single code base – build once, run across all devices – Renders across any screen size – one can view the internet on 20″ monitors, 15″ laptops, 10″ netbooks, 7″ tablets, 3″ smartphones and every size between. It also considers the huge difference in widths and heights, whether the screen is landscape or portrait, and screen resolution. – Improves SEO – a single version of the website improves page ranking. Issues have arisen in which having two versions of a site (website and mobile site) impact page ranking. – Reduces maintenance cost and effort due to single link. – Provides control and flexibility – changes can be made at one centralized place. You do not need to contact multiple vendors to make changes when your mobile site/ mobile application is built by different development companies. Some of the advantages of using Responsive Web Design are: A Whitepaper by RapidValue Solutions 020205
  • 6. 0202020206 In previous sections, we discussed what Responsive Web Design is and what kind of websites it is most suitable for. But like any other technology option, this design approach has its drawbacks. The top three are described below. 2. Media/News Sites In these types of sites, users are more accustomed to scrolling from top to bottom using their mobile. Responsive Web Design works well here. These sites are more text-heavy, and sections such as breaking news require real-time content updates which add to mainte- nance cost if different mobile technology options are used for the design. 3. Location-based Services Maps and direction finder services are generally image heavy. In these types of services, to view the routes closely and to get better clarity zooming and re-sizing the screen with fingers become necessary. Auto-adjustment becomes essential, which is supported in Responsive Web Design. Key Challenges in Responsive Web Design A Whitepaper by RapidValue Solutions 020206
  • 7. 1. User experience not as rich as Mobile Web App While Responsive Web Design does optimize the user experience across devices, it does not provide a user experience as rich as the Mobile Web App approach. Responsive Web Design uses a single code base, but in reality different devices have to be accounted for. While a desktop version can display a lot of content at once, for smaller screens you need to know exactly what content truly matters. To create a great experience for all users, you need to consider that people will use different devices in different circumstances and with different goals. With Responsive Web Design, more effort and time will be involved to get the right user experience for your target audience. 2. Navigation enabled from top to bottom, not left to right Typically, Responsive Web Design supports top to bottom navigation. Content is pushed from top to bottom when users switch from their desktop to mobile device to access the website. This approach is useful for informational sites such as corporate sites, blog sites and news sites. However, for many other industries such as sports, entertainment and retail, mobile users (especially those with touch screen devices) are comfortable scrolling from left to right, especially when viewing pictures in a carou- sel photo and video gallery. Left to right navigation is supported by Responsive Web Design but requires some customization in the layout and code, which again leads to more time and effort. 3. Longer development cycle Designing a website using Responsive Web Design takes longer than building a normal website (a dynamically generated web page which recalls various bits of information from a database and puts them together in a pre-defined format to present the reader with a coherent page). If the website is already built using the normal website approach, rebuilding it using Responsive Web Design in order to optimize across mobile devices will further add to the complexity. In addition, prioritizing the content in Responsive Web Design is essential. This is to ensure that import- ant content is not missed when the user switches from a laptop or desktop to a mobile device. Placement of the navigation menus plays an important role too, especially on more complex desktop websites with multilayer drop-down menus that have to be adapted for smaller screens. Once a hierar- chy becomes too complex or different than what you want mobile users to see, the argument for Responsive Web becomes less compelling. Based on the above factors, if a rich user experience, left to right navigation and faster implementation time are your primary requirements, you should consider the Mobile Web App approach. A Whitepaper by RapidValue Solutions 020207
  • 8. 02020202 Versions Development Cost Medium Responsive Web DesignCriteria Mobile Web App Two separate versions – build one for website and another for mobile Single version – build the website and optimize across mobile devices Higher. Cost increases with increase in number of elements in the website Implementation Time Longer development cycle. Development complexity increases as the website map gets more complex Less time if you know the exact features you need and you have planned your roadmap well – Slightly lower user experience since the app is designed for a website and optimized across mobile devices – Navigation enabled from top to bottom by default. Left to right navigation requires additional customization and modification in layout and code – Lower maintenance cost and effort – Single version to maintain for the website and across a wide range of mobile devices – Provides control and flexibility to make changes in website, which are reflected across all mobile devices – Medium – Separate for website version and mobile web app version – Requires changes to be made separately in website and mobile web app versions – Better user experience, specifically designed for mobile phone and improving further with HTML5 technology – Left to right navigation enabled to support carousel navigation Design Approach User Experience Performance Ongoing Maintenance Requires specialized knowledge of this new approach Potential bandwidth issues when server sends larger media than needed and text-heavy images Better, more streamlined performance Straightforward if you know the exact features and functionality you need in your mobile solution Comparison Summary Due to differences in underlying technology, each approach has inherent advantages and drawbacks, development frameworks, and appropriate use cases. Careful analysis is required to ensure that your mobile solution is built using the right approach to meet your requirements. The following table summarizes the strengths and weakness of each approach. A Whitepaper by RapidValue Solutions 020208
  • 9. 02020202 Rinish Nalini, Chief Technology Officer, RapidValue Solutions Responsive Web Design is a great way to give an enterprise a mobile presence. But it shouldn’t be considered the only mobile approach. Before making a decision, an enterprise should evaluate both options — Responsive Web Design and Mobile Web App, and select the technology option which best suits your business requirements.” “ How to Choose the Right Option for Your Business — Retail Industry Example A high quality user experience has always been the primary requirement for consumers, a fact that mobile service providers now recognize. The mobile service should be simple to use, easy to navigate and provide seamless transactions, especially when it comes to online shopping. Retailers can choose either design approach to build a mobile service for their consumer. Your business requirements will determine the right technology option. Here is one scenario: you are a retailer and you already have a website. You now need a mobile solu- tion which has an attractive user interface, can be launched in 6-8 weeks and is cost effective. Before making a decision, you need to consider a few additional parameters which are important for your retail mobile service: The right content must be provided to your target audience. In order to retain existing customers and reach a larger audience, capturing user preferences and providing content, features and capabilities based on their requirements should matter the most. Desktop Website Version with Filters on a Single Page 1. Right Content, Layout and User Preferences A Whitepaper by RapidValue Solutions 020209
  • 10. 02020202 The mobile web experience is different from the desktop experi- ence. For retailers, where quality of experience is critical, a sepa- rate layout and experience for the mobile web is strongly recom- mended. This is because: Both of these capabilities are supported in Responsive Web Design as well as Mobile Web App, but enabling them using the Responsive Web approach takes more work. – Retail consumers with mobile devices are usually accus- tomed to scrolling from left to right for viewing the prod- uct catalog (especially phones with touch screens) – In a desktop website, multiple filters may be present on a single page, but in mobile web, due to lack of real estate, these filters are placed on different pages, accessed sequentially and hence the same structure may not work Tablet/Mobile Web Version with Filters Segregated on Different Pages 2. Build and Deploy Mobile Service in an Iterative Fashion To really be responsive in your design, you as a retailer should build web services/apps based on user feedback, as this will help create a more optimal user experience over time. Design and development should be combined in an iterative manner to allow retailers to take full advantage of the mobile chan- nel. Retailers should start with minimal but relevant features in their service/application for their con- sumers, get their feedback, and respond to that feedback and evolve the service/application over time. Therefore a long-term service roadmap is essential before you start building your mobile service. Considering all the above factors, for this type of scenario the Mobile Web App approach will work best. A Whitepaper by RapidValue Solutions 020210
  • 11. 02020202 Case Study: Mobile Web-Based mCommerce Solution RapidValue launched a Mobile web-based mCommerce solution for the world's largest online retailer of street-wear. The solution allows consumers to shop online using their mobile devices. The client wanted to add a new mobile channel for their consumers. To meet client requirements RapidValue had to identify the optimum solution (Responsive Web Design vs. Mobile Web App). The main requirements were a cost effective solution, fast implementation time, ongoing maintenance and support, and a high-quality user experience. The client already had an existing website as well as Android and iPhone native applications. A Whitepaper by RapidValue Solutions 020211
  • 12. 0202020212 For this client, it was important to select the Mobile Web option instead of Responsive Web Design, for the following reasons: RapidValue designed the complete user interface, built the mobile service and deployed the solution, all within 3½ months. – To reach the largest number of consumers while providing service across multiple device types – Native apps are not SEO-friendly – Converting the existing website to Responsive Web would take more time and effort Conclusion Responsive Web Design is an emerging trend that involves designing websites and applications for optimal viewing across multiple devices and screen sizes using a single code base. But will it meet web application challenges in today's mobile world? The answer depends on what you are trying to achieve with your website or mobile app. The advantages of Responsive Web Design include a single code base that provides easy and low maintenance along with a single version of the website that improves SEO. Mobile Web App provides a better user experience, lower risk of performance issues and faster implementation time for your mobile service if you know your exact requirements. The design of your website and mobile service should be based on your target audience. Building a site using either approach requires thorough planning and a good understanding of the user’s roadmap through the site on every type of device. Therefore, if you want a solution that’s easy to maintain, makes use of existing skills and that you can control, then Responsive Web Design is the approach for you. If you want a high quality user experience, better performance, faster implementation and seamless transactions, then you should select Mobile Web App for your business. A Whitepaper by RapidValue Solutions 020212
  • 13. Disclaimer: This document contains information that is confidential and proprietary to RapidValue Solutions Inc. No part of it may be used, circulated, quoted, or reproduced for distribution outside RapidValue. If you are not the intended recipient of this report, you are hereby notified that the use, circulation, quoting, or reproducing of this report is strictly prohibited and may be unlawful. A global leader in digital transformation for enterprise providing end-to-end mobility, omni-channel, IoT and cloud solutions. Armed with a large team of experts in consulting, UX design, application development, integration and testing, along with experience delivering projects worldwide, in mobility and cloud, we offer a wide range of services across industry verticals. We deliver services to the world’s top brands, fortune 1000 companies, Multinational companies and www.rapidvaluesolutions.com +1 877.643.1850 www.rapidvaluesolutions.com/blog contactus@rapidvaluesolutions.com ©RapidValue Solutions February, 2017