The open source cross-platform application development frameworks for smart phones
|
|
|
- Julie Sherman
- 10 years ago
- Views:
Transcription
1 The open source cross-platform application development frameworks for smart phones Naresh Babu M M, Y Sreeraman and E Purushotham Dept. of Information Technology, Sreenivasa Institute of Technology & Management Studies, Chittoor, Andhra Pradesh, India. {itsnaresh4u, sramany, e.purushotham}@gmail.com Abstract In this paper, we present a review and need for cross-platform-developer-tools as each operating system has its own architecture and interfaces. Unfortunately the mobile applications are platform dependent. This prompting a vital issue of choosing the mobile operating system for the application development process. The crossplatform mobile applications can be achieved in several ways, we provide a brief review at the existing frameworks. Further, we focus mainly on Open Source Frameworks although some commercial tools are listed, challenges in Mobile Application development and also the pros & cons of Cross-platform application development frameworks. Keywords- Cross-platform frameworks, Mobile OS, Mobile Application Development, Smart phones. I. INTRODUCTION In current mobile computing era, there is a steady growth in the demand for smart phones. With the emerging mobile computing systems, the mobile applications became very popular. Since each framework for developing cross-platform applications is certainly needed. Smart phones are manufactured with different physical, hardware and architecture functionality. Therefore certain API's may not be available on all smart phones as they depends on the platform, physical device features to implement its API's. Thus forth, every platform has its own development environment that supports different sets of programming languages and API's. Now-a-days, any smart phone device platforms can be classified into following distinct classes based on the operating systems they employ, namely: Android, Symbian, A. Google Android : In 2005 Google started the development of the Android platform. The native Android applications were written in Java. It offers its own virtual machine called the Dalvik VM for running the Java classes that are recompiled into Dalvik. To start developing native applications for Android, the Java SE Development Kit (JDK), the Android SDK, and a development environment (IDE) are required. In 2007 industry leaders such as Google, Motorola, Samsung, Sony Ericsson and Intel formed the Open Handset Dr. R C Cherukuri Dept. of Electrical & Electronics Engineering, Gyan Ganga Institute of Technology & Management, Bhopal, India. [email protected] TABLE I. MARKET PENETRATION PER MOBILE PLATFORM Platform Sold Units (X 1000) Market (%) Android 36, Symbian 27, Apple ios 16, Research in Motion 13, Microsoft 3, Other Platforms 3, Share Alliance and its first key outcome was the Android Platform. Same year the first release of the Android SDK was released. B. Symbian: The historical background of Symbian is in the EPOC operating system for the Psion family of PDA's. Symbian is strongly linked to Nokia, which uses the Symbian OS for the majority of its smart phones. Developing for the Symbian Foundation s operating system can be done using the native C++ framework, Java ME, Adobe Flash, web applications, widgets using web technologies, Python, and with Qt, a free C-based framework owned by Nokia. Qt is the recommended framework for creating native applications for Symbian and Meego. C. APPLE ios: Apple introduced the first iphone in 2007 it started the new era in the smart phone market. IPhone s operating system is called ios (formerly iphoneos) that is based on Mac OS X. Application development for the iphone can be done on two platforms: using mobile web technologies, or using the native Cocoa Touch framework built on Objective-C. In order to develop application for the iphone, an Intelbased Macintosh computer running a Snow Leopard version of the Mac OS X is required. The iphone SDK available from the Apple Developers site includes the Xcode IDE, iphone simulator and additional tools. It is also possible to develop for ipod Touch and ipad with the same tools
2 D. RIM Blackberry: BlackBerry is a product of Research In Motion (RIM). It was the third most sold mobile operating system in the world in The BlackBerry is specialized into the enterprise market, and should be taken into account when developing applications for enterprise markets especially in the US. The applications for BlackBerry can be developed using the BlackBerry Web Development or Java Application Development. The Web Development is for developing BlackBerry widgets, which are small web applications, built using HTML, CSS and JavaScript. The Java Application Development requires installing the Sun JDK, the Eclipse IDE for Java Developers with the BlackBerry plug-in and the BlackBerry JDEs. E. Microsoft Windows Mobile-OS: The original Windows Mobile was introduced at the millennium as an operating system for Pocket PCs. In February 2011, Nokia and Microsoft announced new partnership plans according to which Windows mobile-os will serve as Nokia's primary smart phone platform, and it will likely raise the Windows mobile-os market share. The applications are programmed using C# language with.net framework. There are two major frameworks on top of the.net framework core: Silverlight and XNA. Developing on this platform requires installing Windows Phone Developer Tools, which include Visual Studio 2010 Express, the Windows Phone Emulator, XNA Game Studio 4.0, Microsoft Expression Blend for Windows Phone, Silverlight, and.net Framework 4. The remaining paper is organized as follows. Section 2 discusses the challenges in Mobile Application Development. Section 3 contains the different Cross-Platform Mobile Application Development Frameworks. Section 4 discusses about the Pros and Cons of Cross-Platform Application Development. Section 5 concludes. II. CHALLENGES IN MOBILE ENVIRONMENT Generally there are two kinds of traditional mobile applications, web application and native application [2] Web applications reside on a server making installing or downloading applications, unnecessary. They comprise of web pages optimized for mobile devices and hence, can be developed using HTML, JavaScript and CSS and can be bookmarked for future use. Debugging and bug fixes are possible in real time. However, they cannot access the mobile devices features. For instance, a web application cannot access the device camera to capture images. Native applications are applications that are developed specifically for the type of mobile device. Native applications can take advantage of mobile devices functionalities like GPS, file storage, database, SMS, mail etc. They can be downloaded, installed and sold in application stores. The main drawback of native applications is that they need to be developed separately for each platform, hence increasing development time, cost and effort The challenges in Mobile Application development include: A. Limited Resources: The most important of these challenges is that mobile devices have limited resources, ranging from the cost of communication to data storage to power management Even though devices are becoming increasingly powerful in terms of computing power, storage capacity and communication bandwidth, all devices in the mobile ecosystem are not equally powerful and programmers must take into account the specifics of each device when developing applications. [4] B. Devices and Platforms Devices on which the mobile applications display and receive data usually have small screens and keyboards. So, developers must pay special attention to usability for example, offering one-touch navigation and removing certain features and facilities to display data sensibly. Interface design should also consider options such as voice activation, touchsensitive screens, innovative menus and styluses, and handwriting and gesture recognition. Mobile applications must be designed to suit a variety of handsets, which operate on different platforms and with different interfacing capabilities. The same application must work on multiple mobile devices with varying presentation formats, so we must consider device features and their operating platforms.[3] C. Security Every mobile device manufacturer understands the importance of security, and offers accommodations for it. For developers, however, that means each operating system has its own custom architecture. Sometimes different mobile platforms provide varying degrees of support for securing data stored on the device. At the same time, not every mobile application needs the same level of security, and users dislike multiple logins to access data on the device itself or back-end data. However, the responsibility for protecting data falls squarely on the application developers shoulders, so they must incorporate encryption into the application down to the file system level. D. User Experience This is especially important in cross-platform scenarios where screen sizes may not only differ but offer the option of portrait versus landscape. How is the screen real estate best used? What features should be available? Developers have to remember that users on the go are usually looking for specific information, and determine how to make that information as easy to find as possible
3 E. Input Limited input devices and a variety of possible interaction methods (keypad, stylus, touch screen). Text input is particularly cumbersome III. CROSS-PLATFORM APPLICATION DEVELOPMENT FRAMEWORKS In order to develop mobile applications using the write once, run anywhere paradigm, several solutions exist in industry today to address the issue of mobile platform heterogeneity. The demand for shorter mobile application development process has driven the need for cross-platform solutions. The idea of cross-platform mobile programming is that with the same codebase with little or no modifications a mobile application could be published into multiple mobile phone platforms. TABLE II. MOST SIGNIFICANT CROSS-PLATFORM TOOLS FRAMEWORK TYPE LICENSE Phonegap Framework Open Source Appcelerator Platform Open Source Rhodes Platform Open Source Mosync Platform Open Source Sencha Touch Framework OS/Commercial NetBiscuits Platform Open Source QT Framework Open Source FeedHenry Platform Commercial Unity3D Platform Commercial DragonRad Platform Commercial Grapple Framework Commercial MotherApp Framework Commercial Corona Platform Commercial WidgetPad Platform Open Source JQuery Mobile Framework Open Source JQTouch Framework Open Source WebApp.net Framework Open Source QuickConnectFamily Framework Open Source Cross-platform native frameworks let a developer to create a native, installable and mobile application distribution platform capable (i.e. App Store and Android Market) mobile software for multiple platforms using cross-platform APIs and usually HTML/CSS/JavaScript frameworks. However, building applications using native frameworks still requires the vendor SDKs installed and using the vendor-specific techniques for code signing and distributions. The layout and some API functions are also platform specific, so there will be some code modification for different platforms. There are a variety of frameworks and tools and it is useful to make a clear distinction of what they offer. So we have divided the frameworks into two groups: [5] Framework: Frameworks are set of libraries, software components and architecture guidelines that provides the developer with a comprehensive toolkit to build a complete mobile application from top to bottom. Platform: Platforms are set of frameworks, tools and services that not only allow the user to build a complete mobile application but also to configure, package and distribute it to app stores or the cloud. The tools to be discussed below are the Top Open Source Cross-Platform tools being used by developers: [13] A. PHONEGAP PhoneGap [6] is an open source development tool for cross-platform mobile development. Using PhoneGap, native applications can be developed with the use of standard web languages (HTML, CSS and JavaScript). As PhoneGap is still in pre-release phase, it is currently free of cost and will stay that way for open-source projects. Commercial application developed using PhoneGap will be charged when it has been publicly launched. Using PhoneGap, an application written once can be deployed to the platforms Android, ios, Windows Phone 7, BlackBerry, Symbian and Palm webos. Using PhoneGap, native applications are created which act as a wrapper application for a standard web browser control on the device. The created application handles the communication with the web application in such a way that the user has the experience that it uses a native application, but in fact it is using a web application which is executed on the device. Such a web application is defined using HTML and JavaScript and is presented like a normal web application would do. Therefore, PhoneGap applications are hybrid applications and not 100% native as they merely exist of a shell around the standard web browser control. This is in contrast with native applications, in which native userinterface controls of the platform are used for user interaction. The following diagram explains how PhoneGap architecture looks like: [7] In the above diagram we can see that PhoneGap provides a WebView which is nothing but a bare bone web browser without a Chrome UI. The native code in PhoneGap SDK
4 Figure 1. PhoneGap architecture exposes uniform APIs across multiple device platforms which are accessible to JavaScript running inside the WebView. As a web developer if you are using PhoneGap then it s less likely that you ll need to know the internals of the SDK (although it is always recommended to go through the source code in case you want to enlighten yourself as well as get fascinated by the tremendous efforts that the PhoneGap developers have put into it) B. SENCHA TOUCH 2 Sencha[8] began life in 2007 as a community effort to combine Ext JS, jqtouch and Raphaël, three popular UI libraries. In June 2010, the company renamed itself to Sencha. While Sencha is the commercial entity, Sencha Labs is a nonprofit entity that owns the intellectual property for the opensource software elements. Sencha products are available under a zero-cost license (for free apps only), a commercial paid-for license and an open source (GPL3) license. Sencha Touch is currently supported on WebKit browsers, including the popular Apple ios and Google Android platforms. Some might contend that this support isn't enough that all platforms must be supported for Sencha Touch to be taken seriously. When adopting a framework in the mobile web development realm, it's wise to look for two things: platform richness and feature richness. A framework that abstracts the most from HTML5/CSS3 in a form that s developer-friendly, and with a wide reach, is desirable. In this aspect, Sencha is astute in supporting the two most popular platforms and using their resources to provide rich, easy-to-use features for developers.[9] Sencha Touch 2, a high-performance HTML5 mobile application framework, is the cornerstone of the Sencha HTML5 platform. Built for enabling world-class user experiences, Sencha Touch 2 is the framework that enables developers to build fast and impressive apps that work on ios, Android, BlackBerry, Kindle Fire, and more. Sencha Touch 2 includes an updated and easier to use API, enhanced MVC, and richer documentation. To harness local hardware and system services, Sencha Touch 2 provides access to a wider set of native device APIs, allowing HTML5 developers to take advantage of hardware features. To broaden the reach of apps created with Sencha Touch 2, a free native packager is now included enabling app distribution to the Apple App Store and the Android Market. To Create a Sencha Touch 2 App step by step please refer: [10] C. APPCELERATOR TITANIUM Titanium Mobile[11] is a commercially supported, open source platform for developing cross-platform applications using web technologies. It is introduced in 2008 by Appcelerator Inc. Titanium Mobile currently offers support for generating native applications for the platforms Android and Apple ios (including ipad). Support for generating applications for the BlackBerry platform was announced in 2010, however this is not released publicly yet. Figure 2. Titanium Platform In order to access native platform functionality, Titanium Mobile provides a platform independent API which can be used for native UI components as well as native device functionality. Using a platform independent API called the Titanium SDK [12], Titanium Mobile offers an abstraction layer which can be used to define an application in a generic fashion. Defining an application can be done using the build-in editor by writing JavaScript code. In this way, an user interface and corresponding functionality can be defined by using JavaScript corresponding with the Titanium SDK. Titanium platform provides the necessary tools, compilers and APIs for building for the target platform, and a visual environment tool called Titanium Developer for creating, running and packaging Titanium applications. By submitting the source files written with Titanium Mobile to a web-based, cross-compilation tool, binaries are created which can be used to deploy on mobile devices. As Titanium Mobile cross-compiles the generic application defined using JavaScript into platform-specific versions, the output are hybrid applications
5 D. MOSYNC MoSync was founded in 2004 as Mobile Sorcery, a development studio producing and publishing mobile games and is based in Stockholm, Sweden. Recognizing that writing games for additional platforms was very high cost, MoSync was created to bridge across-platform fragmentation and productise cross-platform development tools. The tool started as a way to address the hundreds of Java ME device variants through a single C++ codebase and over the years evolved into addressing most smartphone platforms. MoSync allows developers to use C++ or (as of recently) just HTML and JavaScript to target ios, Android, Windows Phone 7, Symbian, Java ME, Windows Mobile and Moblin platforms, with BlackBerry support under development. Developers can access native APIs through abstracted MoSync libraries while the app design can use native UI widgets.[13] MoSync has two primary runtime architectures - one implemented in C++ and one in Java. However, the design is very similar in both cases. [14] Plugins: Many frameworks include some extension or plugin architecture that allows you to build a native library and integrate it into the SDK. This really gives you the best of both worlds, you can develop missing or advanced features with the native tools, and then use the cross-platform SDK for common tasks. Decreased Development Time: The majority of crossplatform frameworks not only provides one tool for many jobs, but also simplifies development with dynamic languages and comprehensive libraries for common, repetitive tasks. Code Is Reusable: Rather than having to write the specific action or sequence for each platform, a developer can just write the code once and then reuse those bits in later projects or on other platforms. Easy for Web Developers: Because most frameworks are dynamic or scripting languages, they are easy for web developers to jump in and use. Moreover, most frameworks also support HTML5 and CSS3alongside the calls to more native functions. Consolidated effort: The most obvious benefit of choosing a cross-platform SDK is in reducing your overall effort for a given project. By targeting a single API, you save a great deal on development and maintenance of the code base.[15] Figure 3. Mosync Runtime Architecture MoSync uses a custom C++ compiler, which outputs MoSync Intermediate Language. This is fed into the pipe tool, along with the application resources and the MoSync libraries. The pipe tool builds code trees, analyzes, optimises and outputs either C/C++ source code, MoSync bytecode or Java bytecode. This is then packaged with the appropriate runtime for the platform, which MoSync claim has a footprint of about 100Kb. What s notable is that MoSync can create binaries for most platforms, including Android without their respective SDKs. IV. PROS AND CONS OF CROSS-PLATFORM DEVELOPMENT A. The pros of using Cross-Platform frameworks: Reduced Development Costs: This is perhaps the biggest advantage because it allows companies or brands to get an app onto other platforms without having to invest in a team or developer specific to that ecosystem. Easy Deployment: Deploying and compiling apps is much faster in a cross-platform scenario. This is especially true with many of the new cloud-based build tools that various frameworks are starting to push out. B. The cons of using Cross-Platform frameworks: Limited Control: Cross-platform SDKs are an abstraction of the various platforms into one uniform interface that should theoretically make development easier. But at the same time, this abstraction blurs your access to the underlying API, and your feature set may be more limited as a result. Vendor Lock-In: Most of the cross-platform frameworks build using their own subsets of JavaScript, which means that if you want to switch to another platform, that code you wrote before is likely not going to be reusable without a lot of work. Code Might Not Run as Fast: The cross-compilation process can sometimes be slower than using native tools and calls for an app. You Can t Always Use Your Own Tools: Most frameworks want users to use their own development tools and suites, and that can mean that a developer has to forgo his or her own IDE preferences and use something else. High-End Graphics and 3D Support is Often Limited: Fortunately, game-centric development platforms, like Unity are here to help fill in those gaps. API Freshness : It takes time for platform API changes to trickle through the various third party SDKs. You may have to wait awhile for the latest and greatest features to become available, if they become available at all. Again, you are
6 relying on the SDK developer s commitment to the project. [16] V. CONCLUSION We have introduced various existing Mobile Operating Systems and illustrated in brief the most significant tools used in Further, we have discussed several Cross-Platform tools that are Open Source and that highly used by the developers for developing applications. We have presented various pros and cons of using cross-platform frameworks. Thus, we found that the cross-platform frameworks are highly reliable while developing proprietary applications. In addition, the cross-platform developer tools have become the basis in developing various mobile based or mobile operated applications. REFERENCES [1] Gartner. [2] Harun, H.; Jailani, N.; Bakar, M.A.; Zakaria, M.S.; Abdullah, S.;, "A generic framework for developing map-based mobile application," Electrical Engineering and Informatics, ICEEI '09. International Confere vol.02, no., pp , 5-7 Aug [3] Unhelkar, B.; Murugesan, S.;, "The Enterprise Mobile Applications Development Framework," IT Professional, vol.12, no.3, pp.33-39, May-June [4] Buthpitiya, S.; Luqman, F.; Griss, M.; Bo Xing; Dey, A.K.;, "Hermes -- A Context-Aware Application Development Framework and Toolkit for the Mobile Environment," WAINA, th International Conference on, vol., no., pp , March [5] Cross-platform mobile development. [6] Phonegap. [7] PhoneGap Architecture [8] SenchaTouch. [9] Build mobile web applications with Sencha Touch /index.html?ca=drs-. [10] How to Create a Sencha Touch 2 App [11] Sarah Allen, Vidal Graupera, and Lee Lundrigan. Pro Smartphone Cross-Platform Development: iphone, Blackberry, Windows Mobile and Android Development and Distribution. Apress, Berkely, CA, USA, 1st edition, [12] Appcelerator Inc. Appcelerator developer center. [13] Cross-Platform Developer Tools /. [14] The runtime architecture. [15] [16]
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
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
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
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
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
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
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
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 : [email protected] Prof. Haridini Bhagwat Asst. Professor,
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
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
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
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
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
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
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
Mobile Phones Operating Systems
Mobile Phones Operating Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto Superior Técnico 2015-05-28 José Costa (DEI/IST) Mobile Phones Operating
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
A Review of Different Comparative Studies on Mobile Operating System
Research Journal of Applied Sciences, Engineering and Technology 7(12): 2578-2582, 2014 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2014 Submitted: August 30, 2013 Accepted: September
COMPARISON OF CROSS-PLATFORM MOBILE DEVELOPMENT TOOLS
COMPARISON OF CROSS-PLATFORM MOBILE DEVELOPMENT TOOLS Inderjeet Singh Mälardalen University Innovation, Development and Technology [email protected] Manuel Palmieri Mälardalen University Innovation,
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
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
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
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
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 [email protected] http://appracatappra.com Table
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
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
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
Technical and Business Challenges for Mobile Application Developers. Tony Wasserman Carnegie Mellon Silicon Valley Mobicase 2010
Technical and Business Challenges for Mobile Application Developers Tony Wasserman Carnegie Mellon Silicon Valley Mobicase 2010 The Growth of Mobile Applications From zero to 500,000 (or so) in 3 years!
Example of Standard API
16 Example of Standard API System Call Implementation Typically, a number associated with each system call System call interface maintains a table indexed according to these numbers The system call interface
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 [email protected] @ActiveNick www.activenick.net Who is ActiveNick?
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
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
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...
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 [email protected] 2015 Parma Outline Introduction Installation and Configuration
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
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
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
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
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
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
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
Overview focus on breadth understanding not depth (that s what the labs are for )
Mobile Application Development Platforms: The Options Wilfred M. Mworia Mobile BootCamp 2009 Objectives Overview focus on breadth understanding not depth (that s what the labs are for ) Hopefully, help
Developing Applications for ios
Developing Applications for ios Lecture 1: Mobile Applications Development Radu Ionescu [email protected] Faculty of Mathematics and Computer Science University of Bucharest Content Key concepts
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
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
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 [email protected].
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
Programming Mobile Apps with Python
Programming Mobile Apps with Python Andreas Schreiber EuroPython 2012, Florence, Italy (July 3, 2012) Medando Mobile Health Apps Slide 2 My Blood Pressure Slide 3 Overview
Reminders. Lab opens from today. Many students want to use the extra I/O pins on
Reminders Lab opens from today Wednesday 4:00-5:30pm, Friday 1:00-2:30pm Location: MK228 Each student checks out one sensor mote for your Lab 1 The TA will be there to help your lab work Many students
... 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...
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
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
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
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
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
Comparative Study of Different Mobile Operating Systems
International Journal of Advancements in Research & Technology, Volume 2, Issue3, March-2013 1 Comparative Study of Different Mobile Operating Systems T.N.Sharma, Mahender Kr. Beniwal, Arpita Sharma ABSTRACT:
Development of Hybrid Applications with HTML
Enterprise Mobility White Paper Development of Hybrid Applications with HTML by Nripin Babu & Arun Bhat Synopsis Gartner, Inc. predicts that more than 50 percent of mobile applications deployed by 2016
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
Choosing a Mobile Strategy for Your Business
Choosing a Mobile Strategy for Your Business Michael Slater, CEO [email protected] 888.670.6793 www.webvanta.com 1 Welcome to the Webinar Thanks for joining us! Ask questions at any time in the chat
Enterprise Mobile Application Development Strategies & Considerations for Building Mobile Apps
Enterprise Mobile Application Development Strategies & Considerations for Building Mobile Apps 3/19/2012 A Blueranger Consulting Research Note Author: David Bialer [email protected] 415 425-9800 Q:
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
Mobile App Development
Mobile App Development Spring 2013 Agenda Practical information Introduction to mobile development Introduction to Android development 1 About us Jacob Avlund, course manager Kasper Østerbye, teacher Charlotte
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
27th Embarcadero Developer Camp General Session
27th Embarcadero Developer Camp General Session John JT Thomas Director of Product Management [email protected] @FireMonkeyPM Market Statistics WHAT S HAPPENING? 2 The Client Revolution An Unprecedented
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 [email protected] http://www.seventablets.com
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
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
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,
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.
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
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
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
UX & Cross-Platform Mobile Application Development Frameworks
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
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
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
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
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
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
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.
Cross-Platform Mobile Application Development
Cross-Platform Mobile Application Development Anirudh Nagesh, MS Student School of Information Studies, Syracuse University [email protected] Carlos E. Caicedo, Assistant Professor School of Information
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
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
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
Native vs. HTML5 Mobile App Development
Native vs. HTML5 Mobile App Development Which option is best? appcelerator.com Introduction: The Native vs. HTML5 Debate While there are far more native than HTML5 mobile applications in the market today,
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
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
Social Media & Mobile Handheld Devices: The Platforms, Operating Systems, devices& Applications. The wireless last mile & User Interface choices
The wireless last mile & User Interface choices Manoj Pant CEO, Shankh Inc, Mumbai ( Social transformation via technology innovation ) [email protected] Mob : +91 9820018300 Social Media & Mobile
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
01. Introduction of Android
01. Introduction of Android Goal Understand the concepts and features of the Android Install the complete Android development environment Find out the one-click install Android development environment
