fbpx
Wikipedia

Mobile app

A mobile application or app is a computer program or software application designed to run on a mobile device such as a phone, tablet, or watch. Mobile applications often stand in contrast to desktop applications which are designed to run on desktop computers, and web applications which run in mobile web browsers rather than directly on the mobile device.

Apps were originally intended for productivity assistance such as email, calendar, and contact databases, but the public demand for apps caused rapid expansion into other areas such as mobile games, factory automation, GPS and location-based services, order-tracking, and ticket purchases, so that there are now millions of apps available. Many apps require Internet access. Apps are generally downloaded from app stores, which are a type of digital distribution platforms.

The term "app", short for "application", has since become very popular; in 2010, it was listed as "Word of the Year" by the American Dialect Society.[1]

Apps are broadly classified into three types: native apps, hybrid and web apps. Native applications are designed specifically for a mobile operating system, typically iOS or Android. Web apps are written in HTML5 or CSS and typically run through a browser. Hybrid apps are built using web technologies such as JavaScript, CSS, and HTML5 and function like web apps disguised in a native container.[2]

Overview

 
The official US Army mobile app presents the service's technology news, updates and media in a single place
 
An emulation app for the programmable pocket calculator HP-41CX from 1983. Several such apps exist for full-functionally emulating old home computers, game consoles or even mainframe computers from up to several decades ago.

Most mobile devices are sold with several apps bundled as pre-installed software, such as a web browser, email client, calendar, mapping program, and an app for buying music, other media, or more apps. Some pre-installed apps can be removed by an ordinary uninstall process, thus leaving more storage space for desired ones. Where the software does not allow this, some devices can be rooted to eliminate the undesired apps.

Apps that are not preinstalled are usually available through distribution platforms called app stores. These may operated by the owner of the device's mobile operating system, such as the App Store (iOS) or Google Play Store; by the device manufacturers, such as the Galaxy Store and Huawei AppGallery; or by third parties, such as the Amazon Appstore and F-Droid.

Usually, they are downloaded from the platform to a target device, but sometimes they can be downloaded to laptops or desktop computers. Apps can also be installed manually, for example by running an Android application package on Android devices.

Some apps are freeware, while others have a price, which can be upfront or a subscription. Some apps also include microtransactions and/or advertising. In any case, the revenue is usually split between the application's creator and the app store.[3] The same app can, therefore, cost a different price depending on the mobile platform.

Mobile apps were originally offered for general productivity and information retrieval, including email, calendar, contacts, the stock market and weather information. However, public demand and the availability of developer tools drove rapid expansion into other categories, such as those handled by desktop application software packages. As with other software, the explosion in number and variety of apps made discovery a challenge, which in turn led to the creation of a wide range of review, recommendation, and curation sources, including blogs, magazines, and dedicated online app-discovery services. In 2014 government regulatory agencies began trying to regulate and curate apps, particularly medical apps.[4] Some companies offer apps as an alternative method to deliver content with certain advantages over an official website.

With a growing number of mobile applications available at app stores and the improved capabilities of smartphones, people are downloading more applications to their devices.[5] Usage of mobile apps has become increasingly prevalent across mobile phone users.[6] A May 2012 comScore study reported that during the previous quarter, more mobile subscribers used apps than browsed the web on their devices: 51.1% vs. 49.8% respectively.[7] Researchers found that usage of mobile apps strongly correlates with user context and depends on user's location and time of the day.[8] Mobile apps are playing an ever-increasing role within healthcare and when designed and integrated correctly can yield many benefits.[9][10]

Market research firm Gartner predicted that 102 billion apps would be downloaded in 2013 (91% of them free), which would generate $26 billion in the US, up 44.4% on 2012's US$18 billion.[11] By Q2 2015, the Google Play and Apple stores alone generated $5 billion. An analyst report estimates that the app economy creates revenues of more than 10 billion per year within the European Union, while over 529,000 jobs have been created in 28 EU states due to the growth of the app market.[12]

Types

Mobile applications may be classified by numerous methods. A common scheme is to distinguish native, web-based, and hybrid apps.

Native app

All apps targeted toward a particular mobile platform are known as native apps. Therefore, an app intended for Apple device does not run in Android devices. As a result, most businesses develop apps for multiple platforms.

While developing native apps, professionals incorporate best-in-class user interface modules. This accounts for better performance, consistency and good user experience. Users also benefit from wider access to application programming interfaces and make limitless use of all apps from the particular device. Further, they also switch over from one app to another effortlessly.

The main purpose for creating such apps is to ensure best performance for a specific mobile operating system.

Web-based app

A web-based app is implemented with the standard web technologies of HTML, CSS, and JavaScript. Internet access is typically required for proper behavior or being able to use all features compared to offline usage. Most, if not all, user data is stored in the cloud.

The performance of these apps is similar to a web application running in a browser, which can be noticeably slower than the equivalent native app. It also may not have the same level of features as the native app.

Hybrid app

The concept of the hybrid app is a mix of native and web-based apps. Apps developed using Apache Cordova, Flutter, Xamarin, React Native, Sencha Touch, and other frameworks fall into this category.

These are made to support web and native technologies across multiple platforms. Moreover, these apps are easier and faster to develop. It involves use of single codebase which works in multiple mobile operating systems.[citation needed]

Despite such advantages, hybrid apps exhibit lower performance. Often, apps fail to bear the same look-and-feel in different mobile operating systems.[citation needed]

Development

 
Developers at work

Developing apps for mobile devices requires considering the constraints and features of these devices. Mobile devices run on battery and have less powerful processors than personal computers and also have more features such as location detection and cameras. Developers also have to consider a wide array of screen sizes, hardware specifications and configurations because of intense competition in mobile software and changes within each of the platforms (although these issues can be overcome with mobile device detection).

Mobile application development requires the use of specialized integrated development environments. Mobile apps are first tested within the development environment using emulators and later subjected to field testing. Emulators provide an inexpensive way to test applications on mobile phones to which developers may not have physical access.[13][14]

Mobile user interface (UI) Design is also essential. Mobile UI considers constraints and contexts, screen, input and mobility as outlines for design. The user is often the focus of interaction with their device, and the interface entails components of both hardware and software. User input allows for the users to manipulate a system, and device's output allows the system to indicate the effects of the users' manipulation. Mobile UI design constraints include limited attention and form factors, such as a mobile device's screen size for a user's hand. Mobile UI contexts signal cues from user activity, such as location and scheduling that can be shown from user interactions within a mobile application. Overall, mobile UI design's goal is primarily for an understandable, user-friendly interface.

Mobile UIs, or front-ends, rely on mobile back-ends to support access to enterprise systems. The mobile back-end facilitates data routing, security, authentication, authorization, working off-line, and service orchestration. This functionality is supported by a mix of middleware components including mobile app servers, Mobile Backend as a service (MBaaS), and SOA infrastructure.

Conversational interfaces display the computer interface and present interactions through text instead of graphic elements. They emulate conversations with real humans.[15] There are two main types of conversational interfaces: voice assistants (like the Amazon Echo) and chatbots.[15]

Conversational interfaces are growing particularly practical as users are starting to feel overwhelmed with mobile apps (a term known as "app fatigue").[16][17]

David Limp, Amazon's senior vice president of devices, says in an interview with Bloomberg, "We believe the next big platform is voice."[18]

Distribution

The three biggest app stores are Google Play for Android, App Store for iOS, and Microsoft Store for Windows 10, Windows 10 Mobile, and Xbox One.

Google Play

Google Play (formerly known as the Android Market) is an international online software store developed by Google for Android devices. It opened in October 2008.[19] In July 2013, the number of apps downloaded via the Google Play Store surpassed 50 billion, of the over 1 million apps available.[20] As of September 2016, according to Statista the number of apps available exceeded 2.4 million. Over 80% of apps in the Google Play Store are free to download.[21] The store generated a revenue of 6 billion U.S. dollars in 2015.

App Store

Apple's App Store for iOS and iPadOS was not the first app distribution service, but it ignited the mobile revolution and was opened on July 10, 2008, and as of September 2016, reported over 140 billion downloads. The original AppStore was first demonstrated to Steve Jobs in 1993 by Jesse Tayler at NeXTWorld Expo[22] As of June 6, 2011, there were 425,000 apps available, which had been downloaded by 200 million iOS users.[23][24] During Apple's 2012 Worldwide Developers Conference, CEO Tim Cook announced that the App Store has 650,000 available apps to download as well as 30 billion apps downloaded from the app store until that date.[25] From an alternative perspective, figures seen in July 2013 by the BBC from tracking service Adeven indicate over two-thirds of apps in the store are "zombies", barely ever installed by consumers.[26]

Microsoft Store

Microsoft Store (formerly known as the Windows Store) was introduced by Microsoft in 2012 for its Windows 8 and Windows RT platforms. While it can also carry listings for traditional desktop programs certified for compatibility with Windows 8, it is primarily used to distribute "Windows Store apps"—which are primarily built for use on tablets and other touch-based devices (but can still be used with a keyboard and mouse, and on desktop computers and laptops).[27][28]

Others

  • Amazon Appstore is an alternative application store for the Android operating system. It was opened in March 2011 and as of June 2015, the app store has nearly 334,000 apps.[29] The Amazon Appstore's Android Apps can also be installed and run on BlackBerry 10 devices.
  • BlackBerry World is the application store for BlackBerry 10 and BlackBerry OS devices. It opened in April 2009 as BlackBerry App World.
  • Ovi (Nokia) for Nokia phones was launched internationally in May 2009. In May 2011, Nokia announced plans to rebrand its Ovi product line under the Nokia brand[30] and Ovi Store was renamed Nokia Store in October 2011.[31] Nokia Store will no longer allow developers to publish new apps or app updates for its legacy Symbian and MeeGo operating systems from January 2014.[32]
  • Windows Phone Store was introduced by Microsoft for its Windows Phone platform, which was launched in October 2010. As of October 2012, it has over 120,000 apps available.[33]
  • Samsung Apps was introduced in September 2009.[34] As of October 2011, Samsung Apps reached 10 million downloads. The store is available in 125 countries and it offers apps for Windows Mobile, Android and Bada platforms.
  • The Electronic AppWrapper was the first electronic distribution service to collectively provide encryption and purchasing electronically[35]
  • F-Droid — Free and open Source Android app repository.
  • Opera Mobile Store is a platform independent app store for iOS, Java, BlackBerry OS, Symbian, iOS, and Windows Mobile, and Android based mobile phones. It was launched internationally in March, 2011.
  • There are numerous other independent app stores for Android devices.

Enterprise management

Mobile application management (MAM) describes software and services responsible for provisioning and controlling access to internally developed and commercially available mobile apps used in business settings. The strategy is meant to off-set the security risk of a Bring Your Own Device (BYOD) work strategy. When an employee brings a personal device into an enterprise setting, mobile application management enables the corporate IT staff to transfer required applications, control access to business data, and remove locally cached business data from the device if it is lost, or when its owner no longer works with the company. Containerization is an alternate approach to security. Rather than controlling an employee/s entire device, containerization apps create isolated pockets separate from personal data. Company control of the device only extends to that separate container.[36]

App wrapping vs. native app management

Especially when employees "bring your own device" (BYOD), mobile apps can be a significant security risk for businesses, because they transfer unprotected sensitive data to the Internet without knowledge and consent of the users. Reports of stolen corporate data show how quickly corporate and personal data can fall into the wrong hands. Data theft is not just the loss of confidential information, but makes companies vulnerable to attack and blackmail.[37]

Professional mobile application management helps companies protect their data. One option for securing corporate data is app wrapping. But there also are some disadvantages like copyright infringement or the loss of warranty rights. Functionality, productivity and user experience are particularly limited under app wrapping. The policies of a wrapped app can't be changed. If required, it must be recreated from scratch, adding cost.[38] An app wrapper is a mobile app made wholly from an existing website or platform,[39] with few or no changes made to the underlying application. The "wrapper" is essentially a new management layer that allows developers to set up usage policies appropriate for app use.[39] Examples of these policies include whether or not authentication is required, allowing data to be stored on the device, and enabling/disabling file sharing between users.[40] Because most app wrappers are often websites first, they often do not align with iOS or Android Developer guidelines.

Alternatively, it is possible to offer native apps securely through enterprise mobility management. This enables more flexible IT management as apps can be easily implemented and policies adjusted at any time.[41]

See also

References

  1. ^ "'App' voted 2010 word of the year by the American Dialect Society (UPDATED)". American Dialect Society. 2011-01-08. Retrieved 2012-01-28.
  2. ^ "Mobile Application Development". Amazon Web Services, Inc.
  3. ^ Siegler, MG (June 11, 2008). "Analyst: There's a great future in iPhone apps". Venture Beat.
  4. ^ Yetisen, Ali Kemal; Martinez-Hurtado, J. L; Da Cruz Vasconcellos, Fernando; Simsekler, M. C. Emre; Akram, Muhammad Safwan; Lowe, Christopher R (2014). "The regulation of mobile medical applications". Lab on a Chip. 14 (5): 833–40. doi:10.1039/C3LC51235E. PMID 24425070.
  5. ^ Pham, Xuan Lam; Nguyen, Thi Huyen; Chen, Gwo Dong (2018). "Research Through the App Store: Understanding Participant Behavior on a Mobile English Learning App". Journal of Educational Computing Research. 56 (7): 1076–1098. doi:10.1177/0735633117727599. S2CID 64678404.
  6. ^ Ludwig, Sean. December 5, 2012. venturebeat.com, study: "Mobile app usage grows 35%, TV & web not so much"
  7. ^ Perez, Sarah. July 2, 2012. "comScore: In U.S. Mobile Market, Samsung, Android Top The Charts; Apps Overtake Web Browsing." techcrunch.com
  8. ^ Böhmer, Matthias; Hecht, Brent; Schöning, Johannes; Krüger, Antonio; Bauer, Gernot (2011). "Falling asleep with Angry Birds, Facebook and Kindle". Proceedings of the 13th International Conference on Human Computer Interaction with Mobile Devices and Services - MobileHCI '11. pp. 47–56. doi:10.1145/2037373.2037383. ISBN 978-1-4503-0541-9. S2CID 8654592.
  9. ^ Marcano-Belisario, José S; Gupta, Ajay K; O'Donoghue, John; Morrison, Cecily; Car, Josip (2016). "Tablet computers for implementing NICE antenatal mental health guidelines: Protocol of a feasibility study". BMJ Open. 6 (1): e009930. doi:10.1136/bmjopen-2015-009930. PMC 4735209. PMID 26801468.
  10. ^ Ventola, CL (2014). "Mobile devices and apps for health care professionals: uses and benefits". P T. 39 (5): 356–64. PMC 4029126. PMID 24883008.
  11. ^ "Mobile apps revenues tipped to reach $26bn in 2013". The Guardian. 11 October 2013. Retrieved 19 September 2013.
  12. ^ VisionMobile, Plum Consulting, "European App Economy" analyst report, September 2013
  13. ^ Gao, J.; Bai, X.; Tsai, W.; Uehara, T. (February 2014). "Mobile Application Testing: A Tutorial". Computer. 47 (2): 46–55. doi:10.1109/MC.2013.445. ISSN 0018-9162. S2CID 39110385.
  14. ^ Strain, Matt (2015-02-13). "1983 to today: a history of mobile apps". the Guardian.
  15. ^ a b Brownlee, John (4 April 2016). "Conversational Interfaces, Explained". Fast Co. Design. Fast Company Inc. Retrieved July 4, 2016.
  16. ^ Errett, Joshua. "As app fatigue sets in, Toronto engineers move on to chatbots". CBC. CBC/Radio-Canada. Retrieved July 4, 2016.
  17. ^ Schippers, Ben. "App Fatigue". TechCrunch. AOL Inc. Retrieved July 4, 2016.
  18. ^ Soper, Spencer (3 March 2016). "Amazon Bets on Bigger Market for Voice-Enabled Echo". Bloomberg.com. Bloomberg L.P. Retrieved July 4, 2016.
  19. ^ Chu, Eric (13 February 2009). "Android Market Update Support".
  20. ^ "The Future of Mobile Application". UAB. 9 September 2015. Retrieved 11 November 2015.
  21. ^ Shaw, Norman; Sergueeva, Ksenia (April 2019). "The non-monetary benefits of mobile commerce: Extending UTAUT2 with perceived value". International Journal of Information Management. 45: 44–55. doi:10.1016/j.ijinfomgt.2018.10.024. S2CID 106407622.
  22. ^ Carey, Richard (17 July 2015). "Electronic Recollections, By Ricard Carey". AppStorey.
  23. ^ "10 Billion App Countdown". Apple. 2011-01-14.
  24. ^ Rao, Leena (July 7, 2011). "Apple's App Store Crosses 15B App Downloads, Adds 1B Downloads In Past Month". TechCrunch. AOL Inc.
  25. ^ Indvik, Lauren (June 11, 2012). "App Store Stats: 400 Million Accounts, 650,000 Apps". Mashable.
  26. ^ "App Store 'full of zombies' claim on Apple anniversary". BBC News. 10 July 2013.
  27. ^ Miller, Michael (September 14, 2011). . PC Magazine. Archived from the original on February 17, 2012. Retrieved February 10, 2012.
  28. ^ Rosoff, Matt (February 9, 2012). "Here's Everything You Wanted To Know About Microsoft's Upcoming iPad Killers". Business Insider. Retrieved December 11, 2017.
  29. ^ Amazon App Store for Android. Retrieved 23 June 2015.
  30. ^ . Conversations.nokia.com. Archived from the original on 2011-05-17. Retrieved 2011-08-25.
  31. ^ Fraser, Adam (10 October 2011). . Conversations by Nokia, official Nokia blog. Nokia. Archived from the original on 2011-10-13. Retrieved 25 May 2012.
  32. ^ . The Nokia Developer Team. October 4, 2013. Archived from the original on November 12, 2013. Retrieved November 12, 2013.
  33. ^ Arghire, Ionut (30 October 2012). "Windows Phone Store Has 120,000 Apps Now, More to Come". Softpedia. SoftNews NET SRL. Retrieved 29 November 2012.
  34. ^ "Basic Information about Samsung Apps Store". content.samsung.com. Retrieved 2013-03-06.
  35. ^ Wyatt, Robert A. "Software Shop". Wired. Wired Magazine.
  36. ^ Taware, Varun (20 April 2015). "Containerization is a winning strategy for smarter BYOD management". Betanews. Retrieved 11 November 2015.
  37. ^ Rob, Thomas (8 May 2009). "Energy Smart Mobile app". mobileapp-development.com. United Kingdom: Case Study.
  38. ^ Security, Subbu Iyer, Director of Product Management, Bluebox (7 July 2014). "5 things you no longer need to do for mobile security". Network World. Retrieved 16 May 2016.
  39. ^ a b Nicol, D. (2013). Mobile Strategy: How Your Company Can Win by Embracing Mobile Technologies. IBM Press. Pearson Education. p. 138. ISBN 978-0-13-309494-7. Retrieved December 11, 2017.
  40. ^ Rouse, Margaret (July 2012). "What is app wrapping (application wrapping)?". WhatIs.com. Retrieved December 11, 2017.
  41. ^ "Enterprise IT Spotlight: enterprise mobility management - 451 Research - Analyzing the Business of Enterprise IT Innovation". 451research.com. Retrieved 16 May 2016.

External links

  •   Media related to Mobile phone software at Wikimedia Commons

mobile, wikipedia, mobile, apps, help, mobile, access, applications, mobile, application, computer, program, software, application, designed, mobile, device, such, phone, tablet, watch, lications, often, stand, contrast, desktop, applications, which, designed,. For Wikipedia s mobile apps see Help Mobile access Applications A mobile application or app is a computer program or software application designed to run on a mobile device such as a phone tablet or watch Mobile applications often stand in contrast to desktop applications which are designed to run on desktop computers and web applications which run in mobile web browsers rather than directly on the mobile device Apps were originally intended for productivity assistance such as email calendar and contact databases but the public demand for apps caused rapid expansion into other areas such as mobile games factory automation GPS and location based services order tracking and ticket purchases so that there are now millions of apps available Many apps require Internet access Apps are generally downloaded from app stores which are a type of digital distribution platforms The term app short for application has since become very popular in 2010 it was listed as Word of the Year by the American Dialect Society 1 Apps are broadly classified into three types native apps hybrid and web apps Native applications are designed specifically for a mobile operating system typically iOS or Android Web apps are written in HTML5 or CSS and typically run through a browser Hybrid apps are built using web technologies such as JavaScript CSS and HTML5 and function like web apps disguised in a native container 2 Contents 1 Overview 2 Types 2 1 Native app 2 2 Web based app 2 3 Hybrid app 3 Development 4 Distribution 4 1 Google Play 4 2 App Store 4 3 Microsoft Store 4 4 Others 5 Enterprise management 5 1 App wrapping vs native app management 6 See also 7 References 8 External linksOverview The official US Army mobile app presents the service s technology news updates and media in a single place An emulation app for the programmable pocket calculator HP 41CX from 1983 Several such apps exist for full functionally emulating old home computers game consoles or even mainframe computers from up to several decades ago Most mobile devices are sold with several apps bundled as pre installed software such as a web browser email client calendar mapping program and an app for buying music other media or more apps Some pre installed apps can be removed by an ordinary uninstall process thus leaving more storage space for desired ones Where the software does not allow this some devices can be rooted to eliminate the undesired apps Apps that are not preinstalled are usually available through distribution platforms called app stores These may operated by the owner of the device s mobile operating system such as the App Store iOS or Google Play Store by the device manufacturers such as the Galaxy Store and Huawei AppGallery or by third parties such as the Amazon Appstore and F Droid Usually they are downloaded from the platform to a target device but sometimes they can be downloaded to laptops or desktop computers Apps can also be installed manually for example by running an Android application package on Android devices Some apps are freeware while others have a price which can be upfront or a subscription Some apps also include microtransactions and or advertising In any case the revenue is usually split between the application s creator and the app store 3 The same app can therefore cost a different price depending on the mobile platform Mobile apps were originally offered for general productivity and information retrieval including email calendar contacts the stock market and weather information However public demand and the availability of developer tools drove rapid expansion into other categories such as those handled by desktop application software packages As with other software the explosion in number and variety of apps made discovery a challenge which in turn led to the creation of a wide range of review recommendation and curation sources including blogs magazines and dedicated online app discovery services In 2014 government regulatory agencies began trying to regulate and curate apps particularly medical apps 4 Some companies offer apps as an alternative method to deliver content with certain advantages over an official website With a growing number of mobile applications available at app stores and the improved capabilities of smartphones people are downloading more applications to their devices 5 Usage of mobile apps has become increasingly prevalent across mobile phone users 6 A May 2012 comScore study reported that during the previous quarter more mobile subscribers used apps than browsed the web on their devices 51 1 vs 49 8 respectively 7 Researchers found that usage of mobile apps strongly correlates with user context and depends on user s location and time of the day 8 Mobile apps are playing an ever increasing role within healthcare and when designed and integrated correctly can yield many benefits 9 10 Market research firm Gartner predicted that 102 billion apps would be downloaded in 2013 91 of them free which would generate 26 billion in the US up 44 4 on 2012 s US 18 billion 11 By Q2 2015 the Google Play and Apple stores alone generated 5 billion An analyst report estimates that the app economy creates revenues of more than 10 billion per year within the European Union while over 529 000 jobs have been created in 28 EU states due to the growth of the app market 12 TypesMobile applications may be classified by numerous methods A common scheme is to distinguish native web based and hybrid apps Native app All apps targeted toward a particular mobile platform are known as native apps Therefore an app intended for Apple device does not run in Android devices As a result most businesses develop apps for multiple platforms While developing native apps professionals incorporate best in class user interface modules This accounts for better performance consistency and good user experience Users also benefit from wider access to application programming interfaces and make limitless use of all apps from the particular device Further they also switch over from one app to another effortlessly The main purpose for creating such apps is to ensure best performance for a specific mobile operating system Web based app A web based app is implemented with the standard web technologies of HTML CSS and JavaScript Internet access is typically required for proper behavior or being able to use all features compared to offline usage Most if not all user data is stored in the cloud The performance of these apps is similar to a web application running in a browser which can be noticeably slower than the equivalent native app It also may not have the same level of features as the native app Hybrid app The concept of the hybrid app is a mix of native and web based apps Apps developed using Apache Cordova Flutter Xamarin React Native Sencha Touch and other frameworks fall into this category These are made to support web and native technologies across multiple platforms Moreover these apps are easier and faster to develop It involves use of single codebase which works in multiple mobile operating systems citation needed Despite such advantages hybrid apps exhibit lower performance Often apps fail to bear the same look and feel in different mobile operating systems citation needed DevelopmentMain article Mobile app development Developers at work Developing apps for mobile devices requires considering the constraints and features of these devices Mobile devices run on battery and have less powerful processors than personal computers and also have more features such as location detection and cameras Developers also have to consider a wide array of screen sizes hardware specifications and configurations because of intense competition in mobile software and changes within each of the platforms although these issues can be overcome with mobile device detection Mobile application development requires the use of specialized integrated development environments Mobile apps are first tested within the development environment using emulators and later subjected to field testing Emulators provide an inexpensive way to test applications on mobile phones to which developers may not have physical access 13 14 Mobile user interface UI Design is also essential Mobile UI considers constraints and contexts screen input and mobility as outlines for design The user is often the focus of interaction with their device and the interface entails components of both hardware and software User input allows for the users to manipulate a system and device s output allows the system to indicate the effects of the users manipulation Mobile UI design constraints include limited attention and form factors such as a mobile device s screen size for a user s hand Mobile UI contexts signal cues from user activity such as location and scheduling that can be shown from user interactions within a mobile application Overall mobile UI design s goal is primarily for an understandable user friendly interface Mobile UIs or front ends rely on mobile back ends to support access to enterprise systems The mobile back end facilitates data routing security authentication authorization working off line and service orchestration This functionality is supported by a mix of middleware components including mobile app servers Mobile Backend as a service MBaaS and SOA infrastructure Conversational interfaces display the computer interface and present interactions through text instead of graphic elements They emulate conversations with real humans 15 There are two main types of conversational interfaces voice assistants like the Amazon Echo and chatbots 15 Conversational interfaces are growing particularly practical as users are starting to feel overwhelmed with mobile apps a term known as app fatigue 16 17 David Limp Amazon s senior vice president of devices says in an interview with Bloomberg We believe the next big platform is voice 18 DistributionSee also List of mobile app distribution platforms This section needs to be updated The reason given is Outdated stats Microsoft Store no longer caters for mobile apps as Windows Mobile has been discontinued Nokia Ovi store is long closed Samsung Apps has been renamed etc Please help update this article to reflect recent events or newly available information April 2020 The three biggest app stores are Google Play for Android App Store for iOS and Microsoft Store for Windows 10 Windows 10 Mobile and Xbox One Google Play Main article Google Play Google Play formerly known as the Android Market is an international online software store developed by Google for Android devices It opened in October 2008 19 In July 2013 the number of apps downloaded via the Google Play Store surpassed 50 billion of the over 1 million apps available 20 As of September 2016 according to Statista the number of apps available exceeded 2 4 million Over 80 of apps in the Google Play Store are free to download 21 The store generated a revenue of 6 billion U S dollars in 2015 App Store Main article App Store iOS iPadOS Apple s App Store for iOS and iPadOS was not the first app distribution service but it ignited the mobile revolution and was opened on July 10 2008 and as of September 2016 reported over 140 billion downloads The original AppStore was first demonstrated to Steve Jobs in 1993 by Jesse Tayler at NeXTWorld Expo 22 As of June 6 2011 there were 425 000 apps available which had been downloaded by 200 million iOS users 23 24 During Apple s 2012 Worldwide Developers Conference CEO Tim Cook announced that the App Store has 650 000 available apps to download as well as 30 billion apps downloaded from the app store until that date 25 From an alternative perspective figures seen in July 2013 by the BBC from tracking service Adeven indicate over two thirds of apps in the store are zombies barely ever installed by consumers 26 Microsoft Store Main article Microsoft Store Microsoft Store formerly known as the Windows Store was introduced by Microsoft in 2012 for its Windows 8 and Windows RT platforms While it can also carry listings for traditional desktop programs certified for compatibility with Windows 8 it is primarily used to distribute Windows Store apps which are primarily built for use on tablets and other touch based devices but can still be used with a keyboard and mouse and on desktop computers and laptops 27 28 Others Main article List of mobile app distribution platforms Amazon Appstore is an alternative application store for the Android operating system It was opened in March 2011 and as of June 2015 the app store has nearly 334 000 apps 29 The Amazon Appstore s Android Apps can also be installed and run on BlackBerry 10 devices BlackBerry World is the application store for BlackBerry 10 and BlackBerry OS devices It opened in April 2009 as BlackBerry App World Ovi Nokia for Nokia phones was launched internationally in May 2009 In May 2011 Nokia announced plans to rebrand its Ovi product line under the Nokia brand 30 and Ovi Store was renamed Nokia Store in October 2011 31 Nokia Store will no longer allow developers to publish new apps or app updates for its legacy Symbian and MeeGo operating systems from January 2014 32 Windows Phone Store was introduced by Microsoft for its Windows Phone platform which was launched in October 2010 As of October 2012 update it has over 120 000 apps available 33 Samsung Apps was introduced in September 2009 34 As of October 2011 Samsung Apps reached 10 million downloads The store is available in 125 countries and it offers apps for Windows Mobile Android and Bada platforms The Electronic AppWrapper was the first electronic distribution service to collectively provide encryption and purchasing electronically 35 F Droid Free and open Source Android app repository Opera Mobile Store is a platform independent app store for iOS Java BlackBerry OS Symbian iOS and Windows Mobile and Android based mobile phones It was launched internationally in March 2011 There are numerous other independent app stores for Android devices Enterprise managementMain article Mobile application management Mobile application management MAM describes software and services responsible for provisioning and controlling access to internally developed and commercially available mobile apps used in business settings The strategy is meant to off set the security risk of a Bring Your Own Device BYOD work strategy When an employee brings a personal device into an enterprise setting mobile application management enables the corporate IT staff to transfer required applications control access to business data and remove locally cached business data from the device if it is lost or when its owner no longer works with the company Containerization is an alternate approach to security Rather than controlling an employee s entire device containerization apps create isolated pockets separate from personal data Company control of the device only extends to that separate container 36 App wrapping vs native app management Especially when employees bring your own device BYOD mobile apps can be a significant security risk for businesses because they transfer unprotected sensitive data to the Internet without knowledge and consent of the users Reports of stolen corporate data show how quickly corporate and personal data can fall into the wrong hands Data theft is not just the loss of confidential information but makes companies vulnerable to attack and blackmail 37 Professional mobile application management helps companies protect their data One option for securing corporate data is app wrapping But there also are some disadvantages like copyright infringement or the loss of warranty rights Functionality productivity and user experience are particularly limited under app wrapping The policies of a wrapped app can t be changed If required it must be recreated from scratch adding cost 38 An app wrapper is a mobile app made wholly from an existing website or platform 39 with few or no changes made to the underlying application The wrapper is essentially a new management layer that allows developers to set up usage policies appropriate for app use 39 Examples of these policies include whether or not authentication is required allowing data to be stored on the device and enabling disabling file sharing between users 40 Because most app wrappers are often websites first they often do not align with iOS or Android Developer guidelines Alternatively it is possible to offer native apps securely through enterprise mobility management This enables more flexible IT management as apps can be easily implemented and policies adjusted at any time 41 See alsoAppbox Pro 2009 App store optimization Enterprise mobile application Mobile commerce Super appReferences App voted 2010 word of the year by the American Dialect Society UPDATED American Dialect Society 2011 01 08 Retrieved 2012 01 28 Mobile Application Development Amazon Web Services Inc Siegler MG June 11 2008 Analyst There s a great future in iPhone apps Venture Beat Yetisen Ali Kemal Martinez Hurtado J L Da Cruz Vasconcellos Fernando Simsekler M C Emre Akram Muhammad Safwan Lowe Christopher R 2014 The regulation of mobile medical applications Lab on a Chip 14 5 833 40 doi 10 1039 C3LC51235E PMID 24425070 Pham Xuan Lam Nguyen Thi Huyen Chen Gwo Dong 2018 Research Through the App Store Understanding Participant Behavior on a Mobile English Learning App Journal of Educational Computing Research 56 7 1076 1098 doi 10 1177 0735633117727599 S2CID 64678404 Ludwig Sean December 5 2012 venturebeat com study Mobile app usage grows 35 TV amp web not so much Perez Sarah July 2 2012 comScore In U S Mobile Market Samsung Android Top The Charts Apps Overtake Web Browsing techcrunch com Bohmer Matthias Hecht Brent Schoning Johannes Kruger Antonio Bauer Gernot 2011 Falling asleep with Angry Birds Facebook and Kindle Proceedings of the 13th International Conference on Human Computer Interaction with Mobile Devices and Services MobileHCI 11 pp 47 56 doi 10 1145 2037373 2037383 ISBN 978 1 4503 0541 9 S2CID 8654592 Marcano Belisario Jose S Gupta Ajay K O Donoghue John Morrison Cecily Car Josip 2016 Tablet computers for implementing NICE antenatal mental health guidelines Protocol of a feasibility study BMJ Open 6 1 e009930 doi 10 1136 bmjopen 2015 009930 PMC 4735209 PMID 26801468 Ventola CL 2014 Mobile devices and apps for health care professionals uses and benefits P T 39 5 356 64 PMC 4029126 PMID 24883008 Mobile apps revenues tipped to reach 26bn in 2013 The Guardian 11 October 2013 Retrieved 19 September 2013 VisionMobile Plum Consulting European App Economy analyst report September 2013 Gao J Bai X Tsai W Uehara T February 2014 Mobile Application Testing A Tutorial Computer 47 2 46 55 doi 10 1109 MC 2013 445 ISSN 0018 9162 S2CID 39110385 Strain Matt 2015 02 13 1983 to today a history of mobile apps the Guardian a b Brownlee John 4 April 2016 Conversational Interfaces Explained Fast Co Design Fast Company Inc Retrieved July 4 2016 Errett Joshua As app fatigue sets in Toronto engineers move on to chatbots CBC CBC Radio Canada Retrieved July 4 2016 Schippers Ben App Fatigue TechCrunch AOL Inc Retrieved July 4 2016 Soper Spencer 3 March 2016 Amazon Bets on Bigger Market for Voice Enabled Echo Bloomberg com Bloomberg L P Retrieved July 4 2016 Chu Eric 13 February 2009 Android Market Update Support The Future of Mobile Application UAB 9 September 2015 Retrieved 11 November 2015 Shaw Norman Sergueeva Ksenia April 2019 The non monetary benefits of mobile commerce Extending UTAUT2 with perceived value International Journal of Information Management 45 44 55 doi 10 1016 j ijinfomgt 2018 10 024 S2CID 106407622 Carey Richard 17 July 2015 Electronic Recollections By Ricard Carey AppStorey 10 Billion App Countdown Apple 2011 01 14 Rao Leena July 7 2011 Apple s App Store Crosses 15B App Downloads Adds 1B Downloads In Past Month TechCrunch AOL Inc Indvik Lauren June 11 2012 App Store Stats 400 Million Accounts 650 000 Apps Mashable App Store full of zombies claim on Apple anniversary BBC News 10 July 2013 Miller Michael September 14 2011 Build More Details On Building Windows 8 Metro Apps PC Magazine Archived from the original on February 17 2012 Retrieved February 10 2012 Rosoff Matt February 9 2012 Here s Everything You Wanted To Know About Microsoft s Upcoming iPad Killers Business Insider Retrieved December 11 2017 Amazon App Store for Android Retrieved 23 June 2015 The evolution of Nokia and Ovi Nokia Conversations The official Nokia Blog Conversations nokia com Archived from the original on 2011 05 17 Retrieved 2011 08 25 Fraser Adam 10 October 2011 Ovi Store renamed as Nokia Store now built using Qt Conversations by Nokia official Nokia blog Nokia Archived from the original on 2011 10 13 Retrieved 25 May 2012 Changes to supported content types in the Nokia Store The Nokia Developer Team October 4 2013 Archived from the original on November 12 2013 Retrieved November 12 2013 Arghire Ionut 30 October 2012 Windows Phone Store Has 120 000 Apps Now More to Come Softpedia SoftNews NET SRL Retrieved 29 November 2012 Basic Information about Samsung Apps Store content samsung com Retrieved 2013 03 06 Wyatt Robert A Software Shop Wired Wired Magazine Taware Varun 20 April 2015 Containerization is a winning strategy for smarter BYOD management Betanews Retrieved 11 November 2015 Rob Thomas 8 May 2009 Energy Smart Mobile app mobileapp development com United Kingdom Case Study Security Subbu Iyer Director of Product Management Bluebox 7 July 2014 5 things you no longer need to do for mobile security Network World Retrieved 16 May 2016 a b Nicol D 2013 Mobile Strategy How Your Company Can Win by Embracing Mobile Technologies IBM Press Pearson Education p 138 ISBN 978 0 13 309494 7 Retrieved December 11 2017 Rouse Margaret July 2012 What is app wrapping application wrapping WhatIs com Retrieved December 11 2017 Enterprise IT Spotlight enterprise mobility management 451 Research Analyzing the Business of Enterprise IT Innovation 451research com Retrieved 16 May 2016 External links Media related to Mobile phone software at Wikimedia Commons Retrieved from https en wikipedia org w index php title Mobile app amp oldid 1123679534, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.