Cross-Platform Development of Smartphone Application with Rhomobile

Total Page:16

File Type:pdf, Size:1020Kb

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 . .5 2.3.2 Native Application Frameworks . .6 3 RhoMobile Suite 7 3.1 Introduction ..........................7 3.2 History ............................7 3.3 Components ..........................8 3.4 Pricing ............................9 3.5 Framework Architecture ................... 10 3.5.1 Requirements for Development . 10 3.5.2 Device Requirements . 11 3.6 Setup ............................. 11 3.6.1 Windows . 12 3.6.2 OS X . 12 3.6.3 Target Platform Specific Configuration . 12 3.7 Support ............................ 14 3.8 Security ............................ 15 3.9 Rhodes development activity ................. 16 3.9.1 Future of development . 18 3.9.2 Tool for Gathering Data from GitHub . 18 3.10 Documentation ........................ 19 4 Rhodes Application 23 4.1 Application Basics ...................... 23 4.1.1 Languages and Technologies . 23 4.1.2 Creating an Application . 24 4.1.3 Configuration . 24 4.1.4 Running an Application . 25 4.1.5 Application Architecture . 27 4.2 Rhodes functionality ..................... 29 vii 4.2.1 NFC . 30 4.2.2 Camera . 31 4.2.3 Barcode Scanner . 32 4.2.4 Geolocation and Mapping . 33 4.2.5 Device Data Storage . 35 4.2.6 Notifications . 38 4.2.7 Inter-application Communication . 39 4.2.8 Native Extensions . 40 5 YSoft SafeQ Application 43 5.1 Design ............................. 43 5.2 Embedded Terminal API ................... 44 5.2.1 Authenticate . 45 5.2.2 Logged User Info . 45 5.2.3 List All Jobs in Folder . 46 5.3 Start Screen .......................... 47 5.4 Sign In Screen ......................... 48 5.5 Job List ............................ 49 5.6 Job Detail Screen ....................... 50 5.7 Screens in RTL Mode ..................... 50 6 Conclusion 53 Bibliography 55 Index 57 A Charts of monthly commits 57 viii List of Tables 3.1 Pricing table 9 3.2 Supported platforms 11 3.3 Time periods and current owners of the RhoMobile suite 16 3.4 Top 10 Rhodes contributors 19 ix List of Figures 3.1 Latest working build tools 13 3.2 Example of rhobuild.yml 14 3.3 Commits per month to the master branch 17 4.1 Sign in screen on Windows Phone 8 24 4.2 Structure of the application skeleton 25 4.3 Web view with the application 27 4.4 MVC diagram 28 4.5 Basic controller 29 4.6 Basic action 29 4.7 Basic layout 29 4.8 Push message flow chart 39 4.9 Structure of a native extension 42 5.1 Start screens 46 5.2 QR reader screen 47 5.3 Additional screens 49 5.4 Screens in right to left mode 51 A.1 Commits per month, RhoMobile, Inc. 57 A.2 Commits per month after acquisition by Motorola Solutions 57 A.3 Commits per month after acquisition by Zebra Technologies 58 xi 1 Introduction Mobile devices are more common and accessible then ever. People tend to use them daily and for many different tasks besides just mes- saging and calling. The modern mobile phone became a powerhouse of functionality and as a result people want to use their phones for everything. Be it paying for things like they would with their credit card or controlling their home. These trends made tools for developing applications on many dif- ferent platforms more popular. It is important for developers to reach large number of user as efficiently as possible and these tools make it possible. Goal of this thesis is to showcase an application that serves as an accessory for printing while using the aforementioned tools. And in doing so, evaluate one of these cross-platform frameworks named RhoMobile. The application was developed in cooperation with Y Soft Corpo- ration. The company was founded in the year 2000 as part of a student project at Masaryk University. In the beginning it was focused on pro- viding printer user authentication and was the first company in the world to provide precise charging system for printing and copying. Throughout the years the company kept improving their core prod- ucts and introducing new ones such as Print Roaming and Mobile Printing. It has grown to be an international corporation with offices all over the world. In 2014 Y Soft bought majority stake in 3D printing company called be3D, which makes 3D printers, it also set up an in- vestment company Y Soft Ventures focused on assisting and investing into interesting startup companies. Y Soft also heavily cooperates with universities providing topics for bachelor and master theses such as this one, and also offering part time jobs and internships to students.[1] The next chapter focuses on an introduction of cross-platform de- velopment concepts and classifications followed by some alternatives to the RhoMobile. Third chapter describes what the suite contains, what are paid only parts, and what is freely available. It explains the history of the company that created the framework. Covers the subject of support and then it goes on to analyze the history of development and its developers. The fourth chapter explains how RhoMobile appli- cations are created, their architecture and design. Then it goes into to 1 1. Introduction detail about selected functions and illustrates their usage with code samples. The fifth and last section focuses on the application proto- type, documents the APIs1 it uses for communication with server. I also describes each screen of the application user interface and what part of the framework is used to create it. 1. API - Application Programming Interface 2 2 Cross-platform Development of Mobile Ap- plications Cross-platform development is a popular method of developing soft- ware, because creating a piece of software that can be deployed/run on multiple different platforms without major modifications is anat- tractive concept. Using this technique even small developer teams or individuals have the opportunity to reach large number of users. The most notable and popular example is Java and Java Virtual Ma- chine, using these tools developers can write and execute code on almost all operating system and platforms. The rise of modern user-friendly mobile operating systems start- ing in the year 2007, and the subsequent releases of iPhone OS 2.0 and Android 1.0 in the year 2008, caused the inception of new cross- platform development frameworks focused on these mobile platforms. The operating systems released in 2008 allowed running third party applications. 2.1 Motivation and Caveats The main motivator behind cross-platform development is cost re- duction. Put into a very simplified example: Application needs to support 2 platforms (Android, iOS), this means either two developers are needed each developing for one platform, or one developer who can develop for both Android and iOS. But in both of these cases the cost would be the same, paying 2 developers or one developer for double the time. When utilizing some cross-platform framework ideally one developer would be able to create the application for all of platforms simultaneously, thus reducing the cost by reducing the required number of developers and development time. Testing times are however not greatly affected, to deliver good user experience the application has to be tested on all platforms and as many various devices as possible. Cross-platform frameworks inherently reduce the number of possible errors in the written code because only one code- base needs to be maintained. Code maintainability is another possible advantage of these frameworks. This can also be helpful when a new 3 2. Cross-platform Development of Mobile Applications member joins the developer team, as it means less code to go through and understand. While there are seemingly a lot of great benefits to using such frameworks, there are also some potential complications and things to look out for. It is important to do a thorough research to find the right tools for the particular job. Using a 3rd party software introduces a middle man between the developer and producer of the target plat- form. That means not all new features can be accessible through the 3rd party framework right after releasing a new version of the OS. Or the application might not even run due to some incompatibilities. Major updates to the operating systems are usually released ahead of consumer release as developer previews, so the companies making cross-platform frameworks have plenty of time to get their product ready.
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]
  • 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]
  • 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.
    [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]