UX & Cross-Platform Mobile Application Development Frameworks

Size: px
Start display at page:

Download "UX & Cross-Platform Mobile Application Development Frameworks"

Transcription

1 UX & Cross-Platform Mobile Application Development Frameworks Esteban Angulo Javier Alonso Xavier Ferre 01/01/2014 Laboratorio de Ingeniería del Software Escuela Técnica Superior de Ingenieros Informáticos Universidad Politécnica de Madrid

2 Contents 1. Introduction Cross platform Mobile App Development Frameworks The pros and cons of Cross Platform mobile app design Advantages Disadvantages Classification according to categories Cross platform framework selection Detailed information of the pre selected frameworks Design for UX in Mobile Application Development UI Considerations Analytics for Usability Studies Google Analytics AppDynamics Localytics Distimo Countly Appsee Summary of the analyzed services Evaluation methodology Detailed framework evaluation criteria: Developer view Detailed framework evaluation criteria: UX expert view Evaluation Results PhoneGap Developer point of view UX expert point of view Analytics Integration Titanium Appcelerator Developer point of view UX expert point of view Analytics Integration Intel XDK Developer point of view UX expert point of view Analytics Integration Study results and conclusions References i

3 ii

4 1. Introduction Nowadays, the usage of smartphones and mobile devices has increased and become very popular among users having a supporting role on their daily activities [Di Giovanni et al., 2012]. People use mobile devices and mobile applications for reading newspapers, listening to music, interacting in social networks, playing games, chatting with family and friends, etc. There are many different mobile platforms available on the market and each one has different characteristics that make them unique such as: ios, Android, Windows Phone, Blackberry, etc. Therefore, the market demands the creation of applications that are able to work on all platforms to reach more users. The challenge for development teams all around the world is to be able to create and produce applications that can be used on several platforms. As each platform has different characteristics, at first sight, the approach is developing independent projects for each desired platform. This decision impacts on costs and resource consumption for the enterprises as more resources and a bigger budget is required. Cross-platform development frameworks offer a way of diminishing these costs. They allow the developers to create applications for multiple platforms and devices usually smartphones or tablets from almost the same codebase or from within the same design tool. The popularity of cross-platform development frameworks has increased as several frameworks have been released to the market offering cost-effective solutions [Humayoun et al., 2013]. In fact, cross-platform tools allow software companies to target multiple platforms, to reuse developer skills, share codebases, synchronize releases and reduce support costs. Despite the benefits offered by cross-platform frameworks for developing a mobile application, this approach comes with drawbacks as well such as performance, accessibility to hardware features, being updated with the newest OS upgrades, design challenges, user experience, having native look and feel. These factors can affect the development of an application and be the causes of a failed project because it do not meet the expectations of the targeted users. About the user experience, the challenge of using cross-platform frameworks is to provide responsive and fluid interfaces and interactions due to the fact of having restrictions or reduced accessibility to some specific resources (only in some cases) or due to the framework approach of managing or generating the graphical components of the applications. The user experience and its evaluation are very important and directly proportional to the subsequent success of a product. Performance and efficiency are crucial as well as the experience generated with navigating through the different screens of the application. The visual impact is also important and it is related to increase the users engagement. 1

5 Because of the popularity of mobile devices and their OS, the users have expectations about the behavior of an application and they have to be considered while developing an application and its interaction. This study is focused on analyzing the different cross-platforms available the points of view of a developer and a UX expert to evaluate its usage and features for being able to select the most suitable cross-platform framework that fulfills the evaluation criteria. To accomplish the objective, a research and a selection process was performed to discard some frameworks and reduce the list to the best three options suited to our criteria. Once the three final options were found, a test application was developed for being able to evaluate the usability of the product generated by each framework. 2. Cross-platform Mobile App Development Frameworks Cross-platform frameworks are tools that allow the coding and development of mobile applications to target several platforms without having specific project per platform. They rise as a solution to be considered when the applications should be run on several platforms. Most of them are based on the principle of coding once and being able to deploy the application in all the targeted platforms. Although the tools available in the market typically come with a write once, run anywhere promise, the amount of customization required for each platform s version can still be considerable depending on the interaction and the user experience desired. Also optimization of memory and performance is often limited which diminishes the potential of the app. Some of the frameworks offer drag-and-drop GUI design tools, and many incorporate APIs aimed at exploiting specific components like audio and GPS; quite a few are built around the Model View Controller (MVC) pattern The pros and cons of Cross-Platform mobile app design This section details the major advantages and disadvantages of cross-platform mobile app design based mainly in [Parker, 2013]: Advantages The most mentioned advantages for the usage of cross-platform frameworks are as follows: Wide scope (reusable code) Rather than having to write every specific action for each platform, a developer can just write the code once and then reuse it. The code developed can be reused as a primary reference for use in other projects to be built in whatever platform. 2

6 Easy deployment Deploying and compiling apps is much faster in a cross-platform scenario. This is especially true since various frameworks have cloud-based building tools. Easy for web developers (use of known technologies) Because most frameworks are based on dynamic or scripting languages, they are easier for web developers to jump in and use. Moreover, most frameworks also support HTML5 and CSS3 alongside calls to native functions. Plugins Some of the major frameworks offer easy access to modules and plugins that can easily plug into other services or tools. These also include offering common links to similar APIs, such as those for the devices cameras, accelerometers, or location sensors. Instead of writing unique code to talk to an iphone's GPS and a Samsung's GPS, one centralized set of code will be automatically modified to interface with both devices. Less need for platform-specific Organizations or companies to expertise can develop an app in many platforms without having to invest in a team or developer with platform-specific expertise. When deployment speed increases the cost decreases. The faster a developer can create apps, the less money it costs. This possible advantage is the one that could provide the most savings if it were true. Support for Enterprise and Cloud Services In addition to plugins and modules for specific functions, most frameworks also have the option to directly integrate with cloud services Disadvantages Using a cross-platform framework development strategy isn t always the ideal solution. Some tools have restrictions, the performance is not the same and the frameworks cannot always access to all the hardware features. Some of the disadvantages include: The framework might not support every feature of an OS or device If Google, Apple or Microsoft adds a new feature or releases a new OS version, the framework you are using will need to be updated to support those new additions. Given that the languages used are different, the communication "bridge" that the framework provides may not allow all pieces of information to go through. By using a framework, developers give up the ultimate control of how everything works in the app. Tools are restrictive You can t always use your own tools. Most frameworks mandate that developers use prescribed tools and suites limited to the software, and that can mean that users will 3

7 have to ignore their preferences and use something that they may have to learn all over again. Inefficient code Because the developer will not be working in each platform's native language, the efficiency of the final code will be determined by the efficiency of the translation engines in the tool. This may cause the final code to contain bloated code and inefficient coding techniques that a seasoned developer wouldn't use. Slower code and render time Related to the previous disadvantage, the code might not run as fast as the native one because the cross-compilation process can sometimes be slower than using native tools and calls for an app. Also, the code render time will be longer, because it will have to churn out code for each platform Classification according to categories There are many tools of different type available in the market and because the high number of these tools, the classification task is a hard task. We have considered the following classification [Banerjee, 2011] and [Banerjee, 2012] to group the frameworks into categories and inside each category we have detailed the framework s availability as follows: Mobile Web: These tools are primarily JavaScript libraries which in combination with suitable HTML5 and corresponding CSS render you mobile website on different types of devices. Some of these tools can work in conjunction with hybrid tool and the result can be packaged as a native application. Examples: Open source: iui, jquery Mobile, SenchaTouch. Visual Tool: They provide a visual interface where elements / widgets are dropped into the screen and the internal application plumbing is taken care by the tool. The result is either a native application or a mobile website depending on the tool. Examples: Free Version: Net Biscuits. Trial Version: AplicationCraft. Paid only: Kony, Verivo. 4

8 App Generator: In this category you have tools where you write your application in a specific language but the tool translates it into a deployable native application for different platforms. The deployable application may include a runtime engine or a virtual machine. The programming language varies from tool to tool. Examples: Open Source: Titanium Appcelerator, RhoMobile, Xamarin-Mono, MoSync. Trial Version: Flex (Adobe). Hybrid App: This category of tools provide a platform specific shell application which has the capability of rendering prepackaged HTML pages and extends the HTML capability through APIs which allow access to device specific features. Some of them include libraries to render platform-specific UIs. Examples: Open Source: PhoneGap, Intel XDK. Trial Version: WorkLight. Game Builder: This is similar to the previous category, but these tools are primarily targeted for game development. They have a much richer UI library and may even have 3D graphics capability. Some of them use special languages like Lua or LiveCode. Their crossplatform capability may extend beyond mobile devices. Examples: Open Source: PhoneGap, Intel XDK. Free Version: Unreal. Trial Version: Corona, Unity. Paid only: Bedrock Cross-platform framework selection This study initially started with a list of 18 tools of the 2012/2013 most popular cross-platform tools according to [Brown, 2012] and [VisionMobile, 2012] and grouped based on the classification shown above. We established the selection criteria under which all the frameworks were evaluated. All aspects are listed in the following list: Android and ios support. Well-known programming language. Open Source or Free versions. 5

9 Capabilities modeling the UI or IDE available. Access to device APIs. High use rate between developers. At the beginning, we decided to discard the paid and the trial version frameworks as well as the ones being too far from our goal, for example the frameworks for developing games. This filtering process reduced the list to 8 frameworks. Most of the remaining frameworks are mobile web oriented (HTML5/JavaScript based) and app generators (the final product is generated on native code) Detailed information of the pre-selected frameworks PhoneGap Apache Cordova [PhoneGap, 2013] - Mobile OS support: ios, Android, Windows, Palm, Blackberry and Symbian. Designed for JavaScript, HTML5, and CSS development, PhoneGap is now sponsored by Adobe and the Apache Foundation. The 2.0 version adds Windows Phone support, new command-line functions, and overhauled JavaScript libraries. It uses Apache s Cordova-JS API for tasks such as integrating PhoneGap code into larger native apps. It is an open source SDK focused on writing a native application exactly as if it is a website. Basically it is a container that allows developers to package programs implemented in a well-known programming language into native applications. In addition, it allows broadening the tool by adding your own plug-ins. It does not provide an IDE for development; developers have to write the code on the native IDE for each platform it supports (XCode for ios, Eclipse for Android, Visual Studio for Windows Phone). The UI is rendered in HTML. The tool does nothing to create the UI, you have to do it by yourself, using one of the existing HTML libraries, or building your own library. PhoneGap allows access to device hardware features such as accelerometer, GPS, camera, sound and more. PhoneGap won the People's Choice Award at O'Reilly Media's 2009 Web 2.0 Conference and the framework has been used to develop many apps, especially among web designers. Web designers become app developers with PhoneGap - Brian Rinaldi. Sencha Touch [SenchaTouch, 2013] - Mobile OS support: ios, Android, Windows, Blackberry and Web OS. Sencha s popular HTML5/JavaScript framework provides 50 built-in components, state management, and an integrated MVC system. It now offers a free native packager that streamlines distribution to stores like Google Play. This framework is free for use under the terms of their commercial license agreement. 6

10 It is a UI JavaScript Library which can be used by web developers to create UIs for mobile web applications that look and feel like native applications. Additionally it includes a set of GUI-based controls optimized for touch input. The framework can access to device components through the use of a native shell such as Cordova. Despite of a higher learning curve than most other web frameworks, it is widely accepted thanks to the great support for animations and touch events. jquery Mobile [jquery, 2013] - Mobile OS support: ios, Android and Web OS. Available under MIT license, this popular lightweight HTML5-based framework is built on jquery, and focuses on semantic markup, progressive enhancement, and customizable design. It has UI widgets that are touch-optimized and platform-agnostic. The jquery Mobile framework is compatible with other mobile app frameworks and platforms such as PhoneGap, Worklight and more. It s the leading cross-platform framework among Eclipse open source developers. Intel XDK (formerly known as appmobi) [Intel XDK, 2013] - Mobile OS support: ios, Android, Windows. The original version of XDK was released in April following Intel acquisition of the original appmobi tools in February. Actually, appmobi tools have been renamed and the company will position itself as a pure play cloud services company [Ribeiro, 2013]. The environment is available free, XDK lets you develop apps using the HTML5 foundation, the collection of standards that are intended to take the Web from being just static web pages documents to dynamic applications, then to give you a way to convert the dynamic apps for use on mobile devices. This framework has an on-screen emulator with a good range of options, so you can check the look and feel of your apps. There is also an apptester that lets you try the app out on a physical device. Once you are happy, the Intel Dev Center lets you package your app for different app stores. At first the framework didn t have an IDE, it was available in the Chrome Web Store as a complement, but after just a few months of revisions, the new Intel XDK resembles a fullfledged IDE with a new drag-and-drop interface to make it easier to create new HTML5 apps. It also has a more powerful framework that you can use to create designs that adjust to a device s native theme. AppMobi used the open source PhoneGap technology as the basis for its own HTML5 development product, so you can essentially achieve the same sort of app with both. 7

11 There is an extensive and growing community of tools and services that work with or on top of PhoneGap. Titanium Appcelerator [Titanium Appcelerator, 2013] - Mobile OS support: ios, Android, Blackberry and Tizen. It allows the development of native applications for phones, tablets and desktop applications through web programming languages like HTML, PHP, JavaScript, Ruby and Python. On January 20, 2012, Titanium Desktop was discontinued and became a separate, community-driven project. It has also been renamed as TideSDK [Whinnery, 2012]. Appcelerator claims its Android/iOS framework supports over 5,000 device and mobile- OS APIs. Unlike the more web-oriented frameworks, Titanium uses JavaScript to create native code, with claimed benefits in performance. JavaScript code can be used in the traditional sense for either application logic and for modeling the UI. Titanium Studio is a full open standard IDE that is derived from Aptana Studio which Appcelerator acquired. A remarkable feature is its platform-independent API to access native UI components including navigation bars, menus, dialog boxes and alerts, and native device functionality including the file system, sound, network and local database. It offers customizable metrics for actions and events. The application data can be stored in the cloud or in the device. Furthermore, applications can take advantage of the hardware, API access to native mobile functionality like geolocation, accelerometer and maps. This is a very popular platform among developers. Titanium gives its users access to more than 300 social, APIs, and location information services. RhoMobile [RhoMobile, 2013] - Mobile OS support: ios, Android, Windows Mobile, Blackberry and Symbian. It is designed for Ruby developers. RhoMobile is built on the Ruby language, the Rails Frameworks, and the MVC pattern. Its main objective is provide a high productivity level and development portability. In this case, as in the previous tool, the programming language used is not as general as others. However RhoMobile also supports modern HTML5 features. The final app develop requires a RhoElements license to run in a production environment. The IDE provided is known as RhoStudio, nevertheless it could be used another IDE like Eclipse, Visual Studio, Netbeans or other; the only requirement is to support HTML5, JavaScript, CSS and Ruby. RhoStudio allows building the apps on RhoHub (a new framework feature used for cloud app-building) without leaving the RhoStudio IDE. The 8

12 framework also includes style sheets customized for each device to give your applications a native look and feel. RhoMobile applications support access to device, system and framework capabilities through a common API. Xamarin Mono [Xamarin-Mono, 2013] - Mobile OS support: ios, Android, Windows Mobile. The code written in C# can be ported to ios, Android and Windows Phone using Xamarin very easily. Xamarin s C#- and enterprise-oriented package is compatible with a similar ios-based MonoTouch version, and can also share code with the C#-based Windows Phone. The last release includes Xamarin Studio, which bundled Xamarin s previous, separate ios and Android development tools into a single application and integration with Visual Studio. To develop the application s UI utilize the MVC design pattern. Especially to build native UIs, it uses different UI layers: MonoTouch.UIKit APIs on ios, Android.Views on Android and XAML/Silverlight on Windows Phone. Xamarin exposes a single set of APIs for accessing common mobile device functionality across ios, Android and Windows platforms. C#-flavored Mono for Android appeals to enterprise-focused developers familiar with Visual Studio. The platform supplies an environment conducive to Visual Basic developers, and is touted for its debugger and native binary compiler. MoSync [MoSync, 2013] - Mobile OS support: ios, Android, Windows Mobile, Blackberry, Symbian OS. The framework produces native mobile applications for multiple platforms using C/C++ and HTML5/JavaScript or any kind of combination of both technologies. The target groups for MoSync are both web developers looking to enter the mobile space, as well as the ordinary PC/Mac desktop developer with knowledge in C/C++ development. The MoSync platform can access parts of the native UI system on Android and ios devices since version 2.5, and Windows Phone devices since version 3.0. The MoSync NativeUI API has widgets for embedding webpages and OpenGL ES views in applications and all the UI widgets are handled from the same code base on both Android and ios. The following table contains a summary of the principal characteristics of the selected frameworks. 9

13 Type Language Availability Modeling UI IDE Access device HW PhoneGap Hybrid App HTML5 Open Source external JS-CSS libraries No Yes Sencha Mobile Web HTML5 Open Source/Paid JS-CSS (itself) library No Yes JQuery Mobile Mobile Web HTML5 Open Source JS-CSS library (itself) No Yes Intel XDK (appmobi) Hybrid App HTML5 Open Source external JS-CSS libraries or Drag&Drop interface Yes Yes Appcelerator App Generator JavaScript Open Source own API (native components) Yes Yes RhoMobile App Generator Ruby Open Source style sheets included Yes Yes Xamarin App Generator C# Open Source UI layers included Yes Yes MoSync App Generator C++ / HTML 5 -JavaScript Open Source Own API (native components) No Yes Table 1: Framework tool pre-selection summary table From this 8 frameworks, RhoMobile and Xamarin were discarded because they use Ruby and C# as programming language which requires extra knowledge and experience by the developer in comparison to the other ones which use traditional HTML and JavaScript as programming language. Sencha Tocuh and JQuery Mobile were also discarded as they have to be combined with other frameworks to allow access to the hardware API of the smartphones. Both are JavaScript based libraries for UI components and functionalities. The final selection list is formed by three general purpose cross-platform frameworks: PhoneGap, Titanium Appcelerator and Intel XDK. All of them were used to develop a testing application prototype to evaluate its performance and usability for developing and for the final product. 10

14 3. Design for UX in Mobile Application Development The main objective for using cross-platform development frameworks is to optimize the time spent on coding and generating the same application for the different platforms. In other words, coding once and creating several apps to reach all the targeted groups of users. Currently a lot of users have access to a wide variety of mobile platforms and the differences between each other are clearly stated. The users have expectations on the behavior of the applications according to the platform standards and an unexpected interaction or navigation can cause confusion among users. User s preferences, behaviors and reactions must be considered when designing and implementing the interaction on a mobile application. Usability and user experience are fundamental aspects to be taken into account in a mobile application development process. Having an application that offers a great user experience and is simple to understand can be a total success. For measuring the usability and also the usage of an application, it is necessary to include a tool that provides the necessary feedback to the developers for analyze the response of the users and the detection in advance the troubles that they may find during their interaction with an application UI Considerations The main objective is to provide the best user experience possible in order to engage the users to the application and facilitate the interaction and usage of the app. The problem arises when a frequent user of one of the mentioned platforms finds out that a specific application works in a completely different way of what he/she expected and is used to. If the expectations are not met, the user can feel frustrated and even stop using the application. According to Joseph Labrecque [Labrecque, 2011] some factors and paradigms must be taken into account at the moment of designing and developing the interaction on a mobile application. These factors are: Screen paradigm or how to manage the different screens of the app and the navigation throughout them. The hardware, it is not the same for all platforms and some options or actions does not behave and react in the same way. Gestures, the UI design and the interaction has to consider the usage of gestures in order to make easier the interaction between the user and the app. Both ios and Android have their own interface guidelines to consider when developing a native application. These guidelines have many differences and that fact must be considered at the moment of developing a cross-platform application. 11

15 There are three main approaches to address this subject. The first one is providing the same behavior and the look and feel according to the platform on which the application is running. The second one is having the same styles and the same look and feel on the application for all the platforms. And the third one is delivering an application with the same look and feel but customized to follow the specific guidelines for each targeted platform [Barea et al, 2013] Platform dependent Platform dependent approach consists on generating a different interaction for each targeted platform, following the platform guidelines and philosophy [Barea et al, 2013]. For adapting this approach to the cross-platform development framework environment, most of the solutions are based on style sheets (CSS) and images that have to be added to the application to generate the look and feel similar to a native app on each platform. To be able to use this kind of solutions, it is necessary to detect the device s platform in order to include the correct files and pieces of code to change how the application looks. UI libraries and frameworks can be used to obtain the desired look and feel. A customized solution can be done by the developers creating their own set of styles Own cross-platform This approach aims to keep the same styles and interaction on the application regardless of the targeted platform. The user experience is coherent between the targeted platforms. On the other hand, platform conventions are not followed; the application defines its own behavior and interaction flow [Barea et al, 2013]. This solution can benefit the development process as the styles have to be done just one time. As a downside, this approach can cause an unnatural behavior for the users. In this case, some UI libraries can be used or the development team can create the styles and interactions by themselves providing a new solution. The most important aspect is the usability level desired and the nature of the project Adapted cross-platform This approach is a mixture between the two previous approaches; it proposes the final product as an application with similar appearance but its interaction design follows the targeted platform conventions [Barea et al, 2013]. The user experience is better adapted for each platform meanwhile offering coherence and similarities between platforms. The downside of the approach is that some special features available only on one platform must be left behind [Barea et al, 2013]. In a cross-platform development framework, the approach would be creating specific look and feel and styles to maintain coherence between platforms but keeping in mind the consideration 12

16 of each platform. The usage of UI style libraries or plugins probably can be helpful to follow the platform conventions as those libraries can be applied to each platform separately Analytics for Usability Studies The usage of analytics and recording data about the products is usually associated to marketing, sales or business reports and it has been less common its use related to user experience, design and development of software product. Nowadays, this stereotype has changed, and many UX professionals have realized about the importance of having real data on which they can rely as a source to help them in their research and design decisions. The UX professionals and developers have to listen to their users but most of all learn from their users in order to be able to improve their experience and also improve the final product. The main question is what should be measured or which data and information is helpful and which one can be discarded. The recorded data can facilitate the understanding between the users and the developers. The information recorded about the behavior of the users is called analytics. There are many different services (SaaS) to record and generate several kinds of analytics for a mobile application. Depending on the needs and the characteristics of the organization, the selection of the service may vary. From the UX point of view, adding analytics as part of the development process allows the designer and the developers to take early actions and prevent problems, determine the causes that generate drops in downloads or sells and also provide information about the interaction of the users with the application. Registering and Implementing Analytics There are several possibilities or services to obtain analytics from the Apps. Several of them are paid and also not all are available to be used by cross-platform platforms, or they require the acquisition of a license or a service in order to be able to record the information and to generate reports. From all the available tools on the market, and after doing research and a selection process following specific criteria, the list for possible services to use was reduced. The analyzed services are the following ones: Google Analytics AppDinamics Localytics 13

17 Distimo Countly Appsee They have been evaluated under the following criteria: License: The service was evaluated according to its pricing. The desired one is a free service for applying in several studies. Services Provided: The information that is available or can be generated and stored by the tool. Compatibility with cross-platform frameworks: The service has to be compatible with the selected platforms. Generating valuable UX information: The service has to provide relevant and valuable information for UX proposes. A description of each tool is presented below Google Analytics This service is very complete and strong as it is provided by Google [Google Analytics, 2013]. It can be accessed from everywhere since it is web-based. Its usage is simple to understand and the reports can be customized. It allows the developers to have a lot of information about their applications such as: number of downloads, devices used, crashes, active users, recurrent users, among others. It offers special SDKs for working and integrating the Analytics platform directly with ios or Android applications. It also provides tutorials and dedicated information to the developers, and a complete interface to analyze the data generated with charts and graphics. This service includes a web part which can be used to insert the corresponding code on the cross-platform application if it doesn t allow the compatibility with the native Analytics SDK libraries. As this tool is well known and popular in the market and in the development mobile apps world, there are some third party modules or plugins to integrate the Analytics service from Google with the application that is developed in the cross-platform frameworks. For a usability experiment, the data provided may be not enough and a complementary survey or data collection would be required. On the other hand, it provides useful information and also real time features which can be used during the experiment to follow the behavior of the users. The service is focused on analyzing mobile applications and therefore the information provided includes the devices, the users information, application events and even a navigation flowchart 14

18 AppDynamics It is a new application and currently is on its Beta state. It can be used for web applications and mobile applications. This beta version allows the analysis of native ios and Android applications. It provides information about errors and slow transactions generating basic diagnosis and alerts. It has a forever free version and a quote version (Pro Version). It provides charts and graphs to deliver an analysis of user segmentation, device segmentation, and download rate, among others. According to the information provided in their website [AppDynamics, 2013], it should be used on transactional systems and they are introducing to the market their software for analyzing mobile applications Localytics It is a complete app used to obtain valuable data for marketing and analytics purposes. It provides several features such as: Real Time Analysis, User segmentation, Engagement analysis, A/B Testing, among others. It is very complete and is mainly centered on marketing and financial aspects of the apps rather than usability purposes [Localytics, 2013]. The application also provides charts and graphics according to the official website. During the evaluation process, a demo was requested but it was not possible to perform it because there was no answer from the providers. Some of the biggest companies in the world are using their services in order to obtain relevant information about the performance of their apps. The main issue is that it is a paid application but according to their pricing plans, up to 10,000 monthly active users it is free. It provides a 30 days free trial Distimo It is a free service which produces and generates analytics about different applications. It is free for developers who want to analyze their own apps. It is compatible with ios and Android native apps as well as with cross-platform development frameworks like PhoneGap and Appcelerator applications [Distimo, 2013]. According to the information provided, there is no code insertion to start using their analytics software. The application provides different services such as: multi-level data sharing, notifications, no third party plug-ins required, automated data sync (from different stores) and automated translation of the reviews. 15

19 Important and big companies are using their services to manage their data from mobile apps. They provide also a conversion tracking analyzer, which generates information about campaigns and the places where the users come from. In our particular case (usability studies), this application basically can be used to determine the download rate, the rankings of our app, the revenues (in case of paid apps), reviews distribution, benchmarking of our apps, among others. As all the other analyzed options, this application provides charts and graphics to illustrate the different information that is available. The app is more focused on financial aspects rather than usability issues or user experience Countly Countly is a paid service, $69 (51 ) for 500,000 active sessions. This service offers total support for all kinds of smart devices and a framework to create an own SDK to be able to track the data. It provides a lot of statistics that allow the developers to understand the user behavior as well as the app behavior [Countly, 2013]. It provides graphics and charts that can be customized by periods of time (30 days, last week, 90 days, etc) and also provides specific analytics for different topics like: users, users loyalty, sessions, session s frequency, devices, countries, etc. All this information is shown by dynamic charts that can be seen in different periods of time. It also allows the creation of reports in PDF. As it is a paid service and does not follow the desired criteria it was not analyzed more in depth Appsee This service is really interesting and specifically adapted for usability evaluations. It works only with ios applications and devices. According to its website [Appsee, 2013], it provides several functionalities that can be used to produce important data for the experiment purposes in order to improve the user experience: User Recordings: Allows recording all the interaction between the user and the application. In this way, developers can find out where the users have more troubles to use their apps and where they can improve the usability level. Touch heat maps: The maps record all the interaction gestures between the mobile device and the user. Using this app, the developers can establish which parts of the screen are more used, which action buttons are ignored or where the best place to locate the action commands of the app is. Crash Recordings: This service can record if there was a crash and an unexpected close of the application caused by a failure. 16

20 Also the regular charts and graphics are provided to show the number of users who have the app, the time that they spend in the app, the device that they are using, etc. After performing the demo with a person of the Appsee company, these are the conclusions: For the moment, the service is only available for ios applications and ios devices, the service will be provided for Android at the end of the year or at the beginning of The most interesting functionalities and the differences between this service and many other analytics services or software is that the evaluators are available to record videos to follow the paths of their users as well as generating heat maps to check which the most tapped controls were. The functionality of recording buttons can be set according to the requirements of the experiment or the analysis. Not all the sessions are recorded; the users can set the percentage of sessions that they want to record. And also the conditions under which the videos are uploaded to the Appsee servers; this means, only when the user is connected to a WIFI network or always. Also there is a possibility to have a sort of script or table of contents on which the evaluators can follow the steps of the video and check on which part of the application are the users at a certain moment. Aside from the recording functionality, the 100% of the sessions provide information to be able to create the heat maps with the total amount of data provided by all the users of our application. It provides images of the screen and highlights the most used interaction points by the users; it also provides information about the percentage of interaction, the gestures used, the places that were tapped but have no interaction at all (this can be useful in order to determine the expectations of the users or to improve some functionalities or the usability of the app), etc. The service provides also the Analytics data, similar to Google Analytics information. From our point of view, the interface seems easy to use and easy to filter for finding the information that the evaluators are looking for. On the other hand, I also think that Google Analytics provides more complete and detailed information. Appsee also provides a Crash Report with detailed and video recorded information allowing the evaluators to check exactly at which point the app crashed or eve to detect the error that caused the crash of the application. About pricing, this service is free up to 1000 sessions. At this point is convenient to establish what a session is: A session is counted as the times that a user opens and works with the application. So 1000 sessions doesn t necessarily mean 1000 users; it means 1000 uses of the application per month. If in some case there are more sessions, the information about the 1001 session and beyond is not recorded. 17

UNIVERSIDAD POLITÉCNICA DE MADRID

UNIVERSIDAD POLITÉCNICA DE MADRID UNIVERSIDAD POLITÉCNICA DE MADRID ESCUELA TÉCNICA SUPERIOR DE INGENIEROS INFORMÁTICOS MÁSTER UNIVERSITARIO EN INGENIERÍA DEL SOFTWARE EUROPEAN MASTER ON SOFTWARE ENGINEERING Case Study on Mobile Applications

More information

Developing and deploying mobile apps

Developing and deploying mobile apps Developing and deploying mobile apps 1 Overview HTML5: write once, run anywhere for developing mobile applications 2 Native app alternative Android -- Java ios -- Objective-C Windows Mobile -- MS tools

More information

Bridging the Gap: from a Web App to a Mobile Device App

Bridging the Gap: from a Web App to a Mobile Device App Bridging the Gap: from a Web App to a Mobile Device App or, so how does this PhoneGap* stuff work? *Other names and brands may be claimed as the property of others. 1 Users Want Mobile Apps, Not Mobile

More information

Evaluating Cross-Platform Development Approaches (WORA Tools ) for Mobile Applications

Evaluating Cross-Platform Development Approaches (WORA Tools ) for Mobile Applications Evaluating Cross-Platform Development Approaches (WORA Tools ) for Mobile Applications Prof. Vijaya Jadhav Asst. Professor, ASM s IBMR, E-mail : vijayajadhav@asmedu.org Prof. Haridini Bhagwat Asst. Professor,

More information

HYBRID APPLICATION DEVELOPMENT IN PHONEGAP USING UI TOOLKITS

HYBRID APPLICATION DEVELOPMENT IN PHONEGAP USING UI TOOLKITS HYBRID APPLICATION DEVELOPMENT IN PHONEGAP USING UI TOOLKITS RAJESH KUMAR Technical Lead, Aricent PUNEET INDER KAUR Senior Software Engineer, Aricent HYBRID APPLICATION DEVELOPMENT IN PHONEGAP USING UI

More information

Mobile Development Frameworks Overview. Understand the pros and cons of using different mobile development frameworks for mobile projects.

Mobile Development Frameworks Overview. Understand the pros and cons of using different mobile development frameworks for mobile projects. Mobile Development Frameworks Overview Understand the pros and cons of using different mobile development frameworks for mobile projects. Mobile Solution Frameworks One of the biggest technological decisions

More information

How to Choose Right Mobile Development Platform BROWSER, HYBRID, OR NATIVE

How to Choose Right Mobile Development Platform BROWSER, HYBRID, OR NATIVE How to Choose Right Mobile Development Platform BROWSER, HYBRID, OR NATIVE Solutions Introduction: Enterprises around the globe are mobilizing mission-critical services. Businesses get streamlined due

More information

Cross-Platform Development

Cross-Platform Development 2 Cross-Platform Development Cross-Platform Development The world of mobile applications has exploded over the past five years. Since 2007 the growth has been staggering with over 1 million apps available

More information

Cross-Platform Tools

Cross-Platform Tools Cross-Platform Tools Build once and Run Everywhere Alexey Karpik Web Platform Developer at ALTOROS Action plan Current mobile platforms overview Main groups of cross-platform tools Examples of the usage

More information

SYST35300 Hybrid Mobile Application Development

SYST35300 Hybrid Mobile Application Development SYST35300 Hybrid Mobile Application Development Native, Web and Hybrid applications Hybrid Applications: Frameworks Native, Web and Hybrid Applications Mobile application development is the process by

More information

Issues of Hybrid Mobile Application Development with PhoneGap: a Case Study of Insurance Mobile Application

Issues of Hybrid Mobile Application Development with PhoneGap: a Case Study of Insurance Mobile Application DATABASES AND INFORMATION SYSTEMS H.-M. Haav, A. Kalja and T. Robal (Eds.) Proc. of the 11th International Baltic Conference, Baltic DB&IS 2014 TUT Press, 2014 215 Issues of Hybrid Mobile Application Development

More information

An Analysis of Mobile Application Development Approaches

An Analysis of Mobile Application Development Approaches April 2014, HAPPIEST MINDS TECHNOLOGIES An Analysis of Mobile Application Development Approaches Author Umesh Narayan Gondhali 1 SHARING. MINDFUL. INTEGRITY. LEARNING. EXCELLENCE. SOCIAL RESPONSIBILITY.

More information

Building native mobile apps for Digital Factory

Building native mobile apps for Digital Factory DIGITAL FACTORY 7.0 Building native mobile apps for Digital Factory Rooted in Open Source CMS, Jahia s Digital Industrialization paradigm is about streamlining Enterprise digital projects across channels

More information

Mobile App Infrastructure for Cross-Platform Deployment (N11-38)

Mobile App Infrastructure for Cross-Platform Deployment (N11-38) Mobile App Infrastructure for Cross-Platform Deployment (N11-38) Contents Introduction... 2 Background... 2 Goals and objectives... 3 Technical approaches and frameworks... 4 Key outcomes... 5 Project

More information

Cross-Platform Phone Apps & Sites with jquery Mobile

Cross-Platform Phone Apps & Sites with jquery Mobile Cross-Platform Phone Apps & Sites with jquery Mobile Nick Landry, MVP Senior Product Manager Infragistics Nokia Developer Champion activenick@infragistics.com @ActiveNick www.activenick.net Who is ActiveNick?

More information

Lecture 4 Cross-Platform Development. <lecturer, date>

Lecture 4 Cross-Platform Development. <lecturer, date> Lecture 4 Cross-Platform Development Outline Cross-Platform Development PhoneGap Appcelerator Titanium Xamarin References Native Development Represents the baseline for comparisons You

More information

Making Mobile a Reality

Making Mobile a Reality Making Mobile a Reality KIEFER CONSULTING CALIFORNIA DEPARTMENT OF TECHNOLOGY Introductions Scott Paterson California Department of Technology, Enterprise Solutions Harkeerat Toor Kiefer Consulting, Consultant

More information

Enterprise Mobile Application Development: Native or Hybrid?

Enterprise Mobile Application Development: Native or Hybrid? Enterprise Mobile Application Development: Native or Hybrid? Enterprise Mobile Application Development: Native or Hybrid? SevenTablets 855-285-2322 Contact@SevenTablets.com http://www.seventablets.com

More information

Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013

Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013 Mobility Introduction Android Duration 16 Working days Start Date 1 st Oct 2013 Day 1 1. Introduction to Mobility 1.1. Mobility Paradigm 1.2. Desktop to Mobile 1.3. Evolution of the Mobile 1.4. Smart phone

More information

Best practices building multi-platform apps. John Hasthorpe & Josh Venman

Best practices building multi-platform apps. John Hasthorpe & Josh Venman Best practices building multi-platform apps John Hasthorpe & Josh Venman It s good to have options Android 4.3 10 Tablet Windows 7 14 Laptop Windows 7 15 Laptop Mac OSX 15 Laptop ios 6 4.6 Phone Android

More information

WEB, HYBRID, NATIVE EXPLAINED CRAIG ISAKSON. June 2013 MOBILE ENGINEERING LEAD / SOFTWARE ENGINEER

WEB, HYBRID, NATIVE EXPLAINED CRAIG ISAKSON. June 2013 MOBILE ENGINEERING LEAD / SOFTWARE ENGINEER WEB, HYBRID, NATIVE EXPLAINED June 2013 CRAIG ISAKSON MOBILE ENGINEERING LEAD / SOFTWARE ENGINEER 701.235.5525 888.sundog fax: 701.235.8941 2000 44th St. S Floor 6 Fargo, ND 58103 www.sundoginteractive.com

More information

Native, Hybrid or Mobile Web Application Development

Native, Hybrid or Mobile Web Application Development Native, Hybrid or Mobile Web Application Development Learn more about the three approaches to mobile application development and the pros and cons of each method. White Paper Develop a Mobile Application

More information

Mobile Application Development

Mobile Application Development Web Engineering Mobile Application Development Copyright 2015 Slides from Federico M. Facca (2010), Nelia Lasierra (updates) 1 2 Where we are? # Date Title 1 5 th March Web Engineering Introduction and

More information

Survey, Comparison and Evaluation of Cross Platform Mobile Application Development Tools

Survey, Comparison and Evaluation of Cross Platform Mobile Application Development Tools Survey, Comparison and Evaluation of Cross Platform Mobile Application Development Tools Isabelle Dalmasso, Soumya Kanti Datta, Christian Bonnet, Navid Nikaein Mobile Communication Department, EURECOM

More information

MENDIX FOR MOBILE APP DEVELOPMENT WHITE PAPER

MENDIX FOR MOBILE APP DEVELOPMENT WHITE PAPER MENDIX FOR MOBILE APP DEVELOPMENT WHITE PAPER TABLE OF CONTENTS Market Demand for Enterprise Mobile Mobile App Development Approaches Native Apps Mobile Web Apps Hybrid Apps Mendix Vision for Mobile App

More information

The Suitability of Native Application for University E-Learning Compared to Web-Based Application

The Suitability of Native Application for University E-Learning Compared to Web-Based Application The Suitability of Native Application for University E-Learning Compared to Web-Based Application Maya Novia Sari 1, Noor Azian Bt. Mohamad Ali 2 Department of Information Systems, Kulliyyah of Information

More information

Cross-Platform Mobile Apps Solution

Cross-Platform Mobile Apps Solution Cross-Platform Mobile Apps Solution Prepared by Kevin Mullins CEO and Chief Developer Appracatappra, LLC. 709 Gale Street #8 Seabrook, TX 77586 kmullins@appracatappra.com http://appracatappra.com Table

More information

Developing multi-platform mobile applications: doing it right. Mihail Ivanchev

Developing multi-platform mobile applications: doing it right. Mihail Ivanchev Developing multi-platform mobile applications: doing it right Mihail Ivanchev Outline Significance of multi-platform support Recommend application architecture Web-based application frameworks Game development

More information

ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET

ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET PRODUCTIVE ENTERPRISE MOBILE APPLICATIONS DEVELOPMENT KEY FEATURES Visual and declarative development Mobile optimized user experience Simplified access to

More information

Mobile App Proposal 0-000-000-000. - Magazine company- email@address.com. January 12, y. Direct Contact. Email

Mobile App Proposal 0-000-000-000. - Magazine company- email@address.com. January 12, y. Direct Contact. Email Mobile App Proposal - Magazine company- January 12, y Direct Contact 0-000-000-000 Email email@address.com TABLE OF CONTENTS 1. Introduction 2. Project Overview & Objectives 3. About Newsboard 4. Analytics

More information

Multi-Platform Mobile Application Development Analysis. Lisandro Delía Nicolás Galdámez Pablo Thomas Leonardo Corbalán Patricia Pesado

Multi-Platform Mobile Application Development Analysis. Lisandro Delía Nicolás Galdámez Pablo Thomas Leonardo Corbalán Patricia Pesado Multi-Platform Mobile Application Development Analysis Lisandro Delía Nicolás Galdámez Pablo Thomas Leonardo Corbalán Patricia Pesado Agenda 1. 2. 3. 4. 5. Introduction Multi-Platform Mobile Applications

More information

Mobile Cross Platform Development really? Jonathan Marshall, IBM Mobile Technical Specialist. 2013 IBM Corporation

Mobile Cross Platform Development really? Jonathan Marshall, IBM Mobile Technical Specialist. 2013 IBM Corporation Mobile Cross Platform Development really? Jonathan Marshall, IBM Mobile Technical Specialist Objectives Worklight update Brief demonstration Experiences around cross-platform development 2 IBM MobileFirst

More information

Etanova Enterprise Solutions

Etanova Enterprise Solutions Etanova Enterprise Solutions Mobile Development» 2016-07-01 http://www.etanova.com/technologies/mobile-development Contents ios iphone and ipad... 6 Objective-C Programming Language... 6 Swift Programming

More information

Considerations Regarding the Cross-Platform Mobile Application Development Process

Considerations Regarding the Cross-Platform Mobile Application Development Process 40 Economy Informatics vol. 13, no. 1/2013 Considerations Regarding the Cross-Platform Mobile Application Development Process Marius POPA Department of Economic Informatics and Cybernetics Bucharest University

More information

Navigating the Mobile App Development Landscape

Navigating the Mobile App Development Landscape Navigating the Mobile App Development Landscape You keep hearing about user trends towards mobile devices; your 10- year old knows your ipad better than you, and so you figure that your business should

More information

About Me. Cross-platform Mobile Development Challenges, Best Practices and more. Email: siva@anubavam.com Twitter: @sivakumarv

About Me. Cross-platform Mobile Development Challenges, Best Practices and more. Email: siva@anubavam.com Twitter: @sivakumarv info@anubavam.com www.anubavam.com About Me Cross-platform Mobile Development Challenges, Best Practices and more Sivakumar will discuss about the prevalent cross platform mobile frameworks and its challenges;

More information

Native, web or hybrid mobile-app development

Native, web or hybrid mobile-app development IBM Software Thought Leadership White Paper WebSphere Native, web or hybrid mobile-app development 2 Native, web or hybrid mobile-app development Contents 2 Introduction 2 Introducing the approaches 2

More information

Here s how to choose the right mobile app for you.

Here s how to choose the right mobile app for you. Here s how to choose the right mobile app for you. There is no arguing with statistics. The future of the web is mobile. Tablet shipments are increasing exponentially and within two years consumer broadband

More information

How To Use Titanium Studio

How To Use Titanium Studio Crossplatform Programming Lecture 3 Introduction to Titanium http://dsg.ce.unipr.it/ http://dsg.ce.unipr.it/?q=node/37 alessandro.grazioli81@gmail.com 2015 Parma Outline Introduction Installation and Configuration

More information

RapidValue Enabling Mobility. How to Choose the Right Architecture For Your Mobile Application

RapidValue Enabling Mobility. How to Choose the Right Architecture For Your Mobile Application RapidValue Enabling Mobility How to Choose the Right Architecture For Your Mobile Application Mobile Applications can Sell Products & Services, Raise Productivity, and Increase Awareness of Your Brand

More information

Native mobile apps: The wrong choice for business?

Native mobile apps: The wrong choice for business? Native mobile apps: The wrong choice for business? Why businesses should think twice before building native mobile applications A white paper from Introduction Native mobile applications are popular with

More information

ORACLE ADF MOBILE DATA SHEET

ORACLE ADF MOBILE DATA SHEET ORACLE ADF MOBILE DATA SHEET PRODUCTIVE ENTERPRISE MOBILE APPLICATIONS DEVELOPMENT KEY FEATURES Visual and declarative development Java technology enables cross-platform business logic Mobile optimized

More information

Article. One for All Apps in HTML5

Article. One for All Apps in HTML5 One for All Apps The boom of smartphones and tablets in the consumer sector creates new problems for developers of industrial Apps: They have to build Apps quickly that run on any type of smartphone and

More information

CROSS PLATFORM APP A COMPARATIVE STUDY

CROSS PLATFORM APP A COMPARATIVE STUDY CROSS PLATFORM APP A COMPARATIVE STUDY Paulo R. M. de Andrade, Adriano B. Albuquerque Postgraduate program in applied information University of Fortaleza - UNIFOR Fortaleza - CE, Brazil Otávio F. Frota,

More information

Cross-Platform Development: Target More Platforms and Devices with a Minimal Amount of Source Code

Cross-Platform Development: Target More Platforms and Devices with a Minimal Amount of Source Code Cross-Platform Development: Target More Platforms and Devices with a Minimal Amount of Source Code What is cross-platform development? Cross-platform development produces a single code base that can be

More information

WHITEPAPER. Pros & cons of native vs cross-platform mobile development with Xamarin

WHITEPAPER. Pros & cons of native vs cross-platform mobile development with Xamarin WHITEPAPER Pros & cons of native vs cross-platform mobile development with Xamarin Native or Cross-Platform Mobile Development? As the world is getting rapidly digitalized and global mobile data traffic

More information

Mobile application testing is a process by which application software developed for hand held mobile devices is tested for its functionality,

Mobile application testing is a process by which application software developed for hand held mobile devices is tested for its functionality, Mobile Testing Mobile application testing is a process by which application software developed for hand held mobile devices is tested for its functionality, usability and consistency. A mobile application

More information

Mobile App Testing Guide. Basics of Mobile App Testing

Mobile App Testing Guide. Basics of Mobile App Testing 2015 Mobile App Testing Guide Basics of Mobile App Testing Introduction Technology is on peek, where each and every day we set a new benchmark. Those days are gone when computers were just a machine and

More information

Take full advantage of IBM s IDEs for end- to- end mobile development

Take full advantage of IBM s IDEs for end- to- end mobile development Take full advantage of IBM s IDEs for end- to- end mobile development ABSTRACT Mobile development with Rational Application Developer 8.5, Rational Software Architect 8.5, Rational Developer for zenterprise

More information

CROSS PLATFORM DEVELOPMENT The HTML5 Way

CROSS PLATFORM DEVELOPMENT The HTML5 Way CROSS PLATFORM DEVELOPMENT The HTML5 Way A Whitepaper by Rahul Joshi Business Analysis & Consulting Division Abstract With over half a dozen mobile platforms out there and more in line to come up, it has

More information

Mobile Technique and Features

Mobile Technique and Features Smart evision International, Inc. Mobile Technique and Features Smart evision White Paper Prepared By: Martin Hu Last Update: Oct 16, 2013 2013 1 P a g e Overview Mobile Business intelligence extends and

More information

CHOOSING THE RIGHT HTML5 FRAMEWORK To Build Your Mobile Web Application

CHOOSING THE RIGHT HTML5 FRAMEWORK To Build Your Mobile Web Application BACKBONE.JS Sencha Touch CHOOSING THE RIGHT HTML5 FRAMEWORK To Build Your Mobile Web Application A RapidValue Solutions Whitepaper Author: Pooja Prasad, Technical Lead, RapidValue Solutions Contents Executive

More information

Mobile web apps: The best option for business? A whitepaper from mrc

Mobile web apps: The best option for business? A whitepaper from mrc Mobile web apps: The best option for business? A whitepaper from mrc Introduction Mobile apps have finally reached the point where businesses can no longer afford to ignore them. Recent surveys and studies

More information

PEGA MOBILITY A PEGA PLATFORM WHITEPAPER

PEGA MOBILITY A PEGA PLATFORM WHITEPAPER PEGA MOBILITY A PEGA PLATFORM WHITEPAPER Background Mobile devices now outnumber computers as a means of connecting to the Internet. This new mobile ubiquity presents opportunities for the enterprise to

More information

JC Now. Case Study in Building an App on the Cheap. Nick O Day GIS Manager. be the exception

JC Now. Case Study in Building an App on the Cheap. Nick O Day GIS Manager. be the exception \ JC Now Case Study in Building an App on the Cheap Nick O Day GIS Manager 1 Background Within Metro Atlanta area (30 minute drive to downtown Atlanta) Within Fulton County Population: ~1,000,000 Johns

More information

The Bootstrapper's Guide to the Mobile Web by Deltina Hay. Mobile App Strategy Worksheet. I. Target Market, App Category, Platforms

The Bootstrapper's Guide to the Mobile Web by Deltina Hay. Mobile App Strategy Worksheet. I. Target Market, App Category, Platforms The Bootstrapper's Guide to the Mobile Web by Deltina Hay Mobile App Strategy Worksheet This worksheet can help you plan an effective strategy and solution for your mobile apps. Refer to respective sections

More information

Rhomobile cross-platfrom

Rhomobile cross-platfrom Rhomobile cross-platfrom Lecturer Dr. Trần Ngọc Minh Students Nguyễn Hảo 51000880 Vũ Đức Hùng 51001360 Nguyễn Văn Hiễn 51001042 Outline What is RhoMobilie? MVC model Demo What is RhoMobilie? What is cross-platform

More information

Mobile Application Development. Adopt Based On Fit

Mobile Application Development. Adopt Based On Fit Mobile Application Development Adopt Based On Fit Make Mobile Part of Overall Controls The revolution is only beginning Mobile application development is the process by which application software is developed

More information

An Evaluation Framework for Cross-Platform Mobile Application Development Tools

An Evaluation Framework for Cross-Platform Mobile Application Development Tools An Evaluation Framework for Cross-Platform Mobile Application Development Tools by Sanjeet Dhillon A Thesis Presented to The University of Guelph In partial fulfillment of requirements for the degree of

More information

... Introduction... 17. ... Acknowledgments... 19

... Introduction... 17. ... Acknowledgments... 19 ... Introduction... 17... Acknowledgments... 19 PART I... Getting Started... 21 1... Introduction to Mobile App Development... 23 1.1... The Mobile Market and SAP... 23 1.1.1... Growth of Smart Devices...

More information

Whitepaper. Trans. for Mobile

Whitepaper. Trans. for Mobile Whitepaper Trans forming Your Vision Into Winning Solutions How to Save 50%, 75% or more for Mobile Appp Development www.baytechservices.com Background As mobile access has transitioned from a nice to

More information

All About Android WHAT IS ANDROID?

All About Android WHAT IS ANDROID? All About Android WHAT IS ANDROID? Android specifically refers to a mobile operating system (based on Linux) that is developed by Google. It is open-source software, meaning that anyone can download the

More information

Statement of Direction

Statement of Direction Mobile First: Taking Mobile CRM to the Next Level 1 January 2013 Mobile First: Taking Mobile CRM to the Next Level Whitepaper Mobile First: Taking Mobile CRM to the Next Level 2 Table of Contents Notes...

More information

Mobile Game and App Development the Easy Way

Mobile Game and App Development the Easy Way Mobile Game and App Development the Easy Way Developed and maintained by Pocketeers Limited (http://www.pocketeers.co.uk). For support please visit http://www.appeasymobile.com This document is protected

More information

Retool your HTML/JavaScript to go Mobile

Retool your HTML/JavaScript to go Mobile Retool your HTML/JavaScript to go Mobile @atdebonis 2008 Troy Web Consulting LLC All rights reserved 1 Overview What is PhoneGap? What is it good for? What can you use with it? Device Features Dev Tools

More information

Comparison of Cross-Platform Mobile Development Tools

Comparison of Cross-Platform Mobile Development Tools 2012 16th International Conference on Intelligence in Next Generation Networks Comparison of Cross-Platform Mobile Development Tools Manuel Palmieri Innovation, Design and Engineering Mälardalen University

More information

Mobile Applications for. Income Tax Filings

Mobile Applications for. Income Tax Filings Mobile Applications for Income Tax Filings Presenter: Tim Wilson, e-services Montana Department of Revenue MOBILE IS ON THE RISE MOBILE IS ON THE RISE MOBILE IS ON THE RISE MOBILE IS ON THE RISE 2013 Mobile

More information

Analysis of Cross-Platform Development Frameworks for a Smartphone Pediatric Application

Analysis of Cross-Platform Development Frameworks for a Smartphone Pediatric Application Analysis of Cross-Platform Development Frameworks for a Smartphone Pediatric Application Rui Oliveira 1, Gabriel Pontes 2, José Machado 1 and António Abelha 1 1 Department of Informatics, University of

More information

Technology Services...Ahead of Times. Enterprise Application on ipad

Technology Services...Ahead of Times. Enterprise Application on ipad Technology Services...Ahead of Times Enterprise Application on ipad Diaspark, 60/2 Babu Labhchand Chhajlani Marg, Indore M.P. (India) 452009 Overview This white paper talks about the capabilities of ipad

More information

ADF Mobile Overview and Frequently Asked Questions

ADF Mobile Overview and Frequently Asked Questions ADF Mobile Overview and Frequently Asked Questions Oracle ADF Mobile Overview Oracle ADF Mobile is a Java and HTML5-based mobile application development framework that enables developers to build and extend

More information

Development of mobile applications for multiple platforms

Development of mobile applications for multiple platforms Harwell Innovation Centre Building 173 Curie Avenue Harwell Oxford Didcot Oxfordshire, OX11 0QG +44 1235 838 531 www.redskiessoftware.com Development of mobile applications for multiple platforms By Darren

More information

Accelerating Business Value by

Accelerating Business Value by Accelerating Business Value by Mobilizing Backend Enterprise Applications To find out how GAVS can be engaged as your dedicated co-sourcing partner to improve business outcomes, please write to us at cosource@gavsin.com.

More information

The State of Hybrid Mobile Development

The State of Hybrid Mobile Development The State of Hybrid Mobile Development By TJ VanToll May 5, 2014 Share This: Twitter Facebook Google+ Hybrid development, or the approach of building native apps using Web technologies, has gone through

More information

Viability of developing cross-platform mobile business applications using a HTML5 Mobile Framework

Viability of developing cross-platform mobile business applications using a HTML5 Mobile Framework Viability of developing cross-platform mobile business applications using a HTML5 Mobile Framework Joshua Morony November 13, 2013 Supervisor: Paul Calder Submitted to the School of Computer Science, Engineering,

More information

RhoMobile Suite. Develop applications for the next generation of business mobility

RhoMobile Suite. Develop applications for the next generation of business mobility RhoMobile Suite Develop applications for the next generation of business mobility With the Motorola Solutions RhoMobile Suite application development platform, you ll never have to write more than one

More information

Cross-Platform Mobile Application Development

Cross-Platform Mobile Application Development Cross-Platform Mobile Application Development Anirudh Nagesh, MS Student School of Information Studies, Syracuse University anagesh@syr.edu Carlos E. Caicedo, Assistant Professor School of Information

More information

BELATRIX SOFTWARE. Why you should be moving to mobile Cross Platform Development? Introduction

BELATRIX SOFTWARE. Why you should be moving to mobile Cross Platform Development? Introduction BELATRIX SOFTWARE Why you should be moving to mobile Cross Platform Development? Introduction If you re thinking of going mobile, delivering online services or updating your existing app, you know that

More information

Choosing a Mobile Application Development Approach

Choosing a Mobile Application Development Approach ASEAN Journal of Management & Innovation Vol. 1 No. 1, 69 74 by Stamford International University DOI: 10.14456/ajmi..4 ajmi.stamford.edu Choosing a Mobile Application Development Approach Phyo Min Tun

More information

Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry

Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry Djoni Haryadi Setiabudi, Lady Joanne Tjahyana,Winsen Informatics Department Petra

More information

Mobile App Design and Development

Mobile App Design and Development Mobile App Design and Development The course includes following topics: Apps Development 101 Introduction to mobile devices and administrative: Mobile devices vs. desktop devices ARM and intel architectures

More information

Developing Cross-platform Mobile and Web Apps

Developing Cross-platform Mobile and Web Apps 1 Developing Cross-platform Mobile and Web Apps Xiang Mao 1 and Jiannong Xin * 2 1 Department of Electrical and Computer Engineering, University of Florida 2 Institute of Food and Agricultural Sciences

More information

Mastering Mobile Web with 8 Key Rules. Mastering Mobile Web with 8 Key Rules www.mobilelabsinc.com

Mastering Mobile Web with 8 Key Rules. Mastering Mobile Web with 8 Key Rules www.mobilelabsinc.com Mastering Mobile Web with 8 Key Rules 1 2 Introduction When it comes to mobile web design and testing, mobility plays by a far different set of rules than the desktops of years past. Today we are challenged

More information

INTERACTIVE SERVICES CAPABILITIES PRESENTATION

INTERACTIVE SERVICES CAPABILITIES PRESENTATION Title here INTERACTIVE SERVICES CAPABILITIES PRESENTATION 1 There is no Community, without Communication. There is no Society, without Social Interaction. We are thought leaders in the interactive space,

More information

Executive Summary. Three Key Takeaways

Executive Summary. Three Key Takeaways Hybrid Support Executive Summary Three Key Takeaways Mobile app development is only just beginning to explore all the new technological options for developing, managing, and enhancing apps. One option

More information

Development for Mobile Devices Tools from Intel, Platform of Your Choice!

Development for Mobile Devices Tools from Intel, Platform of Your Choice! Development for Mobile Devices Tools from Intel, Platform of Your Choice! Sergey Lunev, Intel Corporation HTML5 Tools Development Manager Optional: Download App Preview Android bit.ly/1i8vegl ios bit.ly/1a3w7bk

More information

Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory

Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory IBM Corporation 2011 Web Experience Factory formerly known as WebSphere Portlet Factory Note we are currently

More information

Workshop on Android and Applications Development

Workshop on Android and Applications Development Workshop on Android and Applications Development Duration: 2 Days (8 hrs/day) Introduction: With over one billion devices activated, Android is an exciting space to make apps to help you communicate, organize,

More information

S ELEC T IONS F ROM DZON E S 2 01 5 GU ID E TO M OB ILE D E V E LO P M E N T 2015 EDITION R E S E AR C H PA RTNER SPOTLIGHT

S ELEC T IONS F ROM DZON E S 2 01 5 GU ID E TO M OB ILE D E V E LO P M E N T 2015 EDITION R E S E AR C H PA RTNER SPOTLIGHT DZONE.COM/RESEARCH S ELEC T IONS F ROM THE DZONE GUIDE TO MOBILE DEVELOPMENT 015 EDITION R E S E AR C H PA RTNER SPOTLIGHT DZON E S 01 5 GU ID E TO M OB ILE D E V E LO P M E N T 1 Key Research Findings

More information

Publishing to TIZEN Using the Automated Conversion/Repackaging of Existing Android Apps. Hyeokgon Ryu, Infraware Technology, Ltd.

Publishing to TIZEN Using the Automated Conversion/Repackaging of Existing Android Apps. Hyeokgon Ryu, Infraware Technology, Ltd. Publishing to TIZEN Using the Automated Conversion/Repackaging of Existing Android Apps Hyeokgon Ryu, Infraware Technology, Ltd. Talking about Needs of Automated Converting from Android To Tizen Introduce

More information

Cross Platform Applications with IBM Worklight

Cross Platform Applications with IBM Worklight IJCSNS International Journal of Computer Science and Network Security, VOL.15 No.11, November 2015 101 Cross Platform Applications with IBM Worklight P.S.S.Vara Prasad and Mrs.S.Durga Devi Dept. of IT

More information

Enabling Cordova (aka PhoneGap) on Tizen. René Pourtier / Luc Yriarte

Enabling Cordova (aka PhoneGap) on Tizen. René Pourtier / Luc Yriarte Enabling Cordova (aka PhoneGap) on Tizen René Pourtier / Luc Yriarte What is Cordova (aka PhoneGap)? An open-source standards-based development framework for building cross-platform mobile applications

More information

Dave Haseman, Ross. Hightower. Mobile Development for SAP* ^>. Galileo Press. Bonn. Boston

Dave Haseman, Ross. Hightower. Mobile Development for SAP* ^>. Galileo Press. Bonn. Boston Dave Haseman, Ross Hightower Mobile Development for SAP* -a ^>. Galileo Press # Bonn Boston Introduction 17 Acknowledgments 19 PART I Getting Started 1.1 The Mobile Market and SAP 23 1.1.1 Growth of Smart

More information

A Guide to Mobile App Development Platforms

A Guide to Mobile App Development Platforms A Guide to Mobile App Development Platforms Choosing a Mobile Development Framework Often a developer has a great idea they can visualize but a gauntlet to run through before they see it climb up the bestseller

More information

How To Develop An Html5 Based Mobile App

How To Develop An Html5 Based Mobile App July 2012 HTML5 in MobiLe DeveLopMenT introduction HTML5 is soon to be the no. 3 mobile platform after Apple s ios and Google s Android. Not being a popular technology within enterprise world at first,

More information

Building Mobile Applications Creating ios applications with jquery Mobile, PhoneGap, and Drupal 7

Building Mobile Applications Creating ios applications with jquery Mobile, PhoneGap, and Drupal 7 Building Mobile Applications Creating ios applications with jquery Mobile, PhoneGap, and Drupal 7 Jeff Linwood 1st Chapter, Early Release Introduction... 3 Prerequisites... 3 Introduction to Mobile Apps...

More information

HTML5 the new. standard for Interactive Web

HTML5 the new. standard for Interactive Web WHITE PAPER HTML the new standard for Interactive Web by Gokul Seenivasan, Aspire Systems HTML is everywhere these days. Whether desktop or mobile, windows or Mac, or just about any other modern form factor

More information

Taxonomy of Cross-Platform Mobile Applications Development Tools Amarbir Singh* *(Department of Computer Science, Guru Nanak DevUniversity, Amritsar)

Taxonomy of Cross-Platform Mobile Applications Development Tools Amarbir Singh* *(Department of Computer Science, Guru Nanak DevUniversity, Amritsar) RESEARCH ARTICLE Taxonomy of Cross-Platform Mobile Applications Development Tools Amarbir Singh* *(Department of Computer Science, Guru Nanak DevUniversity, Amritsar) ----------------------------------------************************----------------------------------

More information

Following statistics will show you the importance of mobile applications in this smart era,

Following statistics will show you the importance of mobile applications in this smart era, www.agileload.com There is no second thought about the exponential increase in importance and usage of mobile applications. Simultaneously better user experience will remain most important factor to attract

More information

Kore Bots Platform Competitive Comparison Overview Kore Bots Platform Competitive Comparison Overview

Kore Bots Platform Competitive Comparison Overview Kore Bots Platform Competitive Comparison Overview Kore Bots Competitive Comparison Overview Kore Bots Competitive Comparison Overview 1 Kore Bots Competitive Comparison Overview Kore The intelligent Bots for the Enterprise Introduction Bots have officially

More information

Making Sense of Mobile Development Options. Luis Sala Director, Technology Alliances @LuisSala

Making Sense of Mobile Development Options. Luis Sala Director, Technology Alliances @LuisSala Making Sense of Mobile Development Options Luis Sala Director, Technology Alliances @LuisSala Disclaimers Mobile = Smartphone & Tablet Native discussions have an ios bias But the concepts all apply to

More information