1 / 3

Different Types of Mobile Applications

There are different types of mobile applications which we use on daily basis on our mobile phones or tablets.

Creatiosoft
Télécharger la présentation

Different Types of Mobile Applications

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Different Types of Mobile Applications There are different types of mobile applications which we use on daily basis on our mobile phones or tablets. But we do we really know what is a mobile application? The various apps we use in our portable devices are actually a software application or a program which performs specific functionsto satisfy a purpose. The mobile applications are developed uniquely for the use on small wireless computing devices such as smartphones and tablets, rather than desktop or laptop computers. There are 3 major types of mobile applications: 1. Native Application 2. Web Application 3. Hybrid Application Which one to choose amongst the three?

  2. Native, Web and Hybrid applications are three different types of applications and they have their own pros and cons. You can very well judge which type to go for by looking at their definition, advantages and disadvantages given below: Native Apps Native App is a type of application which is downloaded from app store (i.e. Google, Apple App, Windows store etc.) and written in a native language (e.g.: Java or C# for Android and Objective C or Swift for IOS). The application fully resides on the device. Pros:  Offers sleek performance  Offers the best user experience  Can receive push notification  Can use platform APIS (camera,gps , proximity sensor etc.) Cons:  Developers will need to know each of the platforms.  Source code only works on targeted platform. Web Apps Web App is type of an application which is stored on a server located remotely and delivered over the internet via a browser. It is written mainly in Html, CSS and Java Script.

  3. Pros:  Fast to develop.  Requires less cost to make.  Has a single code base.  Can work on different platforms. Cons:  Not available on apps store.  Internet connection is necessary.  Has sluggish performance.  Requires a lot of loading. Hybrid App Hybrid Apps are the applications which combine the capabilities of both Native and Web App. It mixes the performance and device capabilities of native apps and flexibility of web apps. Pros:  Fast to develop and deployment time.  Less development cost.  Available on platform app stores  Part of web can be updated quickly. Cons:  Exposed to more bugs.  Relatively slower performance.  Dependent on middleware.

More Related