{"id":1502,"date":"2017-03-30T14:08:12","date_gmt":"2017-03-30T14:08:12","guid":{"rendered":"https:\/\/solutionstreet.com\/blog\/?p=1502"},"modified":"2017-03-30T14:08:12","modified_gmt":"2017-03-30T14:08:12","slug":"making-sense-of-mobile-application-types-and-frameworks","status":"publish","type":"post","link":"https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/","title":{"rendered":"Making Sense of Mobile Application Types and Frameworks"},"content":{"rendered":"<style>\n.divTable{\n\tdisplay: table;\n\twidth: 100%;\n}\n.divTableRow {\n\tdisplay: table-row;\n}\n.divTableHeading {\n\tbackground-color: #EEE;\n\tdisplay: table-header-group;\n}\n.divTableCell, .divTableHead {\n\tborder: 1px solid #999999;\n\tdisplay: table-cell;\n\tpadding: 30px 10px;\n}\n.divTableHeading {\n\tbackground-color: #EEE;\n\tdisplay: table-header-group;\n\tfont-weight: bold;\n}\n.divTableFoot {\n\tbackground-color: #EEE;\n\tdisplay: table-footer-group;\n\tfont-weight: bold;\n}\n.divTableBody {\n\tdisplay: table-row-group;\n}\n<\/style>\n<p><a href=\"https:\/\/solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/MarchTitle.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/MarchTitle-300x131.png\" alt=\"MarchTitle\" width=\"810\" height=\"354\" class=\"alignnone size-medium wp-image-1516\" srcset=\"https:\/\/www.solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/MarchTitle-300x131.png 300w, https:\/\/www.solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/MarchTitle-768x335.png 768w, https:\/\/www.solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/MarchTitle.png 822w\" sizes=\"auto, (max-width: 810px) 100vw, 810px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p><center><strong>Introduction<\/strong><\/center><\/p>\n<p>&nbsp;<\/p>\n<p>The options for building mobile applications have never been more misunderstood than today! I keep hearing things like, \u201cIonic is cool,\u201d or \u201cReact Native is the way to go,\u201d \u201cHow about Cordova or Titanium?\u201d and then I ask, \u201cWhat is that? Is it a framework? A platform? Is it native? Why would I use it other than to be cool?&#8230;\u201d and the person\u2019s eyes usually glaze over with confusion. <\/p>\n<p>&nbsp;<\/p>\n<p>So let\u2019s start with with some large classification buckets of mobile application types.<\/p>\n<p>&nbsp;<\/p>\n<p><center><strong>Mobile Application Types<\/strong><\/center><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Native<\/strong> &#8211; These are compiled native apps that are built in a platform-specific language, for Apple devices typically Objective C or Swift. For Android devices, Java is typically used. These applications are usually available in an \u2018app store\u2019 of some sort, but there are also corporate deployment options for most platforms.  <\/p>\n<p>&nbsp;<\/p>\n<p><strong>Cross Platform Native (Almost Native)<\/strong> &#8211; These are apps that are built using non-native programming languages but make use of native UI constructs and are typically compiled into native code, therefore, they perform more like native apps. Examples of cross platform native frameworks are React Native and Xamarin.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Hybrid<\/strong> &#8211; Hybrid apps are apps that get compiled into native apps but are typically written in some other programming language, usually a combination of HTML, CSS, and JavaScript. These apps have a thin container that translates these other programming languages into native instructions. The degree of this translation is a critical point we will cover in this article. Typically these apps use emulated interface components instead of native components so they are slower than native and almost native apps.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>HTML5<\/strong> &#8211; These are standard HTML5 apps that are written in such a way as to look good on some or all mobile platforms. There are popular frameworks that make this easier such as Bootstrap. These apps run in a web browser on the device. <\/p>\n<p>&nbsp;<\/p>\n<p>Understanding the reasons for choosing one of these apps is very well summarized in Figure 1 (credit: Salesforce.com).<\/p>\n<p>&nbsp;<\/p>\n<p><em>Figure 1<\/em><\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/image00.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/image00.png\" alt=\"image00\" width=\"761\" height=\"504\" class=\"alignnone size-full wp-image-1503\" srcset=\"https:\/\/www.solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/image00.png 761w, https:\/\/www.solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/image00-300x199.png 300w\" sizes=\"auto, (max-width: 761px) 100vw, 761px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>As you can see, native apps are fastest and fully capable with a native look and feel, but are targeted at a single platform so usually the most expensive if your target is all platforms. Hybrid apps give up some amount of capability and performance with the goal of supporting more platforms. HTML5 apps give up even more capability but are more compatible and often easier and cheaper to construct.<\/p>\n<p>&nbsp;<\/p>\n<p>With both hybrid and HTML5 apps there are frameworks that can be used not just to make the app look nice, but to give it a \u2018native\u2019 look and feel.<\/p>\n<p>&nbsp;<\/p>\n<p>We here at Solution Street typically build software that our customers want to run on as many platforms as possible for the lowest total cost of ownership, so that is the lens we use to evaluate mobile options.<\/p>\n<p>&nbsp;<\/p>\n<p><center><strong>Software Platform Architecture Background<\/strong><\/center><\/p>\n<p>&nbsp;<\/p>\n<p>Before we dig into mobile architectures, let\u2019s review the typical software platform architectures used by most software that wants to run on multiple platforms. Below in Figure 2 we can visualize Type A and Type B architectures that are often used.<\/p>\n<p>&nbsp;<\/p>\n<p><em>Figure 2<\/em><\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/image02.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/image02.png\" alt=\"image02\" width=\"622\" height=\"590\" class=\"alignnone size-full wp-image-1505\" srcset=\"https:\/\/www.solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/image02.png 622w, https:\/\/www.solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/image02-300x285.png 300w\" sizes=\"auto, (max-width: 622px) 100vw, 622px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>In Type A architecture (green), we see a typical server-side MVC architecture where the HTML\/CSS\/JS view is rendered on the server. Typically, a &#8216;responsive&#8217; CSS framework like Bootstrap is used so only one view is needed and the CSS framework takes care of proper rendering across multiple devices. In Type B architecture (blue), the server still makes use of a server-side MVC framework but instead of rendering HTML\/CSS\/JS it renders JSON and makes use of a client-side JavaScript framework to render the HTML\/CSS\/JS, typically these client-side frameworks still make use of a CSS framework like Bootstrap.js to handle the responsiveness across devices. See my <a href=\"https:\/\/solutionstreet.com\/blog\/hop-on-board-the-javascript-train\/#.WNqs5m8rLIV\">previous article<\/a> for a deeper dive on these types of architectures.<\/p>\n<p>&nbsp;<\/p>\n<p><center><strong><center><strong>Mobile Architectures by Type<\/strong><\/center><\/strong><\/center><\/p>\n<p>&nbsp;<\/p>\n<p>With consideration for the basic web architectures just discussed and the mobile application types listed previously, let\u2019s put them together to see the interesting combinations that are good options.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>HTML5<\/strong><\/p>\n<p> &nbsp;<\/p>\n<p>Starting with the easiest first, we can take our responsive Type A and Type B architectures and use them on most mobile browsers without doing any extra work. If you want to have nice icons on the home screens for your applications and configure some basics, both iOS Safari and Android Chrome have some basic meta tags you can add to your HTML to make these items look nice. Here are guides from <a href=\"https:\/\/developer.apple.com\/library\/content\/documentation\/AppleApplications\/Reference\/SafariWebContent\/ConfiguringWebApplications\/ConfiguringWebApplications.html\">Apple<\/a> and <a href=\"https:\/\/developer.chrome.com\/multidevice\/android\/installtohomescreen\">Google<\/a> for your reference.<\/p>\n<p>&nbsp;<\/p>\n<p>Figure 3 has an example of a home screen icon we created for one of our clients called Sharp Details. As you notice, it looks like any other app, but in this case it launches Safari and goes to the URL of our HTML5 application.<\/p>\n<p>&nbsp;<\/p>\n<p><em>Figure 3<\/em><\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/image01.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/image01-576x1024.jpg\" alt=\"image01\" width=\"173\" height=\"307\" class=\"alignnone size-large wp-image-1507\" srcset=\"https:\/\/www.solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/image01-576x1024.jpg 576w, https:\/\/www.solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/image01-169x300.jpg 169w, https:\/\/www.solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/image01.jpg 750w\" sizes=\"auto, (max-width: 173px) 100vw, 173px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>In addition to your application looking okay and being launchable, sometimes it is useful to make your application look like a native app. In this case there are frameworks that can help with this, but generally those frameworks are used for hybrid-type apps, so we will discuss the frameworks in that section.<\/p>\n<p>&nbsp;<\/p>\n<p>One misconception developers often have when it comes to HTML5 mobile apps is that they are very limited in what they can do and they make the assumption that they need to immediately go build a hybrid or native app. HTML5 apps can make use of many things from the device including Geolocation, Camera (pictures and roll), Audio and Video, and even save data using local storage.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Hybrid<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>Some hybrid frameworks can be used by both Type A and Type B architectures. Usually there is a preference, so we will categorize frameworks into the architecture in which they are typically used. Before we dive into the frameworks let\u2019s discuss a little more about hybrid apps. The first thing to remember is hybrid apps can be packaged up and given away or sold on the native device app stores. This is one advantage they have over HTML5 apps. Hybrid apps also have access to some native functions that HTML5 apps may not have access to; the functions and how easy they are to use are typically defined by the framework. Some examples of these functions are access to Bluetooth, USB inputs, FM radio, device contacts and calendar (note HTML5 is improving all the time, so some of these items may already be in the works). One of the problems with hybrid apps is that sometimes they are clunky and slow when trying to emulate the native operating system.<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>Cordova\/PhoneGap<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>Cordova is an open source platform for building mobile applications using HTML\/CSS\/JavaScript and PhoneGap is an HTML5 app platform that allows you to author native applications with web technologies and get access to APIs and app stores. Typically, PhoneGap is the platform most frameworks use to provide a thin native container. PhoneGap works well with either Type A or B architectures.<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>Sencha Touch\/Ext JS 6 Modern Toolkit<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>Sencha Touch was one of the early commercial platforms that provides HTML\/JS frameworks that allowed you to do native functions as well as emulate native look and feel. Sencha Touch was the mobile\/tablet framework while Ext JS was used for traditional browser-based apps. Recently Sencha has released &#8216;Ext JS 6 Modern Toolkit&#8217; which allows you to build for web, mobile, and tablet with one framework. We used Sencha Touch a few years ago and it worked well, was easy to use, and the app looked great, but we did have <a href=\"https:\/\/www.maxcdn.com\/blog\/html5-apps\/\">performance issues<\/a> with cheaper android-based devices that did not have fast processors and\/or GPU hardware acceleration support. Modern devices tend to work just fine, but there are still tons of older devices out in the wild. Sencha frameworks can run as HTML5 browser apps, or can be deployed natively using Cordova. Sencha is a Type B architecture model.<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>jQuery Mobile<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>jQuery Mobile is the old kid on the block, has tons of software in production and a vast suite of Mobile UI look and feel widgets that are supported on many mobile browsers. It continues to have a wide following and a large base of support. jQuery Mobile can be deployed using HTML5 or as a hybrid using Cordova. jQuery Mobile is a Type A architecture model.<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>Ionic<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>Ionic is a newer framework that is based on AngularJS, but is focused on providing emulated native look and feel for cross platform solutions. Developers that are used to Angular feel at home on Ionic and it is one of the newest &#8216;cool kids&#8217; on the block. Ionic is deployed as a hybrid app using Cordova. One of the big criticisms of hybrid apps is performance; Ionic has been performance focused from the start, so the perception so far is that Ionic apps generally perform better than most hybrid apps. One downside of Ionic is that even though it is AngularJS based, if you have an AngularJS app for your web app, you need to build a separate app for your Ionic hybrid app which can lead to additional costs and code duplication. Ionic uses a Type B architectural model with Ionic being an additional client. <\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>Onsen UI<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>Onsen UI came about around the same time as Ionic. Its claim to fame is that it works well with all the popular JS UI frameworks like Angular, Angular2, React, and Meteor. It also works on its own without any framework. It claims to have high performance like Ionic along with native emulation. Onsen UI is also deployed as hybrid using Cordova. Like Ionic, Onsen UI requires a separate app for your hybrid app vs. your traditional browser web app. We don\u2019t have much experience with Onsen UI, so we can\u2019t speak to the implementation realities. Onsen UI uses a Type B architectural model with Onsen UI being an additional client.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Hybrid Summary<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>There are dozens of other hybrid frameworks and platforms in the market. We picked what we think are the top few we have seen in use recently and ones that have promise. For a more complete list of top frameworks you can review <a href=\"http:\/\/www.pixelcrayons.com\/blog\/mobile\/7-best-hybrid-app-development-frameworks-for-2017\/\">here<\/a>.<\/p>\n<p>&nbsp;<\/p>\n<p>One metric some folks use to measure popularity is how many questions tagged with that framework are on stack overflow. This is flawed for many reasons; one in particular is it skews older frameworks. But for completeness here are the counts for these frameworks:<\/p>\n<p>&nbsp;<\/p>\n<div class=\"divTable\" style=\"width: 2%;\">\n<div class=\"divTableBody\">\n<div class=\"divTableRow\">\n<div class=\"divTableCell\" style=\"background-color: #D3D3D3;\"><strong>Technology<\/strong><\/div>\n<div class=\"divTableCell\" style=\"background-color: #D3D3D3;\"><strong>Count<\/strong><\/div>\n<\/p><\/div>\n<div class=\"divTableRow\">\n<div class=\"divTableCell\">Cordova<\/div>\n<div class=\"divTableCell\">51,153<\/div>\n<\/p><\/div>\n<div class=\"divTableRow\">\n<div class=\"divTableCell\">jQuery Mobile<\/div>\n<div class=\"divTableCell\">22,721<\/div>\n<\/p><\/div>\n<div class=\"divTableRow\">\n<div class=\"divTableCell\">Sencha Touch (Touch2)<\/div>\n<div class=\"divTableCell\">8,590<\/div>\n<\/p><\/div>\n<div class=\"divTableRow\">\n<div class=\"divTableCell\">Ionic<\/div>\n<div class=\"divTableCell\">4,538<\/div>\n<\/p><\/div>\n<div class=\"divTableRow\">\n<div class=\"divTableCell\">Onsen UI (UI2)<\/div>\n<div class=\"divTableCell\">1,118<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<p><strong>Cross Platform Native (Almost Native)<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>There is debate on this category on if it actually exists or not and whether these are just hybrid apps, but at least React Native, Xamarin, and Appcelerator claim not to be \u2018hybrid\u2019 frameworks\/platforms but to be \u2018native apps\u2019. The upside of these app types is they perform closer to native performance, but you can write one app instead of two.<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>React Native<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>React Native is the hot \u2018cool kid\u2019 on the block mainly due to the popularity of React.js and the popularity of its backer, Facebook. React Native is also nice in that it shares the paradigm of React.js, so if you know React.js then you pretty much know how to code in React Native. This is similar to the relationship between Ionic and Angular. It also has a similar downside in that you need to build a separate native app, even if you already have a Type B React.js client app for desktop browsers. The advantage of React Native over Ionic is that it claims not to do emulation, but to actually use fundamental building blocks of the native apps. The downside for the early adopters of React Native have been some performance <a href=\"https:\/\/www.devbridge.com\/articles\/pros-cons-of-react-native-crash-course\/\">issues with threading<\/a> and a lack of control of how the React Native app gets translated to native code. Also looming over React.js and <a href=\"https:\/\/arielelkin.github.io\/articles\/why-im-not-a-react-native-developer.html\">React Native is Facebook\u2019s license<\/a> which has given lawyers heartache for some time now. React Native works with Type B architectures.<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>Xamarin<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>Xamarin is a framework\/platform that allows you to write your code in C# and deploy natively to both platforms. It is established and has been used for about five years now and has a usage base of over one million developers. It is a commercial platform which is now owned by Microsoft. One of the key differentiators between Xamarin and React Native is that it gives you somewhat better exposure to the native code with a little more control over how things work. Here is an article that describes one developer&#8217;s year-long experience using <a href=\"http:\/\/www.estaun.net\/blog\/some-thoughts-after-almost-a-year-of-real-xamarin-use\/\">Xamarin<\/a>.<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>Appcelerator Titanium\/Hyperloop<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>Appcelerator frameworks claim to be in the &#8216;cross platform native&#8217; category because they render actual native UI elements. So while your development is done in JavaScript, your code is compiled into native code and claims to run at native look and feel and speed. Titanium has the advantage of being the more mature framework compared to newcomers like React Native, so it has a wider, more robust set of native APIs. Appcelerator is a commercial framework, so using it comes with a cost. Here is an <a href=\"http:\/\/www.appcelerator.com\/blog\/2016\/11\/mythbusters-killing-the-top-misconceptions-about-appcelerator-titanium\/\">article<\/a> that outlines Appcelerator\u2019s claims to be in the &#8216;almost native&#8217; category.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Almost Native Summary<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>For this category the stack overflow popularity counts are:<\/p>\n<p>&nbsp;<\/p>\n<div class=\"divTable\" style=\"width: 2%;\">\n<div class=\"divTableBody\">\n<div class=\"divTableRow\">\n<div class=\"divTableCell\" style=\"background-color: #D3D3D3;\"><strong>Technology<\/strong><\/div>\n<div class=\"divTableCell\" style=\"background-color: #D3D3D3;\"><strong>Count<\/strong><\/div>\n<\/p><\/div>\n<div class=\"divTableRow\">\n<div class=\"divTableCell\">Xamarin<\/div>\n<div class=\"divTableCell\">20,924<\/div>\n<\/p><\/div>\n<div class=\"divTableRow\">\n<div class=\"divTableCell\">React Native<\/div>\n<div class=\"divTableCell\">12,079<\/div>\n<\/p><\/div>\n<div class=\"divTableRow\">\n<div class=\"divTableCell\">Appcelerator (Titanium)<\/div>\n<div class=\"divTableCell\">9,220<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<p><center><strong><center><strong>Summary<\/strong><\/center><\/strong><\/center><\/p>\n<p>&nbsp;<\/p>\n<p>We have reviewed the four primary mobile application types and outlined the pros and cons of each. We have also discussed typical application architectures and which work best with each type and framework. Lastly, we have reviewed popular frameworks of each type and discussed some pros and cons of each. Key questions to ask yourself are:<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>Do I need a native app at all?<\/li>\n<li>Can an HTML5 responsive app work for me (this will almost always be the most cost- effective option)?\n<li>Do I need to be in the \u2018app store\u2019?\n<li>How important is native look and feel and performance?\n<li>Can the project afford two versions of the app, or even three?\n<li>What type of architecture is my app, and how does the framework work with it?\n<li>What type of skills do my developers possess today?\n<\/ul>\n<p>&nbsp;<\/p>\n<p>Once you answer these questions, you should be able to pick the right option for you! Happy Mobile Coding.<\/p>\n<p><a href=\"https:\/\/solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/March2-1.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/March2-1-300x140.png\" alt=\"March2\" width=\"675\" height=\"315\" class=\"alignnone size-medium wp-image-1525\" srcset=\"https:\/\/www.solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/March2-1-300x140.png 300w, https:\/\/www.solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/March2-1-1024x477.png 1024w, https:\/\/www.solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/March2-1-768x357.png 768w, https:\/\/www.solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/March2-1.png 1111w\" sizes=\"auto, (max-width: 675px) 100vw, 675px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Introduction &nbsp; The options for building mobile applications have never been more misunderstood than today! I keep hearing things like, \u201cIonic is cool,\u201d or \u201cReact Native is the way to go,\u201d \u201cHow about Cordova or Titanium?\u201d and then I ask, \u201cWhat is that? Is it a framework? A platform? Is it native? Why would [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1502","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Making Sense of Mobile Application Types and Frameworks - Solution Street Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Making Sense of Mobile Application Types and Frameworks - Solution Street Blog\" \/>\n<meta property=\"og:description\" content=\"&nbsp; Introduction &nbsp; The options for building mobile applications have never been more misunderstood than today! I keep hearing things like, \u201cIonic is cool,\u201d or \u201cReact Native is the way to go,\u201d \u201cHow about Cordova or Titanium?\u201d and then I ask, \u201cWhat is that? Is it a framework? A platform? Is it native? Why would [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/\" \/>\n<meta property=\"og:site_name\" content=\"Solution Street Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-03-30T14:08:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/MarchTitle-300x131.png\" \/>\n<meta name=\"author\" content=\"afrankel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"afrankel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/2017\\\/03\\\/30\\\/making-sense-of-mobile-application-types-and-frameworks\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/2017\\\/03\\\/30\\\/making-sense-of-mobile-application-types-and-frameworks\\\/\"},\"author\":{\"name\":\"afrankel\",\"@id\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/#\\\/schema\\\/person\\\/4918a8dfd726e6176a3b516b9f1fd00f\"},\"headline\":\"Making Sense of Mobile Application Types and Frameworks\",\"datePublished\":\"2017-03-30T14:08:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/2017\\\/03\\\/30\\\/making-sense-of-mobile-application-types-and-frameworks\\\/\"},\"wordCount\":2434,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/2017\\\/03\\\/30\\\/making-sense-of-mobile-application-types-and-frameworks\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/solutionstreet.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/03\\\/MarchTitle-300x131.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/2017\\\/03\\\/30\\\/making-sense-of-mobile-application-types-and-frameworks\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/2017\\\/03\\\/30\\\/making-sense-of-mobile-application-types-and-frameworks\\\/\",\"url\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/2017\\\/03\\\/30\\\/making-sense-of-mobile-application-types-and-frameworks\\\/\",\"name\":\"Making Sense of Mobile Application Types and Frameworks - Solution Street Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/2017\\\/03\\\/30\\\/making-sense-of-mobile-application-types-and-frameworks\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/2017\\\/03\\\/30\\\/making-sense-of-mobile-application-types-and-frameworks\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/solutionstreet.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/03\\\/MarchTitle-300x131.png\",\"datePublished\":\"2017-03-30T14:08:12+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/#\\\/schema\\\/person\\\/4918a8dfd726e6176a3b516b9f1fd00f\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/2017\\\/03\\\/30\\\/making-sense-of-mobile-application-types-and-frameworks\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/2017\\\/03\\\/30\\\/making-sense-of-mobile-application-types-and-frameworks\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/2017\\\/03\\\/30\\\/making-sense-of-mobile-application-types-and-frameworks\\\/#primaryimage\",\"url\":\"https:\\\/\\\/solutionstreet.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/03\\\/MarchTitle-300x131.png\",\"contentUrl\":\"https:\\\/\\\/solutionstreet.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/03\\\/MarchTitle-300x131.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/2017\\\/03\\\/30\\\/making-sense-of-mobile-application-types-and-frameworks\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Making Sense of Mobile Application Types and Frameworks\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/\",\"name\":\"Solution Street Blog\",\"description\":\"Quality Software Engineering - Technology and Consulting Articles\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/#\\\/schema\\\/person\\\/4918a8dfd726e6176a3b516b9f1fd00f\",\"name\":\"afrankel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/906488c05ad8322b055f0d85b5cee1f6f966ce8715b51d59df3f0ced8ae01b6b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/906488c05ad8322b055f0d85b5cee1f6f966ce8715b51d59df3f0ced8ae01b6b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/906488c05ad8322b055f0d85b5cee1f6f966ce8715b51d59df3f0ced8ae01b6b?s=96&d=mm&r=g\",\"caption\":\"afrankel\"},\"url\":\"https:\\\/\\\/www.solutionstreet.com\\\/blog\\\/author\\\/afrankel\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Making Sense of Mobile Application Types and Frameworks - Solution Street Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/","og_locale":"en_US","og_type":"article","og_title":"Making Sense of Mobile Application Types and Frameworks - Solution Street Blog","og_description":"&nbsp; Introduction &nbsp; The options for building mobile applications have never been more misunderstood than today! I keep hearing things like, \u201cIonic is cool,\u201d or \u201cReact Native is the way to go,\u201d \u201cHow about Cordova or Titanium?\u201d and then I ask, \u201cWhat is that? Is it a framework? A platform? Is it native? Why would [&hellip;]","og_url":"https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/","og_site_name":"Solution Street Blog","article_published_time":"2017-03-30T14:08:12+00:00","og_image":[{"url":"https:\/\/solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/MarchTitle-300x131.png","type":"","width":"","height":""}],"author":"afrankel","twitter_card":"summary_large_image","twitter_misc":{"Written by":"afrankel","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/#article","isPartOf":{"@id":"https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/"},"author":{"name":"afrankel","@id":"https:\/\/www.solutionstreet.com\/blog\/#\/schema\/person\/4918a8dfd726e6176a3b516b9f1fd00f"},"headline":"Making Sense of Mobile Application Types and Frameworks","datePublished":"2017-03-30T14:08:12+00:00","mainEntityOfPage":{"@id":"https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/"},"wordCount":2434,"commentCount":0,"image":{"@id":"https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/#primaryimage"},"thumbnailUrl":"https:\/\/solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/MarchTitle-300x131.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/","url":"https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/","name":"Making Sense of Mobile Application Types and Frameworks - Solution Street Blog","isPartOf":{"@id":"https:\/\/www.solutionstreet.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/#primaryimage"},"image":{"@id":"https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/#primaryimage"},"thumbnailUrl":"https:\/\/solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/MarchTitle-300x131.png","datePublished":"2017-03-30T14:08:12+00:00","author":{"@id":"https:\/\/www.solutionstreet.com\/blog\/#\/schema\/person\/4918a8dfd726e6176a3b516b9f1fd00f"},"breadcrumb":{"@id":"https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/#primaryimage","url":"https:\/\/solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/MarchTitle-300x131.png","contentUrl":"https:\/\/solutionstreet.com\/blog\/wp-content\/uploads\/2017\/03\/MarchTitle-300x131.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.solutionstreet.com\/blog\/2017\/03\/30\/making-sense-of-mobile-application-types-and-frameworks\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.solutionstreet.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Making Sense of Mobile Application Types and Frameworks"}]},{"@type":"WebSite","@id":"https:\/\/www.solutionstreet.com\/blog\/#website","url":"https:\/\/www.solutionstreet.com\/blog\/","name":"Solution Street Blog","description":"Quality Software Engineering - Technology and Consulting Articles","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.solutionstreet.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.solutionstreet.com\/blog\/#\/schema\/person\/4918a8dfd726e6176a3b516b9f1fd00f","name":"afrankel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/906488c05ad8322b055f0d85b5cee1f6f966ce8715b51d59df3f0ced8ae01b6b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/906488c05ad8322b055f0d85b5cee1f6f966ce8715b51d59df3f0ced8ae01b6b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/906488c05ad8322b055f0d85b5cee1f6f966ce8715b51d59df3f0ced8ae01b6b?s=96&d=mm&r=g","caption":"afrankel"},"url":"https:\/\/www.solutionstreet.com\/blog\/author\/afrankel\/"}]}},"_links":{"self":[{"href":"https:\/\/www.solutionstreet.com\/blog\/wp-json\/wp\/v2\/posts\/1502","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.solutionstreet.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.solutionstreet.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.solutionstreet.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.solutionstreet.com\/blog\/wp-json\/wp\/v2\/comments?post=1502"}],"version-history":[{"count":0,"href":"https:\/\/www.solutionstreet.com\/blog\/wp-json\/wp\/v2\/posts\/1502\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.solutionstreet.com\/blog\/wp-json\/wp\/v2\/media?parent=1502"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.solutionstreet.com\/blog\/wp-json\/wp\/v2\/categories?post=1502"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.solutionstreet.com\/blog\/wp-json\/wp\/v2\/tags?post=1502"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}