[퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

21
all about 9-patch 2014.07.01 ( ) 퀵켓 서비스개발부 한만종 [email protected]

Upload: chae-chul

Post on 02-Dec-2014

152 views

Category:

Engineering


9 download

DESCRIPTION

안드로이드의 UI 개발의 중요한 기법인 나인패치에 대한 설명

TRANSCRIPT

Page 1: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

all about 9-patch2014.07.01

!!

(주)퀵켓 서비스개발부 한만종 [email protected]

Page 2: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

Index

1. What is 9-patch?

2. Why should I use 9-patch?

3. How do I draw 9-patch?

4. Tips for drawing 9-patch

5. 9-patch graphics on Quicket

Page 3: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

What is 9-patch?

The NinePatch class permits drawing a bitmap in nine or more sections.

- http://developer.android.com

Page 4: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

What is 9-patch?

Page 5: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

What is 9-patch?

Page 6: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

Why should I use 9-patch?

A NinePatchDrawable graphic is stretchable bitmap image, which Android will automatically resize to accommodate the contents of the View in which you have placed it as the background.

- http://developer.android.com

Page 7: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

Why should I use 9-patch?

Page 8: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

• Limited screen size

• Limited system resource

• Limited requirements

Why should I use 9-patch?

Page 9: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

How do I draw 9-patch?

Page 10: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

How do I draw 9-patch?

Page 11: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

How do I draw 9-patch?

Page 12: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

How do I draw 9-patch?

Page 13: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

How do I draw 9-patch?

Page 14: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

How do I draw 9-patch?

Page 15: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

How do I draw 9-patch?

{

background:url(./images/bg_menu.png) repeat-x 0 0;

height:33px;

}

bg_menu.png

Page 16: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

Tips for drawing 9-patch

http://romannurik.github.io/AndroidAssetStudio/nine-patches.html

http://developer.android.com/intl/ko/tools/help/draw9patch.html

Page 17: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

Tips for drawing 9-patch

Page 18: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

Tips for drawing 9-patch

Page 19: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

9-patch graphics on Quicket

Page 20: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

9-patch graphics on Quicket

Page 21: [퀵켓/사내세미나] 안드로이드 나인패치 소개 (9-patch)

Thank you!

(주)퀵켓 서비스개발부 한만종 [email protected]