mobile application introduction- 1st unit
mobile application introduction- 1st unit
1. Native Applications:
The principal advantage of native apps is that they optimize the user
experience. By being designed and developed specifically for that platform,
they look and perform better.
Native Apps are usually built using either of the following languages;
Cons
– They are considerably more expensive to develop compared to cross-
platform and web applications.
– They require more time to develop as one application has to be written in
different languages for different platforms.
– They have a higher cost of maintenance and pushing out updates, due to
multiple source code bases.
2. Hybrid Applications:
These are applications developed to be used across multiple platforms i.e can
be deployed on both iOS and Android platforms. Hybrid mobile applications
are built in a similar manner as websites. Both use a combination of
technologies like HTML, CSS, and JavaScript. However, instead of targeting
a mobile browser, hybrid applications target a WebView hosted inside a
native container. This enables them to do things like access hardware
capabilities of the mobile device.
Pros
– Adaptable to multiple platforms, as the same code can be re-used for
Android, iOS, and Windows.
– Unified and less expensive development, as the app only has to be
developed once using one code base.
– Faster development time when compared to native apps as only one
development process is involved.
Cons
– Slower app performance when compared to Native Apps, because the
hybrid framework acts as a bridge to communicate with the phone’s native
features.
– Apps with heavy animations and sound effects aren’t as seamless as their
native counterparts.
A Progressive Web App (PWA) is a web app that uses modern web
capabilities to deliver an app-like experience to users without requiring them
to install an app from the AppStore/PlayStore. They are usually accessible by
a web URL which can always be pinned or saved on your phone’s home
screen. PWAs are usually built using HTML, CSS, JavaScript also.
Pros
– Easy to build.
– Easy to maintain.
– Works offline and performs well on low-quality networks.
– Build one app for all platforms — iOS, Android, etc. as long as it can run a
browser.
Cons
– Needs a browser to run. Users have to take another step to type in the URL
of the app which amounts to a poor user experience.
– Web apps are less interactive and intuitive than native apps.