Survey on Native and Hybrid Mobile Application Development Tools

Total Page:16

File Type:pdf, Size:1020Kb

Survey on Native and Hybrid Mobile Application Development Tools International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 6, Issue 9, September 2017, ISSN: 2278 – 1323 Survey on Native and Hybrid Mobile Application Development Tools Shruthi Sasidaran Different operating systems run on different smart Abstract— Mobile phones have drastically phones – Android, iOS and Windows being the transformed from being simple devices to being most widely used. These platforms use different fully – functional pocket – sized computers, programming environments, each with its own equivalent to any desktop or laptop. This language and APIs, to develop unique and high – typically led to the requirement of mobile end user experience apps. The increased demand of application development and mobile – friendly such apps gives rise to the necessity of cross – user interface design development. Hence it is platform mobile app development frameworks, to important to understand, learn and analyze the ensure that apps gain access to the largest user – different types of mobile applications that are base they possibly can, irrespective of the platform present in the market. This paper conducts a they use, resulting a low cost – in terms of money, survey on the types of various mobile time and effort [1][5]. applications, a brief comparison between them, and the various application development tools Organizations have understood the necessity to available in the market – for both native effectively use smartphones and mobile apps to applications as well as hybrid applications. reach and attract customers. Many organizations have started encouraging users to utilize their Index Terms—Native Applications, Hybrid mobile apps and websites for using new and existing Applications, Xamarin, HTML5, Android, operations. The choice between employing mobile Cordova apps and websites or both, depends largely on their cost, usability, required features and the audience they target [5]. I. INTRODUCTION Nowadays, every person walks around with at There are several reasons why mobile apps are least one smartphone, if not multiple. Along with preferred over than mobile websites: the ability to make and receive calls and text 1. Better Personalization is offered by messages, users pay keen attention to the mobile apps specification of the smartphone, analyzing the 2. Flexibility to view, send notifications various features and the rich capabilities available, 3. Making the most of the device’s built – in such as gigabytes of memory, multi core capabilities processors, high resolution camera and so on. A 4. Ability to work offline mobile app, short for mobile application, is a software that is pre – installed or downloadable 5. Ability to create mobile – friendly user from an application store, and installed on mobiles experience design and tablets. The count of mobile apps that are being 6. Ability of mobile apps to work faster developed and released into the market increases than websites exponentially by the day [4]. 7. Provides branding opportunity for apps [6]. Shruthi Sasidaran, Honeywell Technology Solutions, Bangalore, India, 00919535038426 All Rights Reserved © 2017 IJARCET 1389 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 6, Issue 9, September 2017, ISSN: 2278 – 1323 II. DIFFERENT TYPES OF MOBILE APPS One of the main disadvantage is the absence 1. Native Apps: These apps are developed of access to many APIs for developers, with exclusively for a platform, and take full some exceptions such as geolocation [7]. advantage of the operating system features and other softwares that are typically Why Hybrid? Why Native? installed on the platform [2]. Prior to indulging into the pros and cons of both High performance and great user experience native and hybrid apps, it is important to understand is the main advantage of native apps. the top most CTQ, or Critical to Quality, of mobile Moreover, native apps provide wider access applications. That is, without doubt, the user to their APIs which sets no limitation on the experience of the app. app usage. These apps are directly available from their app stores, ensuring a clear reach The user experience can make or break the success to the target customers. of the app. An app that has a bad user experience will not be entertained by anyone, neither the Development of native mobile applications customers nor the stakeholders. Prior to the can be tedious, in the sense that, the entire development of a mobile application, the main decision that has to be taken is the approach on codebase has to be re – written to target a which the app has to be developed – whether a different platform and users, despite having native or hybrid app. the same business use – case and logic [7]. There are pros and cons for both Native as well as 2. Hybrid Apps: These apps are developed Hybrid apps [8]. using multi – platform web technologies – like HTML5, CSS3 and Javascript. They The differentiators in case of Native apps are: are partly native apps that run on the device, 1. Best Security inside a native container and device’s 2. Perfect in user experience browser engine to render the HTML and 3. Great performance process the JavaScript locally [2]. 4. Offline mode 5. Native UI helps users to quickly adopt to Hybrid apps are fast and relatively easy to the functionalities of the app develop. A single code base for all the 6. Access to the device hardware / software platforms ensures low – cost maintenance – GPS, Location, Calendar etc. and smooth updates. The differentiators in case of Hybrid Apps are: 1. Portability – one code base, multiple However, they lack in performance, speed platforms and overall optimization in comparison to 2. Various hardware / software capabilities the native apps [7]. access – through plug – ins 3. Lower costs for development 3. Web Apps: These apps use mobile 4. Faster speed to market – initially browser to run and are usually written in 5. Doesn’t have to update each app in the HTML5, CSS and JavaScript. They require app store to wait for approach. minimal device memory. Users get access from any device, provided there is an active internet connection, since the databases are saved on the server [2]. www.ijarcet.org 1390 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 6, Issue 9, September 2017, ISSN: 2278 – 1323 The following table summarizes the differences develop native apps or cross – platform apps. between a native app and a hybrid app The Titanium Development Platform by Appcelerator works with web programming Native Hybrid languages such as HTML, PHP, Javascript, Development Native Native and Ruby and Python. The main advantage of Language languages: web / web only Appcelerator is that it has several platform Java for specific APIs, features, and user interfaces. It Android ensures enhanced performance since the Swift for iOS development is platform targeted. Device Specific High Moderate Appcelerator’s Titanium used Javascript and Features XML to build native and hybrid mobile Code Portability None High applications [1]. UI / UX High Moderate Advanced High Moderate 3. PhoneGap: PhoneGap is a cross – platform app Graphics development tool. It works on standard web Application Available Available development languages - HTML5, CSS3 and Store Javascript. PhoneGap allows developers to Development Expensive Reasonable create mobile applications for Android, Cost Symbian, Blackberry, iOS. The main advantage Device Access Complete Complete of applications developed using PhoneGap is Speed Fast Medium that they work uniformly well over multiple Access to Native High Moderate platforms without any compromise on the look APIs and feel. It does not require any special skill set or expertise for building apps [18]. The main advantage of PhoneGap is that III. TOOLS FOR MOBILE APPLICATION applications developed work uniformly across DEVELOPMENT multiple platforms, ensuring the same user experience. Also, the powerful backend system 1. Xamarin: Xamarin is the most preferred tool for increases the development speed of mobile native application development. Xamarin is applications. It also taps into the hardware of built on the C# programming language and it the device such as camera, geo – location, runs on the .Net CLI. It is used to build apps for accelerometer [1]. iOS, Android and Windows platforms [14][15]. One of the main advantages of Xamarin is that it 4. Ionic: Ionic is HTML5 mobile app development reuses the business logic layers and data access framework which is used widely to create layers across various platforms. This feature is hybrid mobile apps. It is an open – source SDK. beneficial when functions such as large amounts Hybrid mobile applications are small websites of local data, offline mode and image that run in a browser within an app that has recognition need to be implemented [1]. It is a access to the native platform layer. Ionic has mono framework that enables communication several default CSS components and Javascript with the API of mobile devices. It is very helpful components for building mobile apps. It in creating scalable and robust applications becomes easier to build applications, as Ionic is [16][17]. built on top of AngularJS framework. As Ionic apps are built in HTML5 framework, they 2. Appcelerator: Appcelerator speeds up or require a native wrapper like PhoneGap or accelerates the app development process as it Cordova to deploy as a native app [19]. allows the developers to create apps with fewer lines
Recommended publications
  • Rhomobile Solution
    Rhomobile Solution Mobile and Desktop cross-platform development with Ruby Intro You like Ruby and Ruby on Rails ? You want to develop mobile cross-platform application based on Ruby ? Let me introduce Rhodes solution ! RUBY + RHODes Ruby on mobile devices Mobile Ruby solutions on market Native, like https://github.com/mobiruby Xamarin, Appcelerator limited functionality MobiRuby Native app like http://ruboto.org/ Xamarin, Appcelerator limited functionality Cross-platform. Native, like http://www.rubymotion.com/ Xamarin, Appcelerator. Development only on Mac OS RubyMotion Working solution Cross-platform hybrid, like PhoneGap (Cordova), http://tau-technologies.com/ but with Ruby controllers on the local server. Linux, Sailfish Complete solution Mobile cross-platform solutions Mobile applications architectures SImple not cross-platform Web Native Hybrid Mixed Hybrid Native Application cross-platform Application cross-platform Application cross-platform Application cross-platform Application Platform Browser UI Framework WebView Framework WebView platform dependent or UI HTML/CSS/JS code cross-platform UI + Logic code HTML/CSS/JS UI + Logic code Native code UI + Logic HTML/CSS/JS Logic Logic code cross-platform code cross-platform code Framework Framework Framework Platform API Platform API Platform API Platform API iOS: ObjC, Swift, C++ a lot of Xamarin (C#) Cordova/PhoneGap RhoMobile Android: Java, C++ HTML/CSS/JS frameworks Appcelerator (JS) (in pure hybrid mode) RhoMobile (Ruby) WinCE/WM: C#, C++ React Native (JS) + a lot of + a lot of
    [Show full text]
  • Cross-Platform Development of Smartphone Application with Rhomobile
    Masaryk University Faculty of Informatics Cross-platform development of smartphone application with RhoMobile Master’s Thesis Bc. Adam Melkus Brno, Spring 2016 Masaryk University Faculty of Informatics Cross-platform development of smartphone application with RhoMobile Master’s Thesis Bc. Adam Melkus Brno, Spring 2016 Declaration Hereby I declare that this paper is my original authorial work, which I have worked out on my own. All sources, references, and literature used or excerpted during elaboration of this work are properly cited and listed in complete reference to the due source. Bc. Adam Melkus Advisor: Ing. Mgr. et Mgr. Zdeněk Říha, Ph.D. i Acknowledgement I would like to thank my supervisor Ing. Mgr. et Mgr. Zdeněk Říha, Ph.D. for enabling me to write this thesis and being patient with my erratic progress. I would also like to express gratitude to my technical consultant with Y Soft Mgr. Juraj Michálek and Mgr. Jaroslav Klech for the frequent insightful consultations, valuable advice and guidance. And finally thank you to my loving family and girlfriend. iii Abstract The aim of this thesis is to develop a showcase application to demon- strate the possibilities RhoMobile cross-platform development frame- work offers. Other goals include evaluation of the support, quality of documentation, community, and overall viability for commercial use. iv Keywords smart phone, Android, iOS, Windows Phone 8, RhoMobile, cross- platform v Contents 1 Introduction 1 2 Cross-platform Development of Mobile Applications 3 2.1 Motivation and Caveats ....................3 2.2 Approaches ..........................4 2.3 Overview of Frameworks ...................5 2.3.1 Hybrid Application Frameworks .
    [Show full text]
  • Motorola Rhomobile Suite V5.0.38
    11/2/2016 Motorola RhoMobile Suite MOTOROLA RHOMOBILE SUITE V5.0.38 CONTENTS 1. Description 2. Release Notes 3. Device Compatibility 4. Components 5. Installation 6. Usage Notes 7. Known Issues 8. Usage Notes for 2.2 APIs 9. Known Issues for 2.2 APIs 10. Supported Ciphers 11. Part Numbers DESCRIPTION Thank you for selecting Motorola as your mobility solution tool provider. User friendly mobile applications are key to leveraging the power, value and return on investment of your mobile solutions and with Motorola RhoMobile Suite you can significantly reduce the time and cost associated with mobile application development. RhoMobile Suite allows you to create flexible, OS­independent, hardware­agnostic applications that look, feel and act the same on every supported device. You can rapidly create robust mobile applications that can include a wide range of advanced data capture capabilities. Whether you want to streamline your warehouse, delivery or service operations or enable more robust asset tracking & visibility, Motorola RhoMobile Suite will help you get your enterprise mobility solution up and running. RELEASE NOTES Version 5.0 Service Pack 3 (5.0.38) Roll­up of previous 5.0 service packs Issues Resolved MobileIron will now work with Rho iOS applications. In order to work with the per­application VPN functionality of MobileIron it is necessary to configure both the settings ios_net_use_curl=0 and ios_direct_local_requests=1 as explained in the Runtime configuration guide Version 5.0 Service Pack 2 (5.0.30) Roll­up of previous 5.0 service pack New Features Added iOS apps can now be built with 64­bit support.
    [Show full text]
  • Understanding What Makes Rhomobile Tick
    A Saviance Technologies Whitepaper Understanding what makes RhoMobile tick Why Businesses are keen to use RhoMobile Mobility platforms are becoming a vital aspect for businesses. The market for mobile application development platform is in a period of rapid growth. Developers are investing a lot of time and money in creating powerful sets of development tools and managing different versions of each mobile application that help businesses. The RhoMobile suite which is a robust set of development tools enables businesses to build feature-rich, native enterprise applications. It gives developers more time and better tools to write smarter apps for the enterprise, quickly and reliably for all mobile operating systems. It also helps organizations to optimize their IT resources so that they can create cost-effective and innovative solutions that help businesses efficiently. RhoMobile Suite is comprised of five Rho elements, namely: RhoStudio RhoMobile RhoConnect RhoHub RhoGallery This whitepaper focuses mainly on RhoMobile, the next evolution in Mobile Application development and its future in Mobile Computing. What is RhoMobile? RhoMobile is a mobile application framework which is used to develop Mobile applications from scratch. Selected as Best Startup at Interop 2009, it enables developers to use HTML and Ruby to create native iPhone, BlackBerry, Windows, © Saviance 2014 All rights reserved www.saviance.com Symbian, and Android applications. The framework in it is called Rhodes. Rhodes is a free and open source MVC-based framework which is written in Ruby under the MIT license for building native cross-platform mobile applications. Rhodes enables developers to create a native app, and porting the app in cross operating systems such as Android, iOS, BlackBerry, Windows Mobile, Symbian etc.
    [Show full text]
  • Cross-Platform Mobile App Development Using Rhomobile Cross-Platform Approaches
    Cross-Platform Mobile App Development Using RhoMobile Cross-Platform Approaches ● Hybrid approach is most promising ● Web technologies are widely used everywhere ● Web developers (front-end HTML/JS) are much more numerous and cheap than iOS or Android devs ● There are some OS like WebOS and FireFox OS where you can write application only using web technologies ● By Gartner report currently in the enterprise environment 90% of applications are web or hybrid Cut Expenses ● Hybrid cross-platform solutions like Phonegap or RhoMobile allow to reduce development cost in three and more times ● It’s possible to involve existing web developers ● Existing web applications code reuse ● App code portability between development platforms What exactly is “RhoMobile” ● The set of development tools for creating data-centric, cross-platform, native mobile consumer and enterprise applications ● It allows developers to build native mobile apps using web technologies, such as CSS3, HTML5, JavaScript and Ruby ? ● With RhoMobile you can track offline changes on mobile clients and synchronize with a corporate backend ● It dynamically updates application UI when backend data changes RhoMobile Suite ● RhoStudio allows development, debugging and testing of cross-platform enterprise apps with single tool simplicity ● The foundation of RhoMobile Suite, Rhodes is an open-source cross-platform development framework for rapidly building native apps ● For access to built-in APIs for barcode scanning and RHOMOBILE SUITE RFID, support for the widest range of operating
    [Show full text]
  • Evaluation of Cross-Platform Tools for Mobile Development Bachelor of Science Thesis in Software Engineering and Management
    Evaluation of Cross-Platform Tools for Mobile Development Bachelor of Science Thesis in Software Engineering and Management ALIREZA PAZIRANDEH EVELINA VOROBYEVA University of Gothenburg Chalmers University of Technology Department of Computer Science and Engineering Göteborg, Sweden, June 2013 The Author grants to Chalmers University of Technology and University of Gothenburg the non-exclusive right to publish the Work electronically and in a non-commercial purpose make it accessible on the Internet. The Author warrants that he/she is the author to the Work, and warrants that the Work does not contain text, pictures or other material that violates copyright law. The Author shall, when transferring the rights of the Work to a third party (for example a publisher or a company), acknowledge the third party about this agreement. If the Author has signed a copyright agreement with a third party regarding the Work, the Author warrants hereby that he/she has obtained any necessary permission from this third party to let Chalmers University of Technology and University of Gothenburg store the Work electronically and make it accessible on the Internet. Evaluation of Cross-Platform Tools for Mobile Development Alireza Pazirandeh Evelina Vorobyeva © Alireza Pazirandeh, June 2013. © Evelina Vorobyeva, June 2013. Examiner: Morgan Ericsson University of Gothenburg Chalmers University of Technology Department of Computer Science and Engineering SE-412 96 Göteborg Sweden Telephone + 46 (0)31-772 1000 Department of Computer Science and Engineering Göteborg,
    [Show full text]
  • Developing Mobile Educational Apps: Development Strategies, Tools and Business Models
    ACSIJ Advances in Computer Science: an International Journal, Vol. 3, Issue 1, No.7 , January 2014 ISSN : 2322-5157 www.ACSIJ.org Developing mobile educational apps: development strategies, tools and business models Serena Pastore 1 Astronomical Observatory of Padova, INAF Padova, 35122, ITALY [email protected] with the several market analysis companies [2]. Mobile Abstract actors involved in the mobile ecosystem (Fig. 1) includes The mobile world is a growing and evolving market in all its devices manufacturers (e.g., Nokia, Samsung, RIM aspects from hardware, networks, operating systems and Blackberry), software platforms providers (e.g. Apple; applications. Mobile applications or apps are becoming the new Google, Microsoft), applications developers and mobile frontier of software development, since actual digital users use operators that in each country (e.g., in Italy Vodafone, mobile devices as an everyday object. Therefore also in an TIM, 3G) provide Internet connectivity. A single mobile educational environment, apps could be adopted in order to take advantage of mobile devices diffusions. Developing an app device is composed by specific hardware and software should not be a decision linked to the trends, but must follow platform that deals with the peculiarities of these systems. specific strategies in choosing target devices, mobile platforms, Mobile devices should follow the user's mobility and distribution channels that in these contexts usually go (therefore mobile devices are generally of reduced size through e-commerce sites called stores (e.g., Apple Store, and weight, such that they can be transported easily). Google Play, Windows Phone store). Furthermore the design of Their hardware components manifest limited processing an educational mobile app requires a careful analysis on the power and memory, little screen dimension, but a variable methodologies to be adopted and the available tools especially if numbers of other hardware such as cameras, network the aim is to build a successful and useful app.
    [Show full text]
  • Rhomobile Suite V5.1 Contents Description Release Notes
    11/2/2016 RhoMobile Suite RHOMOBILE SUITE V5.1 CONTENTS 1. Description 2. Release Notes 3. Device Compatibility 4. Components 5. Installation 6. Usage Notes 7. Known Issues 8. Usage Notes for 2.2 APIs 9. Known Issues for 2.2 APIs 10. Supported Ciphers 11. Part Numbers DESCRIPTION Thank you for selecting Zebra as your mobility solution tool provider. User friendly mobile applications are key to leveraging the power, value and return on investment of your mobile solutions and with RhoMobile Suite you can significantly reduce the time and cost associated with mobile application development. RhoMobile Suite allows you to create flexible, OS­independent, hardware­agnostic applications that look, feel and act the same on every supported device. You can rapidly create robust mobile applications that can include a wide range of advanced data capture capabilities. Whether you want to streamline your warehouse, delivery or service operations or enable more robust asset tracking & visibility, RhoMobile Suite will help you get your enterprise mobility solution up and running. RELEASE NOTES Version 5.1 Bar code capability for WP8. Timer Capability for WP8,IOS,and Android Extending printing support for USB in Android Extended Support of Config for WP8,Android,IOS New Features Added Support for TC70 GA1 (Non rebranded Device) Android KitKat. Support of Windows embedded MC18 hand held device Support for WAP4 CE6.0 device. Common API Support for Camera for both Ruby and JavaScript Device API Supported on Symbol device,which gives the capability to the
    [Show full text]
  • Cross-Plattform Development Einer Mobile Business Application Am Beispiel Einer Tourismus Anwendung
    ulm university Universität Universität Ulm | 89069 Ulm | Germany Fakultät für Ingenieurwissenschaften und Informatik Institut für Datenbanken und Informationssysteme Cross-Plattform Development einer Mobile Business Application am Beispiel einer Tourismus Anwendung Masterarbeit an der Universität Ulm Vorgelegt von: Daniel Glunz Matrikelnummer: 702033 Wirtschaftswissenschaften [email protected] Gutachter: 1. Prof. Dr. Manfred Reichert 2. Prof. Dr. Franz Schweiggert Betreuer: M. Sc. Johannes Schobel Dipl.-Inf. Marc Schickler 2014 “Cross-Plattform Development einer Mobile Business Application am Beispiel einer Tourismus Anwendung” Fassung vom 13.10.2014 © 2014 Daniel Glunz This work is licensed under the Creative Commons. Attribution-NonCommercial-ShareAlike 3.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/de/ or send a letter to Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA. Satz: PDF-LATEX 2ε Zusammenfassung Möchte man eine mobile Applikation für ein mobiles Betriebssystem entwickeln, so programmiert und kompiliert man diese mit dem jeweiligen SDK der Plattform und hinterlegt sie dann in dem jeweiligen App Store. Um sich den Aufwand der mehrfachen Entwicklung für die unterschiedlichen Plattformen zu sparen, entwickelt man eine Cross- Plattform-Anwendung, also eine Anwendung, die unabhängig vom Betriebssystem des mobilen Endgerätes ist. Dafür gibt es inzwischen verschiedene Frameworks, die diese Entwicklungsmöglichkeit unterstützen. Einige davon werden in dieser Arbeit vorgestellt. Diese Arbeit behandelt die Entwicklung einer plattformunabhängigen Applikation für mobile Endgeräte anhand eines solchen Frameworks. Als Anwendungszenario wurde eine Tourismus-Applikation gewählt, welche als Client Informationen wie Nachrichten, Veranstaltungen, Bürgermeldungen und Sehenswürdigkeiten abruft und auf dem mo- bilen Endgerät des Nutzers darstellt.
    [Show full text]
  • Motorola Rhomobile Suite V4.0.0 Contents Description
    11/2/2016 Motorola RhoMobile Suite MOTOROLA RHOMOBILE SUITE V4.0.0 CONTENTS 1. Description 2. Device Compatibility 3. Release Notes 4. Components 5. Installation 6. Usage Notes 7. Known Issues 8. Usage Notes for 2.2 APIs 9. Known Issues for 2.2 APIs 10. Supported Ciphers DESCRIPTION Thank you for selecting Motorola as your mobility solution tool provider. User friendly mobile applications are key to leveraging the power, value and return on investment of your mobile solutions and with Motorola RhoMobile Suite you can significantly reduce the time and cost associated with mobile application development. RhoMobile Suite allows you to create flexible, OS­independent, hardware­agnostic applications that look, feel and act the same on every supported device. You can rapidly create robust mobile applications that can include a wide range of advanced data capture capabilities. Whether you want to streamline your warehouse, delivery or service operations or enable more robust asset tracking & visibility, Motorola RhoMobile Suite will help you get your enterprise mobility solution up and running. DEVICE COMPATIBILITY RhoMobile Suite supports iOS, Android, Windows Embedded Handheld, and Desktop Windows XP / XPe / 7 development. On MSI devices the Rhomobile Suite supports Android, Windows Embedded Handheld 6.1, 6.5 and Windows CE 5, 6 & 7. Not all APIs will be available on every supported platform, please refer to The online API compatibility document (http://edgedocs.rhomobile.com/guide/apisummary) for a comprehensive list. Consumer Devices This
    [Show full text]
  • Cross-Platform Solutions and Rhomobile Platform
    Cross-platform solutions and Rhomobile platform ● Mobile cross-platform solutions overview ● Introducing of Rhomobile platform ● How to start with Rhomobile Enterprise mobile development specific Enterprise devices Consumer devices Special devices ● BYOD ● Win CE/WM still used ● Useful for many cases ● Migrate to Android ● iOS and Android dominate. ● A lot of software developed for WinCE/WM Enterprise mobile software specific By the device set : 1. iOS, Android, WinCE/WM - not one OS. Different H/W level of devices. 2. Special H/W 3. Special peripheral By software: 1. Sometimes just web portal is enough. 2. Access to special H/W 3. Databases synchronisation between mobile device and backend 4. Mobile application is just part of complex solution. OLD GOOD LEGACY DEVICES What is mobile application place in enterprise solution Mobile application is just part of complex solution ! mobile devices personal computers Backend servers Browser PC data Server WEB Browser MD data DB Application DB sync Application Other important things Cross-platform development is always a tradeoff! + + = + + + + Web technologies are dominate ! Mobile cross-platform solutions architectures Mobile cross-platform development architectures SImple not cross-platform Web Native Hybrid Mixed Hybrid Native Application cross-platform Application cross-platform Application cross-platform Application cross-platform Application Platform Browser UI Framework WebView Framework WebView platform dependent or UI HTML/CSS/JS code cross-platform UI + Logic code HTML/CSS/JS UI +
    [Show full text]
  • Present and Future of the Rhomobile Platform
    Present and Future of the RhoMobile platform Migrating legacy applications, Node.js on mobile devices right now and more Key facts about RhoMobile and Tau 2008 RhoMobile founded 2011 RhoMobile acquired by Motorola Solutions. 2014 RhoMobile acquired by Zebra Technologies as part of Motorola’s enterprise business. 2015 Tau Technologies founded by RhoMobile team members. 2016 Zebra open-sourced RhoMobile. RMS 5.4 is the last release by Zebra. Tau becomes Zebra’s technology partner and main contributor of RhoMobile. RMS 5.5 released by Tau in September 2016. This is the current full-featured release. RhoMobile Suite 6 is coming in June 2017 introducing new great features! 2008 2011 2014 2015 2016 2017 What Tau does Tau is a team of professionals founded by RhoMobile project members, who: - Maintain and evolve RhoMobile toolkit to meet growing business needs. - Support RhoMobile enterprise customers. - Do custom development using various technology stacks. - Provide consulting and learning services in the field of mobile development. - Evolve community around RhoMobile platform. ( So please register at RhoMobile forum :) forums.tau-technologies.com ) What is RhoMobile now = + + + TAU RHOMOBILE RHODES RHOSTUDIO EXTENSIONS RHOCONNECT RHO BROWSER SUITE MIT-licensed open source and free solution for cross-platform development. Hybrid or mixed hybrid approach for creation of mobile and desktop apps. Includes extendable programming platform, IDE, data sync solution and industrial web browser. Supports iOS, Android, WinCE/WM, WP8, UWP, Windows desktop
    [Show full text]