Cross-Platform Mobile Application Development

Size: px
Start display at page:

Download "Cross-Platform Mobile Application Development"

Transcription

1 Cross-Platform Mobile Application Development Anirudh Nagesh, MS Student School of Information Studies, Syracuse University Carlos E. Caicedo, Assistant Professor School of Information Studies, Syracuse University Abstract: Mobile applications for smartphones and other devices are having a widespread impact in many sectors of society. Mobile applications can be broadly classified into three categories namely native, mobile-web and Hybrid applications. A wide range of tools and Software Development Kits (SDKs) are available to develop these applications. Apart from native SDK s and tools available for some of the main mobile operating systems (Android, ios, etc), there are many open source SDK s and tools that allow the development of cross-platform applications in which the developed code can run with little or no change in more than one mobile OS. In native mobile application development, programming languages such as Java (for Android) or Objective C (for ios) have to be used to develop both the user interface and logic for the applications. Cross-platform application development involves using HTML5, JavaScript and open source libraries such as jquery or jqtouch. Thus, web designers and developers can use a great part of their skills to develop mobile applications. In this report we discuss the features, differences and capabilities of various cross-platform SDK s available and few examples of how to develop a crossplatform mobile application. 1 Introduction: As of 2011, 90% of the mobile phones shipped had touch screen capabilities and that figure is expected to reach 100% very soon [11]. By December 2011, the number of applications available across Apple s ios App Store and Google s Android Market was close to 1 million. The continuous appearance of new applications is affected in part by the changing behaviors of users who are moving towards the mobile internet and away from the desktop for tasks such as social networking, online gaming and the sending/receiving of . By 2014, mobile internet usage is expected to outgrow desktop internet usage [12]. Application growth is also driven by the rise of new methods and tools to develop them. The remainder of this section will describe some of the basic technologies and concepts related to crossplatform development of mobile applications. 1

2 1.1 Native vs. Cross-platform: Native applications are those which are developed using mobile software development kits (SDK), tools and languages that are native to a particular mobile OS. For example, the development of Android applications is commonly done by using the Android SDK, Java and an integrated development environment (IDE) tool such as Eclipse. ios applications are developed using the ios SDK, X-code and Objective C. Blackberry applications can be developed using the Blackberry SDK, J2ME and Eclipse. The final deliverable in each case will be either an.apk( Android),.ipa( ios) or.jar( Blackberry) application file. Once developed, an application can be uploaded to an application store (Android Market, Apple Store or Blackberry application World) for widespread use. Mobile-web applications are those which use an instance of a mobile web browser to run the application. These are suited for mobile websites like m.facebook.com, m.yahoo.com, m.cricinfo.com etc. These applications are developed using cross-platform SDK s and open source libraries such as jquery [6], jqtouch [7],etc. The user interface (UI) is developed in HTML5 and JavaScript and the logic is defined by JavaScript. The final deliverable is a set of files that can be hosted on a web server and the application can be accessed using an instance of a web browser. Hybrid mobile applications are a combination of the previous two application types. These applications are developed using open source libraries but also have access to some of the native capabilities of a device such as Camera, GPS, Accelerometer, File System etc. The degree of access to device features is not comparable to that of native mobile applications but it is better than that of mobile web applications. SDK s like Phone Gap, Rho Mobile and Titanium are used to develop this type of applications and will be described later. The UI is developed using either HTML5 or JavaScript and the logic is defined by JavaScript. These tools usually convert a mobile-web app into a native application. The following table gives an overall comparison between the three possible types of mobile applications. Type of Application/ Features Native mobile Apps Mobile-Web Apps Hybrid Apps Programming Language Java(Android), Objective C(iOS), J2ME(BB) HTML5 and JavaScript HTML5 and JavaScript Executable Binary (.apk,. ipa,. jar) HTML + JavaScript Binary Distribution Appstore, Market Hosted on a web server, hyperlink Execution of Apps API Usage/Access Directly by Operating System Full Access to operating system API s By Web browser No Access to OS API s Either appstore or hyperlink By operating system, web portions executed by browser Limited access to OS API s Device Access Full Access Limited Access Full Access Speed of Apps Very fast Medium Very fast Development Cost Expensive Reasonable Reasonable Approval Process Mandatory None Low overhead SDK s, Tools Android, ios, BB, Symbian, Windows SDK s jquery, jqtouch, Sencha Titanium, PhoneGap, Rho Mobile 2

3 1.2 HTML5 and CSS: HTML 5 is a structured language used to deliver content in World Wide Web. HTML5 is the newest version of the HTML standard which is now widely used to handle most of the content in the World Wide Web. It is not only supported by the normal desktop browsers such as Chrome, Firefox, Internet Explorer, Safari, but also the browsers included in many mobile platforms. HTML5 supports a new set of API s and features to handle audio, video and UI design. It also adds some scripting API s such as canvas elements, timed media playback, offline storage database, drag and drop, cross-document messaging, browser history management, MIME type support and Micro data. The leading mobile platforms ios, Android, Windows, Palm OS, and RIM provide HTML5 capable browsers. Hence HTML5 plays a major role in helping developers write mobile applications to multiple devices at once. The cross-platform nature of HTML5 and the fact that it is supported on most of the smart phone browsers make it easy for web developers to use their existing HTML and JavaScript knowledge in developing mobile- web applications. 1.3 CSS (Cascading Style Sheet): Cascading style sheet is a language used to format the look and feel of a document written in a markup language. The markup language can be HTML, XML, XHTML and SVG. With CSS, the actual content of web pages is separated from definition of how it should be presented. The fonts, font size, color schemes, layouts are included in a CSS command file (stylesheet) and applied to the web pages. This improves the flexibility and the ease with which the web pages are developed. A CSS file is very simple and consists of many English keywords to specify the graphical definitions of the presentation styles for the elements in an HTML generated web page. CSS styles can be applied to all or part of a web page.. An example of a simple CSS would be as follows. h1 { color:white; background-color:orange} The above line of code applies a particular style to the text with heading h1. The color of the text is white and background color of the highlighted text is orange. A CSS style file (style.css) can be made to affect the presentation of a web-page by incorporating the following call in the HTML file of the web-page: <link rel= stylesheet href= type= text/css /> The above line of code in the HTML page links the CSS file to the HTML page. The style sheet can be either a local CSS file or a file stored in an external server. Other ways of applying CSS is to embed the style definitions inside the HTML code of a web page. CSS3 is the latest version of CSS where style definitions are defined in the form of blocks. The segmentation of rules in blocks helps the browser define and approve the rules more quickly than doing it in one single block. This improves the performance of web page rendering. 3

4 2 Cross-platform SDK s There are many SDK s and frameworks available to developers for the development of mobile applications that can work on several mobile operating systems. Apart from native SDK s for mobile Os s such as Android, ios, Blackberry and Windows Mobile, there are some interesting and innovative crossplatform SDK s with which developers can target multiple platforms and devices at a time. Using these SDK s, one can develop mobile-web, hybrid and native applications. This reduces a lot of the effort, time and resources required to develop applications for multiple platforms. The following sub-sections describe some of the most widely used cross-platform SDK s and HTML5 frameworks used to develop such applications. 2.1 Rho Mobile: RhoMobile [1] was founded in 2008 in Silicon Valley and was acquired by Motorola Solutions in late It produces an open source cross-platform SDK under an MIT license. Rho Mobile is based on Rhodes framework and is used to build native mobile applications. When developing an application with this tool, the UI of the application is written in HTML5 and the application s controllers (logic) are written in Ruby. The platforms supported are Blackberry, Windows Mobile, Android, iphone and ipad. Embedded RuBy [ERB] templates, HTML5, CSS and JavaScript are the programming languages used in this SDK. Some of the main characteristics of RhoMobile are: Flexible app development: The Rhodes framework allows developers to write applications based on a model-view-controller (MVC) framework. It helps the developer separate business logic in a Controller from Interface design and appearance in a View. This improves maintainability and deployment of a mobile application. App Generator: It helps create an initial application based on the structure of the models and business logic of the application. Object Relational Manager: Databases are an integral part of most of the mobile applications. Data can be stored either internally in local databases, the file system or in external databases. Rhodes provides a wrapper which simplifies the process of accessing an application s data repositories. Synchronization: Enterprise applications which use or any SAP based services require to be synced with backend databases and applications. Rhodes provides a built in mobile-sync-server which connects to the back end applications directly and even supports push-based sync capabilities. Cloud based application development: Rhodes provides a cloud based application development framework called RhoHub where developer does not need to worry about installing SDK s, tools, IDE s. All the tools required for developing apps are hosted on the cloud server and applications can be compiled and executed for any operating system (ios, Android, BB). More information on Rhodes can be found in: Building a simple application in Rhodes and corresponding tutorial can be found in: Phone Gap: Phone Gap [2] is a cross-platform mobile application development framework which through the use of HTML5,CSS and JavaScript allows for the development of applications for ios, Android, Blackberry, Symbian, Windows, WebOS, Bada and Palm devices. It is based on open web-standards which means 4

5 that the application can be run and tested on common web browsers such as Chrome and Safari. The application creation process is very similar to that of web pages creation, except for the installation and deployment stages. The user interface in a PhoneGap application is rendered with HTML5 and the logic is built with Javascript. Phone Gap also provides facility to use local storage such as cookies for session maintenance, Web SQL database access, HTML5 local storage and indexed storage. Additionally, Phone Gap provides access to the following device functionalities. Accelerometer Device Motion Sensor Geolocation- GPS Sensor Compass Camera, Capture audio, video and image capture capabilities Media- Allows record and playback of Audio Contacts Database File System Connection Type Device Information Some of the core events that are supported by Phone Gap are DeviceReady Pause and Resume Online and Offline Menu Button Search Button Start call Button and End call Button Volumedownbutton and Volumeupbutton Phone Gap applications can also communicate with the remote web servers. The servers can be public (twitter, facebook) or any CRM based back end application. The services accessed can be RESTful or SOAP based with requests and responses in the form of XML or JSON. 2.3 AIRPLAY SDK: AirPlay SDK [3] was founded in 1998.The Airplay SDK (Marmalade) is a licensed SDK which offers solutions for cross-platform and native (C/C++) mobile and desktop applications. It supports many devices with OS s such as ios, Android, Symbian, Windows, WebOS and Bada(Samsung). The programming language used is C/C++ and has access to all standard libraries and language features. The executable is a single binary file with native CPU instructions that runs identically across all platforms. The IDEs supported are Microsoft Visual C++ and Xcode with support of X86 compilers both on Windows and Mac. It is mostly used for cross-platform game application development since the SDK has rich support for Open GL ES 2.0 which is suitable for rich 2D and 3D applications. Some of the features and advantages of this SDK are: 5

6 Native binary without any VM Good packaging tools for many mobile OSs. Speedy software rendering engine and fallback mechanism when no hardware graphics acceleration is available Support for open source libraries. Highly optimized compression of assets for games. Debugging support with an ARM debugger on windows. Tight integration with Visual Studio which is one of the most widely used IDE s for C++ development. The SDK can be downloaded (free trial and licensed) at this link Adobe AIR: Adobe AIR (Adobe Integrated Runtime) [4] was released in December 2009 by Adobe Systems for building rich internet based mobile and desktop applications. It is a cross-platform run time environment and SDK available for developing applications for ios, Android and Blackberry devices. HMTL5, JavaScript, Adobe Action Script, and MXML (Flex) are the languages supported. The Adobe tools required for development are available for free and can be integrated to an open source IDE like Eclipse or to Adobe s Flex Builder 3. Flex Builder is available as plug-in to Eclipse and also as a standalone toolkit. Adobe Air internally uses a Flash player as the run time environment and flash applications must specifically be built for the Adobe Air runtime in order to utilize the additional features provided such as file system integration, native client extensions, native window screen/task bar integration, Accelerometer etc. It also has built in support for SQLlite, database access via web services and encrypted local storage. Some of the key features and capabilities of Adobe Air are: Touch Input: Adobe AIR supports identifying both single touch and multi touch inputs. Text Input: Soft key board for the text input is in built in the SDK and gets automatically enabled when the text input receives the focus. Sensors: Adobe AIR has two APIs: Geo Location and Accelerometer for supporting movement and physical orientation of the device respectively. Web Views: Adobe AIR has StageWebView API to allow applications to access the underlying built in rendering capability of the target platform. Images: AIR has CameraUI and CameraRoll classes to access the camera functionality and image gallery of the device. It also allows access o audio and video playback capabilities of the device. 2.5 Appcelerator s Titanium: Titanium [5] was released in December 2008 by Appcelerator Inc. It is a cross-platform SDK that can deliver native applications for ios and Android and has beta support for Blackberry. JavaScript is the main language used to write mobile applications with the support of HTML5 and CSS. It is an open source SDK which converts the Javascript code to native code (Objective C or Java) during runtime. 6

7 Applications written with Titanium will have same look and feel as if the applications are written natively. The entire SDK is open source, but there are some licensed modules which can be bought. The IDE used to write Titanium applications is Titanium Studio which is shipped with the SDK. The IDE has an inbuilt JavaScript (JS) compiler which checks for dependencies, analyzes and optimizes code. Then the platform compiler compiles the JS code to native code (Objective C for ios and Java for Android). The SDK s APIs are pure JavaScript and are mapped to native API s during run time. Major API s include support for UI, Network, Map, Geo Location, Gestures, Accelerometer, Database, File System, Media etc. Titanium also supports JSS files where JSON-style properties can be added for an object or an application. Other characteristics of Titanium are: Support for standard web based technologies like HTML, CSS, JavaScript for both desktop and mobile applications. Integrated support for AJAX like frameworks like jquery and Yahoo UI Library. A platform independent API to access all of device s functionalities such as navigation bars, cameras, menus, camera, accelerometer, dialog boxes, network, database etc. Titanium s APIs are just wrappers for the platform specific APIs. For example, Ti.network.Httpclient invokes Http Client of android and ios. 3 HTML5 UI frameworks for mobile applications: The creation of web-based mobile applications can be easily supported nowadays with the use of several HTML5 based UI frameworks. The tools offered by these frameworks support UI development through simple web based languages such as HTML5 and CSS. These tools also have support for JavaScript which works well with HTML and in most cased the web-based applications developed with them can be converted to a native application with the use of PhoneGap. Some of the most widely used Javascript library frameworks for mobile web application development are jquery Mobile and jqtouch. 3.1 jquery Mobile jquery Mobile is based on jquery [6] which is javascript library designed to implement client side scripting of HTML. jquery's syntax is designed to make it easier to navigate a document, select DOM elements, create animations, handle events, and develop Ajax applications. jquery also provides capabilities for developers to create plug-ins on top of the JavaScript library. Using these facilities, developers are able to create abstractions for low-level interaction and animation, advanced effects and high-level, theme-able widgets. This contributes to the creation of powerful and dynamic web pages. The basic example which uses jquery is shown below. <! DOCTYPE html> <html lang = en > 7

8 <head> <meta charset= utf-8 > <title> jquery demo</title> </head> <body> <a href = <script src= <script> $(document).ready(function () { $( a ).click (function () { Alert( As you can see, the link no longer took you to jquery.com ); Event.preventDefault(); }); }); </script> </body> </html> 1. jquery.js is the main javascript library from which we can use different features explained above. 2. Ready() function is used to run the javascript functions once the html page is completely loaded. The java script doesn t get executed until the entire html page is loaded ( for ex., images, banner ads etc.) Hence ready() function checks if the page is completely loaded and then executed the javascripts. The jquery Mobile framework has lots of advantages. It provides a platform for web developers to engage into mobile application development facilitating an easy and comfortable transition from the normal web development to mobile web development. Some of the key features of the framework are listed below. It employs the core of jquery core, HTML5 and CSS enabling web developers to build crossplatform and cross browser mobile solutions with interactive touch screen UI. It is a light weight framework which provides developers an easy syntax and simplifies webbased application development. It supports AJAX navigation enabling users to navigate to and from internet web pages from within an application s context and thus provide smooth interactions across applications. It supports the latest version of most of the browsers such as Chrome, Safari, Firefox, IE and Opera. It provides control features and UI widgets which allow mobile web developers to create rich touch screen UI. 3.2 jqtouch 8

9 jqtouch [7] is another jquery-based mobile framework with support for native animations, automatic navigation, and themes for mobile WebKit browsers like iphone, G1 (Android), and Palm Pre. It has the following features. Easy to install Entirely customizable with selector options Theme support, including default Apple and jqtouch custom themes Callback functions throughout, including swipe and orientation change detection Page history management and CSS3 page transitions, including 3D flip Easily allow apps to run in full screen mode with custom icons and startup screens AJAX support 4 Debugging HTML5 and JavaScript applications: One of the traditional advantages of native application development is the ease of access to debugger and debugging environment tools. These tools give the developer the capability to analyze memory allocation and performance characteristics for each process of the application. In Android, there is a debugging tool called ADB (Android Debug Bridge) which helps in debugging Android Applications. ADB has a plug-in for integration with the popular Eclipse IDE. In ios, the debugger is integrated with X-code which is the IDE provided with ios SDK. X-Code allows developers to debug ios applications on iphone and ipad emulators. It provides very detailed information such as memory allocation, CPU usage etc. While some platforms such as Titanium, Air play and Adobe provide a built in debugger, there is a need for a standard debugger which can debug all cross-platform (HTML5 and Javascript) applications. There are some tools available to debug cross-platform HTML5 applications, but they are not as powerful and detailed as native SDK debuggers. 4.1 Weinre Weinre [8] is an open source debugging tool which provides capabilities to debug mobile web applications. It is a desktop application which allows us to connect to remote mobile-web application running on a device or emulator. It can debug both mobile-web and hybrid applications which are built with PhoneGap. Installation and running is very easy as a jar file has to be downloaded and started from the command line. The jar file is available at Instructions for installing and running the tool can be found at The source files can be uploaded to any web server and the link of the debugging tool can be included the main JavaScript file. A screenshot of an example configuration is provided in Figure 1. This tool is also interactive which means, components of HTML files can be inspected and changed. The effect of the changes can be observed in the application with almost no delay. This way, we can easily explore the HTML code where there is an issue and fix it, an example of this capability is shown in Figure 2. 9

10 Figure 1 Figure Google Chrome Web Inspector Google Chrome Web Inspector [9] is a part of Google Chrome Developer Tools for integrated environment for debugging, optimizing and understanding a web application. One can perform a live edit the HTML, JavaScript and CSS elements, debug applications and analyze the execution times of coded functions during runtime. The developer tools can be used to analyze SQL data, inspect web elements and insert alert statements to check the values of variables. A screenshot of the tool is provided below [fig 3]. 10

11 Figure Ripple Ripple [10] is a multi platform mobile emulator widget that can be installed as a plugin to Chrome and can be used as a debugger for HTML5 mobile applications. It allows developers to visualize their applications on multiple platforms at a time. The platforms supported are WebWorks, WAC, Opera, PhoneGap and Vodafone. It is built as a chrome extension which utilizes back end services to provide interface to debug HTML5 elements and analyze SQL data. Once the plugin has been installed, we just need to enable Ripple by right clicking on the web browser and select Ripple. Once it has been selected, options are provided to select one of the multiple platforms mentioned above. The screenshot for an example running on PhoneGap is provided below [fig 4]. 11

12 5 Conclusion: Feature Comparison of all the above platforms: There are many open source and licensed platforms and SDK s available for developing cross-platform mobile applications. Selecting a platform completely depends on the requirements of the application. All of the platforms analyzed in this paper have both advantages and disadvantages. The following table provides a comparison of features among the platforms. PLATFORM/ CAPABILITIES RHOMOBILE PHONEGAP TITANIUM AIRPLAY SDK ADOBE AIR SDK jquery Mobile iphone/ipad, android, iphone, android, iphone/ipad, android, iphone, Android, Blackberry, Mobile Platforms blackberry,windows blackberry, windows, Blackberry( from android,blackberry,wi Android, Blackberry, ios, Symbian, supported 6.1, symbian symbian second half of 2011) ndows,symbian, ios Windows OS Windows, MAC OS, Windows, Mac OS Windows, Mac OS Windows, Mac OS Windows, Mac OS Windows, Mac OS ERB templates with Html, javascript and HTML, Javascript, Vanilla C++ ( version HTML, JavaScript, HTML5, Javascript, Languages Javascript,html, css css, html5 support CSS and Ti API's of Microsoft c++) CSS, Adobe Flex, CSS, jquery Java 1.6 or higher, ruby, PhoneGap. Jar with Microsoft Visual C++ 6 and Xcode on rubygems,gnu(wind corresponding sdk Mac Os and MAYA Adobe Air, Flash Tools required for environment setup ows make utility), rhodes-gem ; environment(iphone, android etc..) Titanium Mobile SDK 7 for 3d modelling packages and Builder tool and corresponding sdk jquery library User's choice; Generally used: textmate in Mac and IDE same as used for native phone development Eclipse ( preferred ) and or any other tool of preference for Microsoft Visual C++ 6 and Flash Builder ( AIRPLAY simulator Similar to Eclipse) IDE used for development Support to LBS (Maps, location, GPS) yes yes yes yes yes yes Camera, Blueetooth, Audio yes yes yes yes yes yes with phonegap Barcode Reader API yes No yes No No No Accelerometer/Screen Rotation yes yes yes yes yes yes with phonegap Eclipse, Notepad++ or Aptana FileSystem Access yes yes(only on android and blackberry) yes yes yes yes with phonegap DataBase Capability yes ( MySql) yes yes yes yes yes Cloud Services for App Development yes no yes No No no Debugging ( Device Only MAC OS, on windows: tcp debugging/remote Same as used in native app Eclipse and inline debugger with Microsoft Visual yes ( Flash Builder yes - Wienre /Emulator) debugging connecting development Titanium SDK C++ debugger debugger) debugging tool yes( only for license yes( not for free Support/Helpdesk purchased) yes yes yes evaluation version) yes Developer Community Google groups yes yes yes yes yes Based on our research, we found that cross-platform SDK s are increasingly being used by application developers for rapid mobile application development. Not only individuals, but many companies are investing resources in learning and using these new tools. These tools and SDK s have brought both mobile and web application developers under one umbrella resulting in some very innovative and UI rich mobile applications. While these SDK s have simplified mobile application development, the quality of applications is still debatable. Native application development will always be preferred by those who are comfortable with native programming languages such as C++, JAVA or Objective C. But the tools and SDK s for cross-platform development have provided an opportunity to expand the range of technology enthusiasts and developers that can participate in the mobile application development domain. 12

13 REFERENCES 1. Rho Mobile. Rho Mobile Inc., < 2. PhoneGap. Nitobi Inc., 2005 < 3. AirPlay. Ideaworks3D., 1998 < 4. Adobe Air. Adobe Systems., February 25, 2008 < 5. Appcelerator Titanium. Appcelerator Inc., Dec 2008 < 6. jquery. John Ressig., Jan 2006 < 7. jqtouch. David Kaneda., < 8. Weinre, A debugging tool. IBM Inc., 2011 < 9. Chrome Developer tools, Google. < 10. Ripple Emulator, Ripple Community Site., < 11. Cellular News., Mobile App Downloads to Approach 48 Billion in 2015 ITU 2011s, ITU < 12. Aden Hepburn., Infographic: Mobile Statistics, Stats and Facts , < 13

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

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

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

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

place/business fetch details, 184 185 removefromfavorite () function, 189 search button handler bind, 190 191 B BlackBerry build environment

place/business fetch details, 184 185 removefromfavorite () function, 189 search button handler bind, 190 191 B BlackBerry build environment Index A addtofavorite() method, 175 177, 188 189 Android ADT Plugin for Eclipse installation, 22 24 application, GWT Build Path, 244 device info, 247 directory structure, 244, 245 Eclipse classpath, 244

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

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

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

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

HTML5: Separating Fact and Fiction. www.wipconnector.com @caaarlo #wipjam

HTML5: Separating Fact and Fiction. www.wipconnector.com @caaarlo #wipjam HTML5: Separating Fact and Fiction www.wipconnector.com @caaarlo #wipjam Announcements What is HTML5? Agenda What can HTML5 do? What can t it do? Pure HTML5/Native vs. Hybrid approaches Guest Developer

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

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

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

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

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

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

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

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

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

To Study and Design a Cross-Platform Mobile Application for Student Information System using PhoneGap Framework

To Study and Design a Cross-Platform Mobile Application for Student Information System using PhoneGap Framework To Study and Design a Cross-Platform Mobile Application for Student Information System using PhoneGap Framework Avinash Shrivas 1, Anandkumar Pardeshi 2 1 Associate Professor, Vidyalankar Institute of

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

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

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 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

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

Dasharatham Bitla (Dash) dash@bitlasoft.com http://mobilog.bitlasoft.com www.bitlasoft.com

Dasharatham Bitla (Dash) dash@bitlasoft.com http://mobilog.bitlasoft.com www.bitlasoft.com Building Mobile (Smartphone) Apps with Ruby & HTML An introduction to Rhodes Dasharatham Bitla (Dash) dash@bitlasoft.com http://mobilog.bitlasoft.com www.bitlasoft.com Smartphones Market Smartphones sales

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

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

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

Middleware- Driven Mobile Applications

Middleware- Driven Mobile Applications Middleware- Driven Mobile Applications A motwin White Paper When Launching New Mobile Services, Middleware Offers the Fastest, Most Flexible Development Path for Sophisticated Apps 1 Executive Summary

More information

Smartphone Application Development using HTML5-based Cross- Platform Framework

Smartphone Application Development using HTML5-based Cross- Platform Framework Smartphone Application Development using HTML5-based Cross- Platform Framework Si-Ho Cha 1 and Yeomun Yun 2,* 1 Dept. of Multimedia Science, Chungwoon University 113, Sukgol-ro, Nam-gu, Incheon, South

More information

ios SDK possibilities & limitations

ios SDK possibilities & limitations ios SDK possibilities & limitations Licensing Licensing Registered as an Apple Developer (free) Access to XCode3 and ios SDK ios, Mac and Safari Dev Center Resources No possibility of distribution of developed

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

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

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

Module Title: Software Development A: Mobile Application Development

Module Title: Software Development A: Mobile Application Development Module Title: Software Development A: Mobile Application Development Module Code: SDA SDA prerequisites: CT1, HS1, MS001, CA Award of BSc. In Information Technology The Bachelor of Science in Information

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

Developing multidevice-apps using Apache Cordova and HTML5. Guadalajara Java User Group Guillermo Muñoz (@jkoder) Java Developer

Developing multidevice-apps using Apache Cordova and HTML5. Guadalajara Java User Group Guillermo Muñoz (@jkoder) Java Developer Developing multidevice-apps using Apache Cordova and HTML5 Guadalajara Java User Group Guillermo Muñoz (@jkoder) Java Developer WTF is Apache Cordova? Set of device APIs that allow to access native device

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

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

POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION

POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION Executive Summary Enterprise mobility has transformed the way businesses engage with customers, partners and staff while exchanging

More information

Deepak Patil (Technical Director) pdeepak@iasys.co.in iasys Technologies Pvt. Ltd.

Deepak Patil (Technical Director) pdeepak@iasys.co.in iasys Technologies Pvt. Ltd. Deepak Patil (Technical Director) pdeepak@iasys.co.in iasys Technologies Pvt. Ltd. The term rich Internet application (RIA) combines the flexibility, responsiveness, and ease of use of desktop applications

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

RIA DEVELOPMENT OPTIONS - AIR VS. SILVERLIGHT

RIA DEVELOPMENT OPTIONS - AIR VS. SILVERLIGHT RIA DEVELOPMENT OPTIONS - AIR VS. SILVERLIGHT Oxagile 2010 www.oxagile.com TABLE OF CONTENTS 1 ATTRIBUTION... 3 2 ABOUT OXAGILE... 4 3 QUESTIONNAIRE... 5 3.1 DO YOU THINK AIR AND SILVERLIGHT ARE COMPARABLE

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

Cross Platform Applications with IBM Worklight

Cross Platform Applications with IBM Worklight Cross Platform Applications with IBM Worklight P.S.S.Vara Prasad M.TECH(CNIS),Dept. of IT Sreenidhi Institute of Science & Technology Hyderabad, Telangana, India Varam1919@gmail.com Mrs. S.Durga Devi Asst.

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

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

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

research: technical implemenation

research: technical implemenation research: technical implemenation topic: digital publication of the annually c/kompass information brochure on iphone/ipod touch with the target to have an advantage over the printed version possible solutions:

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

Lecture 3 Mobile App Development (Android, ios, BlackBerry, Windows Mobile) <lecturer, date>

Lecture 3 Mobile App Development (Android, ios, BlackBerry, Windows Mobile) <lecturer, date> Lecture 3 Mobile App Development (Android, ios, BlackBerry, Windows Mobile) Outline Smartphones Developing Mobile Applications Android ios BlackBerry Windows Mobile References Cell phones

More information

Smart Phones Application development using HTML5 and related technologies: A tradeoff between cost and quality

Smart Phones Application development using HTML5 and related technologies: A tradeoff between cost and quality www.ijcsi.org 455 Smart Phones Application development using HTML5 and related technologies: A tradeoff between cost and quality 1 Yousuf Hasan, 2 Mustafa Zaidi, 3 Najmi Haider, 4 W.U.Hasan and 5 I.Amin

More information

QML and JavaScript for Native App Development

QML and JavaScript for Native App Development Esri Developer Summit March 8 11, 2016 Palm Springs, CA QML and JavaScript for Native App Development Michael Tims Lucas Danzinger Agenda Native apps. Why? Overview of Qt and QML How to use JavaScript

More information

White Paper INTRODUCTION. In mobile development, there are three different types of applications: PRE-SMARTPHONE MOBILITY NATIVE MOBILE APPLICATIONS

White Paper INTRODUCTION. In mobile development, there are three different types of applications: PRE-SMARTPHONE MOBILITY NATIVE MOBILE APPLICATIONS INTRODUCTION The mobile development arena is growing very quickly, especially in the business-to-consumer (B2C) space. We are also seeing significant growth in business-to-business (B2B) enterprise applications

More information

Designing for the Mobile Web Lesson 3: HTML5 Web Apps

Designing for the Mobile Web Lesson 3: HTML5 Web Apps Designing for the Mobile Web Lesson 3: HTML5 Web Apps Michael Slater, CEO Andrew DesChenes, Dir. Services course-support@webvanta.com 888.670.6793 www.webvanta.com Welcome! Four sessions 1: The Mobile

More information

Introduction to BlackBerry Smartphone Web Development Widgets

Introduction to BlackBerry Smartphone Web Development Widgets Introduction to BlackBerry Smartphone Web Development Widgets Trainer name Date 2009 Research In Motion Limited V1.00 are stand-alone BlackBerry applications that consist of standard web components, including

More information

max firtman @firt firt.mobi martes 26 de julio de 11

max firtman @firt firt.mobi martes 26 de julio de 11 max firtman @firt firt.mobi who am I? mobile+web developer mobilexweb.com blog @firt where? where? buenos aires ~ argentina where? buenos aires ~ argentina patagonia soccer tango where? buenos aires ~

More information

ios Hybrid Mobile Application Development

ios Hybrid Mobile Application Development ios Hybrid Mobile Application Development Siva RamaKrishna Ravuri Oct 06, 2012 2000 West Park Drive Westborough MA 01581 USA Phone:5083897300Fax:5083669901 The entire contents of this document are subject

More information

HTML5 & Digital Signage

HTML5 & Digital Signage HTML5 & Digital Signage An introduction to Content Development with the Modern Web standard. Presented by Jim Nista CEO / Creative Director at Insteo HTML5 - the Buzz HTML5 is an industry name for a collection

More information

[PACKTl. Flash Development for Android Cookbook. Flash, Flex, and AIR. Joseph Labrecque. Over 90 recipes to build exciting Android applications with

[PACKTl. Flash Development for Android Cookbook. Flash, Flex, and AIR. Joseph Labrecque. Over 90 recipes to build exciting Android applications with Flash Development for Android Cookbook Over 90 recipes to build exciting Android applications with Flash, Flex, and AIR Joseph Labrecque [PACKTl III IV I V I J PUBLISHING BIRMINGHAM - MUMBAI Preface 1

More information

Building a Simple Mobile optimized Web App/Site Using the jquery Mobile Framework

Building a Simple Mobile optimized Web App/Site Using the jquery Mobile Framework Building a Simple Mobile optimized Web App/Site Using the jquery Mobile Framework pinboard.in tag http://pinboard.in/u:jasonclark/t:amigos-jquery-mobile/ Agenda Learn what a mobile framework is. Understand

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 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

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

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

Adobe Summit 2015 Lab 712: Building Mobile Apps: A PhoneGap Enterprise Introduction for Developers

Adobe Summit 2015 Lab 712: Building Mobile Apps: A PhoneGap Enterprise Introduction for Developers Adobe Summit 2015 Lab 712: Building Mobile Apps: A PhoneGap Enterprise Introduction for Developers 1 Table of Contents INTRODUCTION MODULE 1 AEM & PHONEGAP ENTERPRISE INTRODUCTION LESSON 1- AEM BASICS

More information

Developing Applications for ios

Developing Applications for ios Developing Applications for ios Lecture 1: Mobile Applications Development Radu Ionescu raducu.ionescu@gmail.com Faculty of Mathematics and Computer Science University of Bucharest Content Key concepts

More information

HTML5. Turn this page to see Quick Guide of CTTC

HTML5. Turn this page to see Quick Guide of CTTC Programming SharePoint 2013 Development Courses ASP.NET SQL TECHNOLGY TRAINING GUIDE Visual Studio PHP Programming Android App Programming HTML5 Jquery Your Training Partner in Cutting Edge Technologies

More information

Firefox for Android. Reviewer s Guide. Contact us: press@mozilla.com

Firefox for Android. Reviewer s Guide. Contact us: press@mozilla.com Reviewer s Guide Contact us: press@mozilla.com Table of Contents About Mozilla Firefox 1 Move at the Speed of the Web 2 Get Started 3 Mobile Browsing Upgrade 4 Get Up and Go 6 Customize On the Go 7 Privacy

More information

RFP# 027-1516. ADDENDUM No. 1 Questions and Answers

RFP# 027-1516. ADDENDUM No. 1 Questions and Answers SPECIAL ADMINISTRATIVE BOARD OF THE TRANSITIONAL SCHOOL DISTRICT OF THE CITY OF ST. LOUIS Purchasing Department 801 North 11th Street Saint Louis, Missouri 63101 RFP# 027-1516 Website and Mobile App Development

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

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

COMPARISON OF CROSS-PLATFORM MOBILE DEVELOPMENT TOOLS

COMPARISON OF CROSS-PLATFORM MOBILE DEVELOPMENT TOOLS COMPARISON OF CROSS-PLATFORM MOBILE DEVELOPMENT TOOLS Inderjeet Singh Mälardalen University Innovation, Development and Technology ish10001@student.mdh.se Manuel Palmieri Mälardalen University Innovation,

More information

HTML5 Applications Made Easy on Tizen IVI. Brian Jones / Jimmy Huang

HTML5 Applications Made Easy on Tizen IVI. Brian Jones / Jimmy Huang HTML5 Applications Made Easy on Tizen IVI Brian Jones / Jimmy Huang IVI Systems Today Lots of hardware variety. Multiple operating systems Different input devices Software development requires access to

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

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

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

International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] ISSN: 2349-6495

International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] ISSN: 2349-6495 International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] Survey on Automation Testing Tools for Mobile Applications Dr.S.Gunasekaran 1, V. Bargavi 2 1 Department

More information

Introduction to Android

Introduction to Android Introduction to Android Poll How many have an Android phone? How many have downloaded & installed the Android SDK? How many have developed an Android application? How many have deployed an Android application

More information

Rich Internet Applications

Rich Internet Applications Rich Internet Applications Prepared by: Husen Umer Supervisor: Kjell Osborn IT Department Uppsala University 8 Feb 2010 Agenda What is RIA? RIA vs traditional Internet applications. Why to use RIAs? Running

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

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 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

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

Leveraging Partners and Open Source Technology in your Mobility Strategy. emids webinar Thursday, August 11, 2011 1:00 pm 2:00 pm EDT

Leveraging Partners and Open Source Technology in your Mobility Strategy. emids webinar Thursday, August 11, 2011 1:00 pm 2:00 pm EDT Leveraging Partners and Open Source Technology in your Mobility Strategy emids webinar Thursday, August 11, 2011 1:00 pm 2:00 pm EDT Presenters Jerry Buchanan Account Director emids Technologies Ambarish

More information

Learning HTML5 Game Programming

Learning HTML5 Game Programming Learning HTML5 Game Programming A Hands-on Guide to Building Online Games Using Canvas, SVG, and WebGL James L. Williams AAddison-Wesley Upper Saddle River, NJ Boston Indianapolis San Francisco New York

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

Develop a Native App (ios and Android) for a Drupal Website without Learning Objective-C or Java. Drupaldelphia 2014 By Joe Roberts

Develop a Native App (ios and Android) for a Drupal Website without Learning Objective-C or Java. Drupaldelphia 2014 By Joe Roberts Develop a Native App (ios and Android) for a Drupal Website without Learning Objective-C or Java Drupaldelphia 2014 By Joe Roberts Agenda What is DrupalGap and PhoneGap? How to setup your Drupal website

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

Introduction to IBM Worklight Mobile Platform

Introduction to IBM Worklight Mobile Platform Introduction to IBM Worklight Mobile Platform The Worklight Mobile Platform The Worklight Mobile Platform is an open, complete and advanced mobile application platform for HTML5, hybrid and native apps.

More information

Accessing External Databases from Mobile Applications

Accessing External Databases from Mobile Applications CENTER FOR CONVERGENCE AND EMERGING NETWORK TECHNOLOGIES CCENT Syracuse University TECHNICAL REPORT: T.R. 2014-003 Accessing External Databases from Mobile Applications Version 2.0 Authored by: Anirudh

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

Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle

Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle Safe Harbor Statement The following is intended to outline our general

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

Best Practices in Enterprise Smartphone Development

Best Practices in Enterprise Smartphone Development Best Practices in Enterprise Smartphone Development Rhomobile White Paper This white paper was written by Adam Blum, Founder and CEO of Rhomobile 12/16/2010 Best Practices in Enterprise Smartphone Development

More information

Web Designing with UI Designing

Web Designing with UI Designing Dear Student, Based upon your enquiry we are pleased to send you the course curriculum for Web Designing Given below is the brief description for the course you are looking for: Web Designing with UI Designing

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

Making the Most of Existing Public Web Development Frameworks WEB04

Making the Most of Existing Public Web Development Frameworks WEB04 Making the Most of Existing Public Web Development Frameworks WEB04 jquery Mobile Write less, do more 2 The jquery Suite UI Overhaul Look and Feel Transitions Interactions Touch, Mouse, Keyboard Don t

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