android based

37
Introduction to development of Android- based devices Iñaki Villar

Upload: inaki-villar

Post on 28-Jan-2015

107 views

Category:

Technology


1 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Android based

Introduction to development of Android-based devices

Iñaki Villar

Page 2: Android based

Android-based Devices

● Intro● Smartwatch WIMM One Sony SmartWatch

● eReader Nook Kindle Fire

● Google TV

Page 3: Android based

Intro

Page 4: Android based

SmartWatch● Motorola

● I´m Watch

● WIMM

● Sony

Page 5: Android based

WIMM One● http://www.wimm.com/

● Android 2.1 Custom

● Resolution 160x160px,(2.5 cm) at 160 ppi,

● Memory : 256 MB m

● Wifi/Bluetooth

● Accelometer / Magnetometer

Page 6: Android based

WIMM One

Page 7: Android based

WIMM One https://my.wimm.com/developer/repository.xml

Page 8: Android based

WIMM Oneexport PATH=$PATH/add-ons/addon-wimm_one_add-on-wimm_labs_inc-7/tools

Page 9: Android based

WIMM One

Page 10: Android based

Sony SmartWatch

● Android 2.1

● Display 128x128px 1.3" OLED

● Bluetooth

Page 11: Android based

Sony SmartWatch

Page 12: Android based

Sony SmartWatch

Page 13: Android based

Sony SmartWatch

● Sony Smart Extension

Sony Smartwatch

Smart Wireless Headset pro

Page 14: Android based

Sony SmartWatch

Page 15: Android based

Nook

Page 16: Android based

Nook Nook Color 2.2- API 8 res/layout-xlarge 1024x600 169 dpi

Nook Tablet 2.3 - API 10 res/layout-large 1024x600 169 dpi

Nook HD 4.0.3 - API 15 res/layout-sw600dp 1440x900 243 dpi (hdpi)

Nook HD+ 4.0.3 - API 15 res/layout-sw800dp 1920x1280 257 dpi (hdpi)

Page 17: Android based

Nook NOOK Color NOOK Tablet NOOK HD(+)

Android Widgets No No Yes

Axis Gyro Yes Yes Yes

Bluetooth No No Yes

Camera No No No

GPS No No No

HDMI No No Yes

LocationManager - With GPS No No No

LocationManager - Without GPS No No Yes

Messaging (SMS/MMS) No No No

Microphone No Yes Yes

Text to speech (TTS) No No Yes

Wi-Fi Direct No No Yes

Page 18: Android based

Nook

NOOK HD and NOOK HD+ http://su.barnesandnoble.com/nook/sdk/nook_hd_addon.xml

NOOK Color http://su.barnesandnoble.com/nook/sdk/addon.xml

NOOK Tablet http://su.barnesandnoble.com/nook/sdk/Nook_Tablet_addon.xml

Page 19: Android based

Nook

Page 20: Android based

Kindle Fire

Page 21: Android based

Kindle Fire

SDK

Kindle Fire 2.3 1024×600 mdpi

Kindle Fire(2nd generation)

4.0 1280 × 800 mdpi

Kindle Fire HD 8.9" 4.0 1920 × 1200 "hdpi" (xlarge-hdpi)

Kindle Fire HD 7" 4.0 1280 × 800 hdpi

Page 22: Android based

Kinkdeqasas

● Amazon In-App Purchasing

● Amazon maps. (No Kindle Fire 1)

● SD Card support

● Game Circle

● Adobe Air

● No Google Services/ GCM

Kindle Fire

Page 23: Android based

Kindle Fire

● Android 2.3.3 - API Level 10

● Custom skin 600x1024

● Abstracted LCD density 169

● Camera/Dpad/GPS support no

● Sensors: Accelometer

Page 24: Android based

Kindle Firehttp://kindle-sdk.s3.amazonaws.com/addon.xml

Page 25: Android based

Kindle Fire

Page 26: Android based

Kindle Fire

Page 27: Android based

Kindle Firehttps://developer.amazon.com/sdk/fire/samples.html

Page 28: Android based

Google TV

Page 29: Android based

Google TV

Page 30: Android based

Google TV

● SDK 3.1, API 12 (or later) ● SDK Tools 12 (or later)

Emulación

● Virtualizacion KVM - Linux

● Google TV Addon (API 12)

Page 31: Android based

Google TV

Page 32: Android based

Google TV● Ethernet● Anymote protocol● Chanel Listing / Chanel changing <uses-permission android:name="com.google.android.tv.permission.READ_CHANNELS" />

● Picture-in-Picture

Page 33: Android based

Google TV

Manifest● <uses-feature android:name="android.hardware.touchscreen"

android:required="false"/>

● <uses-feature android:name="com.google.android.tv" android:

required="true"/>

● <supports-screens android:largeScreens="true"/>

Page 34: Android based

Google TV● 720p / 1080p

Tv Setting Screen Size Density Screen Density Screen size identifier

720p 1280 x 720 px tvdpi 213 large

1080p 1920 x 1080 px xhdpi 320 large

Page 35: Android based

Google TV Remote

Page 36: Android based

Google TV

Page 37: Android based

Thanks!!!

[email protected]

@inyaki_mwc