separate the content technology display or delivery technology

Size: px
Start display at page:

Download "separate the content technology display or delivery technology"

Transcription

1 Good Morning. In the mobile development space, discussions are often focused on whose winning the mobile technology wars how Android has the greater share of the mobile market or how Apple is has the greatest revenue share or how the latest offering from Windows or Blackberry is going to be a game changer yeah, right For this session though, the case studies presented by my colleagues are not about whose winning but instead about the factors that led them to the decisions they made about what mobile technology was right for the product. It s about identifying the right technology, with the right benefits, to offer the right experience for their users. In order to get us started, I m going to take you through about a 15- minute primer to introduce and define some of the technologies, so we re all talking the same language before my colleagues offer their insights into what drove their mobile app development decisions. In talking about mobile technology, it is important to separate the content technology from the display or delivery technology. Now while it is fair to say that the content technology or format employed by most, if not all, of our presenters is based on structured content like XML, but for the end user of their product it was the delivery or display technology that matters most. So while the content management systems and the content formats behind the applications are important, we re going to instead focus on the end user experience and the technologies that have been employed to delivery that experience in a way that was right for each product.

2 So lets begin where the mobile app market essentially got its start - in July of 2008 with the introduction of the Apple itunes App Store. Many others platforms followed suite by launching their own mobile app stores in the hopes of capitalizing on the user- base that was tied to their specific mobile devices the Android Market (now Google Play), Blackberry World, Samsung Apps Store, and even the Nokia App Store. Some of course have been more successful than others and we all know today that Apple and Android dominate the native mobile app space. So what is considered a native app and why have they been so successful to date? It s a device application that is developed exclusively for a specific mobile operating system. So as we say, it s device dependent or more correctly operating system dependent. Rather than using a dedicated browser to access content, the user instead interacts with content that is loaded into a native application on the device. Content may be pre- loaded as with a reference book application or content may periodically downloaded and stored on the device for the user to interact with whether they are online or offline. Besides stored content, additional content can be

3 streamed to the device, pulled from RSS feeds, or accessed through an in- app web browser which gives the user the illusion of still working in the native app when they ve actually been linked to content outside the app. As a result, a programmer can develop an app that performs a wide range of functions, many of which can take advantage of the processing power of the device itself and take advantage of specific device capabilities like the camera, the GPS, and the accelerometer. The end result typically has been a more robust and custom user experience than can be gotten by simply interacting with the content via the browser. A big part of their success is the platform they are tied to, and this is where apps on the ios and the Android platform have dominated. The sheer volume of users on those two platforms alone means that any developer can create an app that will have a potentially large audience of possible buyers/users and the clear and dedicated distribution channel the apps store themselves make finding the apps both easy and convenient. Of course the success of any app is mostly tied to the user experience and the functionality and performance of the app itself. But the platform the apps are tied to and the process of developing and deploying apps has both its advantages and disadvantages.

4 Not all of your users will be on one of the two major operating systems and developing native apps for specific platforms means deciding to limit the access to your audience. However, with Apple and Android carrying 95% of the market share for mobile devices, it s a choice many developers have made and a risk/reward scenario that is easy to evaluate. The app development, deployment, and ongoing maintenance process can bring challenges. Building native apps means custom building apps for both platforms and from the first release of the app to each subsequent minor or major update the apps need to be submitted to the store for review, approval, and release. This can mean weeks before approval and an initial release on the ios platform and usually several days to a week or more for subsequent updates. While the Google Play store is faster in its approval and release process, these built in approval stages constantly add time to the release cycle and can be a huge challenge when, say, your trying to push out a fast update to address a critical bug or get an app released prior to an annual meeting. And we cannot talk about the pros and cons of native apps without mentioning the revenue share model with the app stores. The upside is that the app store gives you access to a wide audience of users, the downside is the 30% of any revenue that is generated from the sale of the app or in- app purchases will go to the store. However, at least for most subscription- based journals, the app is free and access to the content is controlled by the subscription authentication and not by fees paid to the app store. Even with this scenario though, you can t even have a pop- up served to a user telling them that there subscription is about to expire and then redirect them to your ecommerce website where they can renew their subscription. Doing so will effectively be seen as facilitating and in- app purchase and the stores would expect their 30%.

5 The next display technology, mobile optimized websites, has its roots of course in the traditional website based on HTML display and layering on technologies like Cascading Styles Sheets (CSS), to add formatting and design to a basic HTML markup, and JavaScript to add features and functionality to the presentation. So what is a mobile optimized website? Well, it is essentially a modified version of the cascading styles sheets (CSS) that are typically used to display the exact same HTML content on a smaller form factor device. In designing the display for the optimized site, elements are sized and laid out differently to accommodate the smaller form factor. Not all of the same features exist on the mobile optimized site and some features are rearranged and sized in such a way that the user experience is more appropriate for the device size. So that elements that you might traditionally interact with a mouse pointer, instead, are designed for optimal tap targets. So mobile optimized websites are really about the small form factor devices like smart phones and smaller tablets. Larger size tablets, like the standard ipad and many others, don t utilize the mobile optimized site and are simply served the standard website. So how do they work? Well, note the differences in the web addresses above. The sites are designed to detect the operating system and device of the incoming user and will automatically (at least in most cases) offer the end user the site that is more appropriate for the device. And when it serves the mobile optimized site you ll often get a slightly different URL often with the word mobile. or m. preceding the traditional URL.

6 Its important to note that while a mobile optimized site is more appropriate for the small form factor device, like a smart phone, the reality is that the result is the need to maintain two distinctly different sets styles sheets. Although the two sites may utilize the same HTML content, they maintain two separate sets of style sheets and associated JavaScript files. The upside of a mobile optimized website is that all mobile users can access your content, regardless of what platform their device is running on. As long as they have a browser, they can get to your content. These sites are platform independent or are meant to be. While using a browser- based content delivery system offers the promise of maintaining only one set of code, and no need to go through approval and release process, the reality is that with the range of different browsers on the market and the various versions, you still need to do some customization or work to get your site or mobile optimized site to behave the same on most browsers. But that s basically true about all web development. Following closely behind mobile optimized websites and often overlapping in their definition are Web Apps. In their most basic sense they are a mobile optimized website that has been designed in such a way that the end users experience more closely simulates the look, feel, and behavior of a native app. While it is still essentially a web site, the user can use a simple bookmarking capability to drop an app icon on the home screen of their mobile device and further simulate the experience of launching the app. Now while that icon may look like others on their device, it s not going to show a badge when new content is available for the user since push notification or badging is a feature, for now, only of the native apps. For some web apps, once in the application the user is often aware of the fact that they are in a web browser by the common toolbar along the top and the regular accessing of data through the internet to load new pages but with newer technologies if the user launches the web app from the home screen icon, they ll get a full screen app experience that feels even more like a native app.

7 Of course, one of the first and most well- known web apps is the Financial Times app. In order to avoid the 30% revenue share with Apple, they developed one of the early web apps that leveraged offline caching of content and have continued to enhance the app over time. As I mentioned, several new technologies or updates to existing technologies are changing the landscape for web applications. Among them are new releases of HTML and CSS HTML5 and CSS3. Although the official specification for HTML5 is not yet completed, many of the capabilities of HTML5 are being used by developers today and the browser providers are quickly releasing new versions that support many of the features of HTML5 that will make the web app experience more and more compelling. Among those features are the ability to cache content offline, native support for SVG or scalable vector graphics, native support for MathML rendering, native support for multi- media like video and audio without the need for a 3 rd party player that needs to be loaded in the browser. In addition, HTML5 brings greater design flexibility to the presentation and some may say it brings typography to the web with the ability to flow and style content in ways we ve only been accustomed to in desktop publishing and typesetting systems. So while the traditional mobile optimized website or web app still had a significant performance and feature gap with native apps, HTML5 and CSS3 will narrow that gaps significantly. Coupled with platform independence and the ability to manage the distribution of content without the dedicated sales channels the app stores the web app experience will continue to improve and level the playing field between native app capabilities and those of web apps.

8 Lastly, a little about a new technology called Responsive Web Design. As noted earlier, one of the challenges with developing mobile optimized sites or web apps is that they required a different set of cascading style sheets in order to serve the alternate site. And with the plethora of different device sizes now available from a variety of manufacturers, trying to build a mobile optimized site at one size meant that many of the devices were going to get a sub- optimal presentation when viewing your site. Responsive web design works to address exactly that problem. Utilizing HTML, CSS, Media Queries, and fluid grids a properly developed responsive design website will dynamically change the presentation of content as the device size changes. The upside, besides a truly optimized presentation for the end user s device, is that the code work is all done from a single set of code no separate CSS for the mobile site versus the traditional site. Thus making the ongoing maintenance, design, development, and deployment all easier while at the same time delivering a better UI/UX for the end user.

9 So with that introduction to a number of the key technologies that will be referenced by my colleagues, I ll pass the baton to Rob O Donnell.

Native v HTML5 An Event Planner s Primer

Native v HTML5 An Event Planner s Primer v HTML5 An Event Planner s Primer If you ve researched mobile apps for your conference, tradeshow or event, you ve probably come across the question or HTML5? Both provide an app experience designed for

More information

A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved.

A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved. A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved. 1 The Mobile Web refers to access to the world wide web, i.e. the use of browser-based Internet services,

More information

Responsive Web Design. vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions

Responsive Web Design. vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions Responsive Web Design vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions The New Design Trend: Build a Website; Enable Self-optimization Across All Mobile De vices

More information

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

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

More information

Navigating the Mobile App Development Landscape

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

More information

Whitepaper. Trans. for Mobile

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

More information

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

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

More information

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

Mobile Marketing How to Get Your Share of $8 Billion in Mobile Bookings

Mobile Marketing How to Get Your Share of $8 Billion in Mobile Bookings INDUSTRY INSIGHT GUIDE Mobile Marketing How to Get Your Share of $8 Billion in Mobile Bookings Inside How to boost direct bookings Why you need a mobile-friendly site Pros & cons of mobile websites Pros

More information

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

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

More information

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

Oracle WebCenter Sites Mobility Server Enabling exceptional mobile and tablet web applications and web sites without compromise

Oracle WebCenter Sites Mobility Server Enabling exceptional mobile and tablet web applications and web sites without compromise Oracle WebCenter Sites Mobility Server Enabling exceptional mobile and tablet web applications and web sites without compromise Mobility Server offers state-of-the-art technology and a comprehensive solution

More information

Going Mobile-does your website work on mobile devices?

Going Mobile-does your website work on mobile devices? Going Mobile-does your website work on mobile devices? Going Mobile-does your website work on mobile devices? It is unlikely to have escaped your attention that people are now accessing the web from a

More information

HTML5 : carrier grade

HTML5 : carrier grade HTML5 : carrier grade Alex Rutgers / CTO@Momac / February 2013. Introduction Since HTML5 became mainstream media around April 2010 and I decided to create an overview article on HTML5 in the mobile space,

More information

Not All Apps Are Created Equal. The key to a seamless app-building experience is to dig deep, ask questions and examine all variables at the onset.

Not All Apps Are Created Equal. The key to a seamless app-building experience is to dig deep, ask questions and examine all variables at the onset. Not All Apps Are Created Equal The key to a seamless app-building experience is to dig deep, ask questions and examine all variables at the onset. Imagine you live ten blocks from work and are driving

More information

the future of mobile web by startech.ro

the future of mobile web by startech.ro the future of mobile web by startech.ro year of the mobile web 2007 2008 2009 2010 2011 2 year of the mobile web 2007 2008 2009 2010 2011 3 year of the mobile web 2007 2008 2009 2010 2011 4 the device

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

THE BUSINESS CASE FOR HYBRID HTML5 MOBILE APPS

THE BUSINESS CASE FOR HYBRID HTML5 MOBILE APPS Exploring the business case for building hybrid HTML5 mobile applications for enterprise mobility projects compared to implementing with a purely native development approach. THE BUSINESS CASE FOR HYBRID

More information

Responsive design and its role in your ecommerce website plan

Responsive design and its role in your ecommerce website plan WHITE PAPER Responsive design and its role in your ecommerce website plan Practical advice and technical tips to speed your move to multi-channel commerce INTRODUCTION Today, mobility is the way to go.

More information

Building native mobile apps for Digital Factory

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

More information

Mobile App Development: Define Your Strategy with A Fast Five-Point Checklist

Mobile App Development: Define Your Strategy with A Fast Five-Point Checklist Mobile App Development: Define Your Strategy with A Fast Five-Point Checklist There is definitely a need to mobilize. And it needs to happen yesterday. It s no surprise then that many feel there isn t

More information

The biggest mistake we made as a company was betting too much on HTML5 as opposed to native.

The biggest mistake we made as a company was betting too much on HTML5 as opposed to native. Myths About Web-Enabled Mobile event solutions With so many vendors in the marketplace, it s hard to know where to start looking for the right mobile solution for your next event and even harder to tell

More information

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

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

More information

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

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

Statement of Direction

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

More information

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

Washington Goes Mobile Tax Rate Lookup App. Simplifying how businesses collect and track sales tax

Washington Goes Mobile Tax Rate Lookup App. Simplifying how businesses collect and track sales tax Tax Rate Lookup App Simplifying how businesses collect and track sales tax The Tax Rate Lookup App Allows businesses to look up the sales tax rate and code for any location in Washington iphone app in

More information

Sage CRM. Sage CRM 2016 R1 Mobile Guide

Sage CRM. Sage CRM 2016 R1 Mobile Guide Sage CRM Sage CRM 2016 R1 Mobile Guide Contents Chapter 1: Introduction to Sage CRM Mobile Solutions 1 Chapter 2: Setting up Sage CRM Mobile Apps 2 Prerequisites for Sage CRM mobile apps 3 Enabling users

More information

Appscend Mobile Platform Whitepaper

Appscend Mobile Platform Whitepaper A Appscend Platform Presentation Appscend Mobile Platform Whitepaper V V a l u e 1 A d d e d Appscend Platform Presentation Table of Contents Overview... 3 About the company... 3 The Amazing Mobile Application

More information

Smartphone Interpretation. How does it work?

Smartphone Interpretation. How does it work? Smartphone Interpretation How does it work? Smartphone fgf Technology With mobile web browsing costs and payment plans becoming cheaper almost by the month, Smartphone contactless technologies have a strong

More information

Apple Newsstand. v 1.2 1/22

Apple Newsstand. v 1.2 1/22 Apple Newsstand v 1.2 1/22 Table of Contents Table of Contents What is Apple Newsstand? How do I make a Newsstand publication? How do I get my AppStore App into Newsstand? Notes for Submitting Newsstand

More information

Native mobile apps: The wrong choice for business?

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

More information

app design & development

app design & development FOR MOBILE BUSINESS app design & development SMARTPHONES AND TABLETS App Market Revolution $9B $8B $7B $6B $5B $4B News and Business $3B $2B $1B $0B 2008 2009 2010 2011 2012 2013 2014 From Apple s App

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

Executive Summary. Three Key Takeaways

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

More information

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

2010-2011 Mobilozophy L.L.C. All Rights Reserved

2010-2011 Mobilozophy L.L.C. All Rights Reserved Published by: Mobilozophy LLC 13119 Linebaugh Ave. Suite 102 Tampa, FL 33626 Toll Free: Fax: 813.448.1053 Copyright 2011 No part of the contents of the publications may be reproduced or transmitted in

More information

Responsive Web Design: Is It Worth It?

Responsive Web Design: Is It Worth It? Responsive Web Design: Is It Worth It? (Adapted from " Responsive Web Design," by EyeImagine, LLC, December 2012, www.eyeimaginetech.com) Introduction Responsive Web Design is generating a lot of buzz

More information

Cisco Events Mobile Application

Cisco Events Mobile Application Welcome to the new free Cisco Events mobile application! Using this tool, participants can: Connect with peers and Cisco representatives attending an event virtually or onsite Earn points towards exclusive

More information

E-commerce: Competing the Advantages of a Mobile Enterprise

E-commerce: Competing the Advantages of a Mobile Enterprise Addressing the Challenges of Going Mobile Mobile Data Collection Using COMMANDmobile Table of Contents Introduction... 3 Challenges of Going Mobile... 4 Existing Infrastructures... 4 Configuration Management...

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

To set up your Android with Good for Enterprise:

To set up your Android with Good for Enterprise: To set up your Android with Good for Enterprise: 1. Your IT administrator will send you a message with your email address, a PIN (and expiration date, if applicable), and a URL address. 2. Make sure your

More information

How To Develop A Mobile Application On An Android Device

How To Develop A Mobile Application On An Android Device Disclaimer: The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver

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

Cross Platform Mobile Application Development

Cross Platform Mobile Application Development Cross Platform Mobile Application Development Mrs. V.C. Kulloli #1, Ashish Pohare #2, Sujit Raskar #2, Tania Bhattacharyya #2, Shashikant Bhure #2 #1 Lecturer of Departmentof Information Technology, PuneUniversityPimpri

More information

Merchandising with Adobe Digital Publishing Suite

Merchandising with Adobe Digital Publishing Suite Merchandising with Adobe Digital Publishing Suite Drive additional revenue through a Custom Store with Digital Publishing Suite, Enterprise Edition Table of contents 1: Business advantages of a Custom

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

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

My Stuff Everywhere Your Content On Any Screen

My Stuff Everywhere Your Content On Any Screen Technical Brief Bob Lund, Distinguished Technologist, CableLabs September, 2014 My Stuff Everywhere Your Content On Any Screen The My Stuff Everywhere Concept The My Stuff Everywhere (MSE) concept is simple

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

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

Developing And Marketing Mobile Applications. Presented by: Leesha Roberts, Senior Instructor, Center for Education Programmes, UTT

Developing And Marketing Mobile Applications. Presented by: Leesha Roberts, Senior Instructor, Center for Education Programmes, UTT Developing And Marketing Mobile Applications Presented by: Leesha Roberts, Senior Instructor, Center for Education Programmes, UTT MOBILE MARKETING What is a Mobile App? A mobile app is a software application

More information

TAKE YOUR MARKETING MOBILE WITH HUBSPOT

TAKE YOUR MARKETING MOBILE WITH HUBSPOT TAKE YOUR MARKETING MOBILE WITH HUBSPOT We will be starting at 2:00 pm ET. Use the Question Pane in GoToWebinar to Ask Questions! 1 2 Use the hashtag #InboundLearning on Twitter Why are you interested

More information

NATIVE VS. WEB APP DEVELOPMENT 2012 White Paper Series

NATIVE VS. WEB APP DEVELOPMENT 2012 White Paper Series NATIVE VS. WEB APP DEVELOPMENT 2012 White Paper Series With the rise of HTML5, the technology world continues to buzz with talk of moving mobile application development from a native approach. WHAT S INSIDE

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

Mobile App Development

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

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

Mobile Technique and Features

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

More information

Do You Really Need An App For That? A Top Tips App Development Checklist

Do You Really Need An App For That? A Top Tips App Development Checklist Do You Really Need An App For That? A Top Tips App Development Checklist Matt Hunt Business Development Manager @MattHuntX @Apadmi matth@apadmi.com Apadmi are the experts in mobile technology. 60 strong

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

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

Mobile App Framework For any Website

Mobile App Framework For any Website Mobile App Framework For any Website Presenting the most advanced and affordable way to create a native mobile app for any website The project of developing a Mobile App is structured and the scope of

More information

All About Android WHAT IS ANDROID?

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

More information

Choosing a Mobile Strategy for Your Business

Choosing a Mobile Strategy for Your Business Choosing a Mobile Strategy for Your Business Michael Slater, CEO michael@webvanta.com 888.670.6793 www.webvanta.com 1 Welcome to the Webinar Thanks for joining us! Ask questions at any time in the chat

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

Solution Visualization

Solution Visualization Device and Platform Prioritization Solution Visualization A Methodology for Determining Which Tablet or Mobile Platforms to Prioritize When Seeking to Monetize Content Through New Channels Publishing to

More information

Novell Filr. Mobile Client

Novell Filr. Mobile Client Novell Filr Mobile Client 0 Table of Contents Quick Start 3 Supported Mobile Devices 3 Supported Languages 4 File Viewing Support 4 FILES THAT CANNOT BE VIEWED IN THE FILR APP 4 FILES THAT GIVE A WARNING

More information

MOBILE APPS. QA Testing for mobile applications

MOBILE APPS. QA Testing for mobile applications MOBILE APPS QA Testing for mobile applications How familiar are you with Apple devices? This question can be asked for apple devices as well as Android devices - depending on the company your interviewing

More information

esarinformation Systems Simplifying your Technology Mobile Applications Development Profile

esarinformation Systems Simplifying your Technology Mobile Applications Development Profile esarinformation Systems Simplifying your Technology Mobile Applications Development Profile Why Mobile Application Custom mobile application with a unique touch is much needed to boost the functions and

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

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

Keeping Current Using RSS Feeds

Keeping Current Using RSS Feeds Keeping Current Using RSS Feeds What are Current Awareness Services? Current awareness services are tools that enable you to keep up to date with the professional literature in your field of interest.

More information

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

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

More information

This is our best... YOUR best... Online Banking yet!

This is our best... YOUR best... Online Banking yet! INTERNATIONAL FINANCE BANK CUSTOMER USER GUIDE MAKING BANKING A BREEZE! This is our best... YOUR best... Online Banking yet! Member FDIC New & Improved Online Banking Experience > IFB is proud to introduce

More information

Mobile Application Design

Mobile Application Design Mobile Application Design Lecturer/Convenor: Richard Boateng, PhD. Email: richard@pearlrichards.org Office: UGBS RT18 (rooftop) What Matters? Photo Illustrations from Getty Images www.gettyimages.com 1

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

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

Feature Sheet. Mobile Access. With INXPO s mobile experience, you can connect with your audience, anywhere at anytime!

Feature Sheet. Mobile Access. With INXPO s mobile experience, you can connect with your audience, anywhere at anytime! Feature Sheet Mobile Access With INXPO s mobile experience, you can connect with your audience, anywhere at anytime! Industry s Best Mobile Experience Today, more than ever, people rely on mobile technology

More information

INFORMATION TECHNOLOGY STANDARD

INFORMATION TECHNOLOGY STANDARD COMMONWEALTH OF PENNSYLVANIA DEPARTMENT OF PUBLIC WELFARE INFORMATION TECHNOLOGY STANDARD Name Of Standard: Mobile Website Development Domain: Application Number: Category: STD-EASS010 Date Issued: Date

More information

Hybrid Mobile Development: A Cost-Effective Strategy for Building Cross-Platform Mobile Apps

Hybrid Mobile Development: A Cost-Effective Strategy for Building Cross-Platform Mobile Apps Hybrid Mobile Development: A Cost-Effective Strategy for Building Cross-Platform Mobile Apps Smartphone sales totaled more than 480 million last year, surpassing sales of PCs, according to figures from

More information

How much will a website cost?

How much will a website cost? 0116 318 3855 How much will a website cost? This this a common question we get from many businesses planning a new website project. To answer this accurately for you or your business specifically, we need

More information

A Standards-based Mobile Application IdM Architecture

A Standards-based Mobile Application IdM Architecture A Standards-based Mobile Application IdM Architecture Abstract Mobile clients are an increasingly important channel for consumers accessing Web 2.0 and enterprise employees accessing on-premise and cloud-hosted

More information

Smartphone Enterprise Application Integration

Smartphone Enterprise Application Integration WHITE PAPER MARCH 2011 Smartphone Enterprise Application Integration Rhomobile - Mobilize Your Enterprise Overview For more information on optimal smartphone development please see the Rhomobile White

More information

Using the Jive for ios App

Using the Jive for ios App Using the Jive for ios App TOC 2 Contents App Overview...3 System Requirements... 4 Release Notes...5 Which Version Am I Using?... 6 Connecting to Your Community... 11 Getting Started...12 Using Your Inbox...13

More information

Comparing Native Apps with HTML5:

Comparing Native Apps with HTML5: Comparing Native Apps with HTML5: What is the right approach for your organisation? Website: http://www.ombiel.com Email: sales@ombiel.com 1/11 Native and HTML5: What s the difference? HTML5 HTML5 is device-neutral,

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

Coding for Desktop and Mobile with HTML5 and Java EE 7

Coding for Desktop and Mobile with HTML5 and Java EE 7 Coding for Desktop and Mobile with HTML5 and Java EE 7 Coding for Desktop and Mobile with HTML5 and Java EE 7 Geertjan Wielenga - NetBeans - DukeScript - VisualVM - Jfugue Music Notepad - Java - JavaScript

More information

A bespoke medical app solution for real time dynamic content delivery and collection

A bespoke medical app solution for real time dynamic content delivery and collection A bespoke medical app solution for real time dynamic content delivery and collection Build and manage thousands of pages of content 24/7 Fully native for Apple and Android phone and tablet Works offline

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

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

Sizmek Formats. IAB Mobile Pull. Build Guide

Sizmek Formats. IAB Mobile Pull. Build Guide Sizmek Formats IAB Mobile Pull Build Guide Table of Contents Overview...3 Supported Platforms... 6 Demos/Downloads... 6 Known Issues... 6 Implementing a IAB Mobile Pull Format...6 Included Template Files...

More information

A marketer s guide to Responsive Web Design. Patrick Collins President, 5th Finger, a Merkle Company

A marketer s guide to Responsive Web Design. Patrick Collins President, 5th Finger, a Merkle Company A marketer s guide to Responsive Web Design Patrick Collins President, 5th Finger, a Merkle Company Agenda Who is Merkle Mobile and 5th Finger? Some trends we re seeing with the mobile web A primer on

More information

Beyond Strategy: Building Your Mobile Capabilities

Beyond Strategy: Building Your Mobile Capabilities Beyond Strategy: Building Your Mobile Capabilities TASSCC Technology Education Conference April 10, 2015 Presented by: Raj Polikepati Director of App Development Texas.gov Agenda Objectives of Mobile Strategy

More information

A Roundtable Discussion about When to Go Mobile App, Mobile Web, or Somewhere in Between. Higher Education Enterprise Mobile App Conference

A Roundtable Discussion about When to Go Mobile App, Mobile Web, or Somewhere in Between. Higher Education Enterprise Mobile App Conference A Roundtable Discussion about When to Go Mobile App, Mobile Web, or Somewhere in Between Higher Education Enterprise Mobile App Conference February 5, 2013 Presentation Overview This session is described

More information

WHITE PAPER BUILDING AND OPTIMIZING MULTI-CHANNEL WEB EXPERIENCES

WHITE PAPER BUILDING AND OPTIMIZING MULTI-CHANNEL WEB EXPERIENCES BUILDING AND OPTIMIZING MULTI-CHANNEL WEB EXPERIENCES PUBLISHED MAY 2013 WHITE PAPER Leading enterprises strive to achieve higher levels of customer engagement through online channels, and this means they

More information

Embedded BI made easy

Embedded BI made easy June, 2015 1 Embedded BI made easy DashXML makes it easy for developers to embed highly customized reports and analytics into applications. DashXML is a fast and flexible framework that exposes Yellowfin

More information

Twelve Transformational Digital Retail Technologies Explained (Part 1)

Twelve Transformational Digital Retail Technologies Explained (Part 1) Retail Technologies Explained (Part 1) Will these 12 emerging technologies transform retailing? You decide! Twelve Transformational Digital Retail Technologies Explained (Part 1) Retail Technologies Explained

More information

Setting up Channel-21 Secure RSS CEP on

Setting up Channel-21 Secure RSS CEP on Setting up Channel-21 Secure RSS CEP on Important Information About C21 CEP Podcasts itunes iphone / ipad Android Phone/Tablet Demo Videos Important Information about Channel-21 CEP Channel-21 Digital

More information

How to Monitor and Identify Website Issues. 2013, SolarWinds Worldwide, LLC. All rights reserved. Share:

How to Monitor and Identify Website Issues. 2013, SolarWinds Worldwide, LLC. All rights reserved. Share: How to Monitor and Identify Website Issues 2013, SolarWinds Worldwide, LLC. All rights reserved. Share: What Affects a Website s Performance Website performance issues can come from anywhere the page elements

More information