Top Banner
Material of Designers Hack
22

Designers hack

Dec 18, 2014

Download

Documents

YAMANE Toshiaki

 
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Designers hack

Material of

Designers Hack

Page 2: Designers hack

テーマはモノづくり

Page 3: Designers hack

とは言え何を作るか

Page 4: Designers hack

材料●モックアップを作るスマホデザインパターンからAndroidDesign から

●部品を作る●ドキュメントの精度を上げる

Page 5: Designers hack

部品?●ボタンとか

●アイコンとか

画面サイズ、解像度を考慮

Page 6: Designers hack

様々な icon

Page 7: Designers hack

ボタンの実装

Page 8: Designers hack

スマホデザインパターンから● Drill Down navigation● Dashboard● Action Bar● Segmented Control● Tabs● Carousel● Quick Actions

http://goo.gl/1u6DY

Page 9: Designers hack

fromAndroid Design

http://d.android.com/design/

Page 10: Designers hack

Style - Devices and Displays

● デバイス毎の icon を作って適用

Page 11: Designers hack

Style - Touch Feedback

● ボタンの状態と見映え

Page 12: Designers hack

Style - Icongraphy

● icon をとことん作りこみ

Page 13: Designers hack

Patterns - Guestures

● どうプログラムするか、な検証

Page 14: Designers hack

Patterns - App Structure

● General Structure な mock 作成● ActionBar で navigation● 行アイテムで menu 出しちゃう実装● Detail 画面で swipe 移動

Page 15: Designers hack

Patterns - Navigation

● Up と Back の例な mock

Page 16: Designers hack

Patterns - Action Bar

● CAB の実装● Scrollable Tabs の実装● Drawer の実装● データ共有の例

Page 17: Designers hack

Patterns - Multi-pane Layouts

● Fragment のサンプルで mock 作成● Orientation Change の例を mock で

Page 18: Designers hack

Patterns - Swipe Views

● 詳細画面の swipe 移動の例● tab 間の swipe 移動の例

Page 19: Designers hack

Patterns - Selection

● CAB (Contextual Action Bar)

Page 20: Designers hack

Patterns - Notifications

● ボタンクリックで通知されるサンプル● expandable な例

Page 21: Designers hack

Patterns - Others

● Widget, Settings, etc.

Page 22: Designers hack

色々試してみて

下さい