36
AndroidiPhone UI比較 2009/3/23 GClue 佐々木

Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

AndroidとiPhoneUI比較

2009/3/23

GClue

佐々木 陽

Page 2: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

世界の携帯電話契約者数

3,698,930,7012009/3/21時点

http://www.gsmworld.com/

Page 3: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

IT Phone

Android Palm

Pre

BlackBerry

Bold

Windows

Mobile 6.5iPhone

Page 4: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

IT Phoneの定義

① Cloud連携

② Marketplace連携

③ PCと同等の機能

Page 5: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

IT Phone連鎖

汎用化汎用化汎用化汎用化ダウンダウンダウンダウン

サイジングサイジングサイジングサイジング普及普及普及普及

2万円程度で販売

世界20億人程度まで普及

Page 6: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

IT Phone

Android Palm

Pre

BlackBerry

Bold

Windows

Mobile 6.5iPhone

Page 7: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

AndroidのRevision

Release 1.0 Cupcake Donut

?

Page 8: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

AndroidのUI

Page 9: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

Androidの構造

Linuxカーネルカーネルカーネルカーネル

ライブラリDalvik

アプリケーション フレームワーク

Page 10: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

Androidの構造

Linuxカーネルカーネルカーネルカーネル

ライブラリDalvik

アプリケーションアプリケーションアプリケーションアプリケーション フレームワークフレームワークフレームワークフレームワーク

Page 11: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

AndroidのUIの基本

Window

View

View

Page 12: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

AndroidのUI

IntentによりActivityが呼

び出される

Windowが表示されView

により描画

Page 13: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

Viewを継承したWidget

android.widget.*

Page 14: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

UIはXMLで描画

<?xml version="1.0" encoding="utf-8"?>

<LinearLayout

xmlns:android="http://schemas.android.com/apk/res/android"

android:orientation="vertical"

android:layout_width="fill_parent"

android:layout_height="fill_parent"

>

<TextView

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:text="@string/hello"

/>

<Button android:id="@+id/Button01"

android:layout_width="wrap_content"

android:layout_height="wrap_content" android:text="TEST"></Button>

</LinearLayout>

Page 15: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

UIはATD付属のツールを使用

Page 16: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

その他のUI

• Open GL ES

Page 17: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

入力①Release 1.0 Cupcake

①①①① タッチパネルタッチパネルタッチパネルタッチパネル

②②②② トラックボールトラックボールトラックボールトラックボール

③③③③ キーボードキーボードキーボードキーボード

①①①① タッチパネルタッチパネルタッチパネルタッチパネル

②②②② トラックボールトラックボールトラックボールトラックボール

③③③③バーチャルキーボードバーチャルキーボードバーチャルキーボードバーチャルキーボード

Page 18: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

入力②Release 1.0

Cupcake

①①①① GPS

②②②② モーションセンサーモーションセンサーモーションセンサーモーションセンサー

③③③③ カメラカメラカメラカメラ

④④④④ 音声音声音声音声

⑤⑤⑤⑤ 磁気磁気磁気磁気センサーセンサーセンサーセンサー

Page 19: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

Android携帯電話

HTC Dream

2008/10

HTC Magic

2009/5

LGE KS360

Android版2009

QIGI i6 Goal

2009

Kogan Agora

2009

GM DSTL1

2009

Lenovo

oPhone

2009/4

Page 20: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

Android携帯電話(OHA)

ASUS

2009/1Q

GARMIN

2009/2Q

HUAWEI

2009/3Q

Motorola

2009/3Q

SAMSUNG

2009

Sony Ericsson

2009

TOSHIBA

Page 21: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

Android携帯電話

• 2009年

–続々リリース

30機種以上機種以上機種以上機種以上リリースリリースリリースリリース

Page 22: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

携帯電話カスタマイズ

Linuxカーネルカーネルカーネルカーネル

ライブラリDalvik

アプリケーション フレームワーク

すべての情報がオープンである!

Page 23: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

自作携帯電話キット

Dev Phone Open Moko Zoom

Page 24: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

フルカスタマイズAndroid

中国移動Androidを独自に改造

Page 25: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

IT Phone

Android Palm

Pre

BlackBerry

Bold

Windows

Mobile 6.5iPhone

Page 26: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

iPhone アプリダウンロード数

5億ダウンロード突破(2009年3月時点)

Page 27: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

iPhoneアプリ数

1万5000本を突破(2009年3月時点)

Page 28: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

iPhoneの構造

Core OS

Core Service

Media

Cocoa Touch

Page 29: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

iPhoneの構造

Core OS

Core Service

Media

Cocoa Touch

Page 30: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

iPhoneアプリの基本構成

Window

UIView

Page 31: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

iPhoneのUI

新規でWindowが

生成

WindowにUIViewを貼

り付け描画

Page 32: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

InterfaceBuilder

Page 33: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

iPhoneの構造

Core OS

Core Service

Media

Cocoa Touch

Page 34: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

その他のUI

• OpenGL ES

• Quartz

• Core Animation

Page 35: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

入力①

①①①① タッチパネルタッチパネルタッチパネルタッチパネル(マルチタッチマルチタッチマルチタッチマルチタッチ)

②②②② キャンセルキャンセルキャンセルキャンセル

③③③③バーチャルキーボードバーチャルキーボードバーチャルキーボードバーチャルキーボード

Page 36: Android とiPhone UI 比較stream.itmedia.co.jp/enterprise/pdf/pdf_21_1237773149.pdfandroid:layout_height="wrap_content"android:text="TEST">

入力②

①①①① GPS

②②②② モーションセンサーモーションセンサーモーションセンサーモーションセンサー

③③③③ カメラカメラカメラカメラ

④④④④ 音声音声音声音声

⑤⑤⑤⑤ 磁気磁気磁気磁気センサーセンサーセンサーセンサー