5 reasons to choose Streamezzo SDK over Android SDK Page 2



Similar documents
Islamic University of Gaza. Faculty of Engineering. Computer Engineering Department. Mobile Computing ECOM Eng. Wafaa Audah.

Android Setup Phase 2

App Development for Smart Devices. Lec #2: Android Tools, Building Applications, and Activities

Graduate presentation for CSCI By Janakiram Vantipalli ( Janakiram.vantipalli@colorado.edu )

Getting Started with Android Development

The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.

Introduction to Android

Android Environment Emulator

Smartphone market share

Android 4.4 App Development Essentials

CS 528 Mobile and Ubiquitous Computing Lecture 2: Android Introduction and Setup. Emmanuel Agu

Workshop on Android and Applications Development

Android Development Setup [Revision Date: 02/16/11]

Login with Amazon Getting Started Guide for Android. Version 2.0

rich mobile applications made easy

Android Programming and Security

ANDROID APPS DEVELOPMENT FOR MOBILE AND TABLET DEVICE (LEVEL I)

OpenCV on Android Platforms

Università Degli Studi di Parma. Distributed Systems Group. Android Development. Lecture 1 Android SDK & Development Environment. Marco Picone

An Introduction to Flash and AIR Development on Android

Build Once, Deploy Everywhere: Support Both ios and Android

How To Develop An Android App On An Android Device

Developing In Eclipse, with ADT

What else can you do with Android? Inside Android. Chris Simmonds. Embedded Linux Conference Europe Copyright 2010, 2net Limited.

Introduction to Android Development. Jeff Avery CS349, Mar 2013

Android Environment SDK

ADT Plugin for Eclipse

CS378 -Mobile Computing. Android Overview and Android Development Environment

Mobile Application Development 2014

ANDROID OPERATING SYSTEM

ECWM511 MOBILE APPLICATION DEVELOPMENT Lecture 1: Introduction to Android

Cisco Cius Development Guide Version 1.0 September 30, 2010

Getting Started with Android Programming (5 days) with Android 4.3 Jelly Bean

Mobile Application Development Android

Building an Android client. Rohit Nayak Talentica Software

Developing Applications for ios

Android Mobile App Building Tutorial

Mocean Android SDK Developer Guide

Tutorial: Android Object API Application Development. SAP Mobile Platform 2.3

Android Architecture. Alexandra Harrison & Jake Saxton

01. Introduction of Android

Installing the Android SDK

Getting started with Android and App Engine

MOBILE APPS. QA Testing for mobile applications

Tutorial: Android Object API Application Development. Sybase Unwired Platform 2.2 SP02

Android Environment SDK

How To Run A Hello World On Android (Jdk) On A Microsoft Ds.Io (Windows) Or Android Or Android On A Pc Or Android 4 (

Introduction to Android Development

Android 5.0: Lollipop OS

Android Development. Lecture AD 0 Android SDK & Development Environment. Università degli Studi di Parma. Mobile Application Development

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

Basics. Bruce Crawford Global Solutions Manager

Android Programming: Installation, Setup, and Getting Started

Jordan Jozwiak November 13, 2011

l What is Android? l Getting Started l The Emulator l Hello World l ADB l Text to Speech l Other APIs (camera, bitmap, etc)

Lecture 1 Introduction to Android

Programming with Android: SDK install and initial setup. Dipartimento di Informatica: Scienza e Ingegneria Università di Bologna

Intel Integrated Native Developer Experience (INDE): IDE Integration for Android*

Oracle FLEXCUBE Direct Banking Android Tab Client Installation Guide Release

A Practical Guide to creating, compiling and signing an Android Application using Processing for Android.

Android Development. 吳 俊 興 國 立 高 雄 大 學 資 訊 工 程 學 系

Cookbook. Flash ios Apps. Christopher Caleb. 100 practical recipes for developing ios apps with Flash Professional and Adobe AIR PUBLISHING MUMBAI

Table of Contents. Adding Build Targets to the SDK 8 The Android Developer Tools (ADT) Plug-in for Eclipse 9

Getting Started. Version 3.1 Last updated 2014/3/10. Orbweb ME: Getting Started

Frameworks & Android. Programmeertechnieken, Tim Cocx

Hacking your Droid ADITYA GUPTA

Android Programming. Høgskolen i Telemark Telemark University College. Cuong Nguyen,

Mobile Application Development

Setting up Sudoku example on Android Studio

Additional details >>> HERE <<<

Lab 0 (Setting up your Development Environment) Week 1

Tutorial on Basic Android Setup

Introduction to Android

Running a Program on an AVD

TUTORIALS AND QUIZ ANDROID APPLICATION SANDEEP REDDY PAKKER. B. Tech in Aurora's Engineering College, 2013 A REPORT

Basic Android Setup Windows Version

Android Application Development Lecture Notes INDEX

WEARIT DEVELOPER DOCUMENTATION 0.2 preliminary release July 20 th, 2013

Android: Setup Hello, World: Android Edition. due by noon ET on Wed 2/22. Ingredients.

Issues in Android on Mobile Platform and Their Resolution

How To Use Titanium Studio

ITG Software Engineering

SDK Quick Start Guide

WATTLE. Adobe Connect 9.4 Upgrade Key Differences. Author: Jo Jo Maung, Business Analyst, ITS Version: 1.3 Date: 16 September 2015.

Programmazione di sistemi mobili e tablet

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

Tutorial: Android Object API Application Development. SAP Mobile Platform 2.3 SP02

Setting Up Your Android Development Environment. For Mac OS X (10.6.8) v1.0. By GoNorthWest. 3 April 2012

Programming with Android: SDK install and initial setup. Dipartimento di Informatica: Scienza e Ingegneria Università di Bologna

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

COURSE CONTENT. GETTING STARTED Select Android Version Create RUN Configuration Create Your First Android Activity List of basic sample programs

International Journal of Research in Advent Technology Available Online at:

PhoneGap Build Starter

INTRODUCTION TO ANDROID CSCI 4448/5448: OBJECT-ORIENTED ANALYSIS & DESIGN LECTURE 11 02/15/2011

You can view, download or upload files through the WEB interface or FTP link depending on Type of access you have been granted.

Fahim Uddin 1. Java SDK

Android Development Tools for Eclipse

Android Development: Part One

Home Course Catalog Schedule Pricing & Savings Training Options Resources About Us

Transcription:

The purpose of this document is to give an overview of issues frequently encountered by developers when deploying an application on multiple Android phones and how these issues can be solved by Streamezzo framework. 5 reasons to choose Streamezzo SDK over Android SDK Page 2

#1 Manage multiple screen sizes and density Android framework divides the range of actual supported screen sizes and resolutions into a set of three generalized sizes: large, normal, and small, and a set of three generalized densities: high (hdpi), medium (mdpi), and low (ldpi) Small screen QVGA (240x320), 2.6"-3.0" diagonal Normal screen WQVGA (240x400), 3.2"-3.5" diagonal FWQVGA (240x432), 3.5"-3.8" diagonal HVGA (320x480), 3.0"-3.5" diagonal WVGA (480x800), 3.3"-4.0" diagonal FWVGA (480x854), 3.5"-4.0" diagonal Large screen WVGA (480x800), 4.8"-5.5" diagonal FWVGA (480x854), 5.0"-5.8" diagonal X density (120), ldpi Medium density (160), mdpi High density (240), hdpi Streamezzo framework allows simpler adaptation to a broader range of screen sizes, securing application portability on future devices whether these devices are phones, tablet PC or any other connected devices. Android SDK Streamezzo SDK Designer will create a single set of image assets for the UI of the application No, image assets should be created for all screen sizes and are bundled with the application Yes, a single high definition image can be used and downscaled to the corresponding screen size at compilation time or server-side at runtime Show layout in WYSIWYG No Yes, using the Layout Sheet Ability to support any screen size or aspect ratio e.g. tablet device running on Android Image assets repository can be used by a designer Test application on multiple screen sizes No, pre defined screen sizes only Not, image items are listed in the RES/drawable directory Specify screen size when launching the emulator android create avd... --skin WVGA800 Yes, layout sheet allows to adapt the UI to any screen size Skin Sheet allows fast browsing and editing Change screen size at any time while emulating 5 reasons to choose Streamezzo SDK over Android SDK Page 3

Layout Sheet Skin Sheet 5 reasons to choose Streamezzo SDK over Android SDK Page 4

#2 Profile applications according to phone capabilities Android may run on devices ranging from low end phones to high end smart phones. Devices capabilities in term of performance, memory or features supported may vary from one phone to another. This fragmentation misleads the developer to multiple source code or a least common denominator approach not taking advantage of all the phone capabilities. Streamezzo development framework allows profiling the application behavior while keeping a single source code to maintain. Example 1 Profiling your application based on navigation type : Let s assume that you develop an application that could use a numeric keypad in addition to touchscreen navigation. If the phone has a keypad, you would add numeric shortcuts to buttons, otherwise buttons would only be clickable using the touchscreen. Keypad UI with numeric shortcuts Touchscreen UI without numeric shortcuts 5 reasons to choose Streamezzo SDK over Android SDK Page 5

How would you do with Android SDK with Streamezzo SDK Create a specific property file that contains the information about keypad support for each model and brand of phone When a new phone is launched, the property file needs to be updated otherwise default behavior would be applied to the application Information about keypad support is provided by Streamezzo Device DB and can be used to profile the application behavior at runtime. Example 2 Profiling your application based on phone performance : Let s assume that you develop a music application that displays a list of album covers. If the phone CPU has enough power you want display it as a cover flow with reflection effect otherwise you would choose a simple 2D carousel presentation in order to preserve power for audio playback. How would you do with Android SDK with Streamezzo SDK Create a specific property file that contains the information slow device/fast device for each brand and model of phone. Default behavior would be slow device, hence new phones not listed in the property file would not display the cover flow animation. Information about phone performance is held by Streamezzo Device DB and can be used to profile the application behavior. if(device.performancelevel() == LOW) { } New phones would instantly get the right behavior The following device information is available today: brand, model, phone OS and version, screen width and height, touchscreen, keypad, joy pad. Additional device information will be added in the next releases of the framework including: performance level, GPS support, camera support, camera position, accelerometer support, orientation sensor etc. 5 reasons to choose Streamezzo SDK over Android SDK Page 6

#3 Defragment inconsistent implementations and multiple OS versions Some features and sensors may be implemented inconsistently on Android devices from different handset manufacturers. This fragmentation causes nightmares to application developers who have to look for patches and workarounds posted by the community or the handset manufacturers themselves. Example 1 Camera implementation Samsung doesn't implement the camera in the correct way-- they try to make it cooler, and it no longer works the same as other Android phones. We don't even work on some phones. Big In Japan developer of ShopSavvy application, one of the top downloaded app on Android Market Fragment of a discussion on code.google.com Example 1 Android OS versions The official Twitter application only works on Android phones running 2.1 or newer versions of the Android operating system. That includes the Nexus One and the new HTC Droid Incredible, but doesn't include a bunch of other Android phones, including some new ones on the market 5 reasons to choose Streamezzo SDK over Android SDK Page 7

How would you do with Android SDK with Streamezzo SDK Spend time looking for patches and workaround posted by the community or the handset manufacturers Streamezzo framework provides an abstraction layer ensuring that the same instruction will run consistently on all supported devices. Restrict application compatibility to the latest OS versions. Developers can set a minimum API level for their applications. <manifest>... <uses-sdk android:minsdkversion="5" />... </manifest> e.g. camera capture command in Streamezzo <Action keycodes="fire" url="cmd://cameracapture> Since this abstraction layer is implemented using Android NDK, applications are not impacted by evolutions of the Dalvik APIs 5 reasons to choose Streamezzo SDK over Android SDK Page 8

#4 Publish applications easily Steps before publishing an Android application are numerous and error prone. Streamezzo framework allows developers to create their.apk package in just few clicks: How would you do with Android SDK with Streamezzo SDK Developer should edit one manifest file and run four different tools in order to get the.apk package Specify an icon and label: Define the attributes android:icon and android:label in the <application> element of the manifest Remove the android:debuggable="true" attribute from the <application> element of the manifest. Define a version number for your application, specifying an appropriate value for both the android:versioncode and android:versionname attributes of the <manifest> Obtain a suitable cryptographic key To generate a self-signed key with Keytool Compile your application using ADT plugin Sign the application using Keytool and Jarsigner. Use the zipalign tool to optimize the final APK package. All the steps required to create the.apk file are available in a single visual tool allowing 1-click deployment once the application information has been filled in. 5 reasons to choose Streamezzo SDK over Android SDK Page 9

#5 Manage audio and video playback Video playback capabilities differ from one handset to another. Streamezzo framework comes with its own video player providing a consistent behavior across all supported handsets. END OF DOCUMENT 5 reasons to choose Streamezzo SDK over Android SDK Page 10