WAP vs App - A Developer's Guide to Browser vs Proprietary Mobile Application Development

When building modern mobile applications, manyin terms of content and memory. With limited cache
developers struggle to determine whether a nativeoptions, the user navigation experience can be slow
OS application or a Wireless Application Protocolon traditional mobile networks, requiring careful
(WAP) browser friendly site is the ideal choice. Whileinformation architecture (IA) decisions.
the decision process is unique in each case, there areBecause mobile browsers render content quite
a variety of factors to consider during the process.differently than their desktop counterparts,
This guide aims to provide a roadmap for developersdevelopers are often forced to rely upon text as the
and marketers to make an informed decision on howprimary means of integration and lack access to
to best deploy your mobile application based uponnative mobile features and libraries. Still, the variety of
resources and your target market.mobile screens and devices makes it particularly
For larger brands, deployment of mobile applicationschallenging to write code that can translate cleanly
on multiple operating systems such as Android andacross nearly every screen and device type. The
iPhone along with a WAP site can provide completeability to integrate complex feature-rich applications is
access to a target market. While most brands do notlimited on a mobile browser, since you can only utilize
have a full budget capable of extending across thea subset of forms and interactive options as well as
full breadth of mobile media, there are options toformats. As a result, many developers are looking to
consider limited presences in a variety ofsegment their mobile presence into native
frameworks. Traditional wireless protocol sites wereapplications.
the preferred choice since a single centralized solutionNative applications offer rich libraries, a marketing
can be designed across a variety of devices andchannel and improved User Interface (UI) standards
platforms without the limitations and integrationfor rich features. For iPhone this means access to rich
challenges faced by a native application library.graphics, impressive processing power and OS
Getting your brand out there on the largest possiblefeatures such as GPS. As a result, you can offer a
set of devices makes the WAP solution an idealuser experience that goes well beyond traditional
choice, but the Wireless Markup Language (WML)mobile browsers. While there is a trade-off in terms
standards have definite limitations.of the requirements to upgrade and meet changing
By standardizing previous mobile browser languages,technology standards, many brands can benefit from
WAP had to focus on a standard that could scalethe results of a top quality application. The improving
across low capability devices. Wireless markupcross-platform standards that allow traditional code
language emerged from HTML but is rendered similarbases to integrate into iPhone and Android platforms
to XML requiring developers to pay close attention tocan facilitate the development process even if native
syntax, including capitalization and page directories,applications require more resources and time than
known as decks. Since these page types or decksother solutions.
are often limited to a MB in size, there are limitations