From Design pattern
Jump to: navigation, search
(Example: Top 5 best Android_L features)
Line 1: Line 1:
Double Drawer는 한번 꺼낸 drawer에서 다시 한번 drawer를 꺼낼 수 있도록 하는 패턴이다. drawer에 계층구조를 두어 컨텐츠를 구성할 수 있다.
+
Double Drawer는 한번 꺼낸 drawer에서 다시 한번 drawer를 꺼낼 수 있도록 하는 패턴이다. drawer에 계층구조를 두어 컨텐츠를 구성할 수 있다. 주로 메뉴를 구성할 때 사용한다.
  
 
=== With this pattern, we can solve... ===
 
=== With this pattern, we can solve... ===
Line 8: Line 8:
  
 
=== Example: Top 5 best Android_L features ===
 
=== Example: Top 5 best Android_L features ===
* #01:55-02:15
+
* #01:55-#02:15
 
{{#Widget:Youtube|id=y9ue7TNpxS0|width=665||height=374}}
 
{{#Widget:Youtube|id=y9ue7TNpxS0|width=665||height=374}}
  
  
 
[[Category:Transition effect]]
 
[[Category:Transition effect]]

Revision as of 13:10, 11 July 2014

Double Drawer는 한번 꺼낸 drawer에서 다시 한번 drawer를 꺼낼 수 있도록 하는 패턴이다. drawer에 계층구조를 두어 컨텐츠를 구성할 수 있다. 주로 메뉴를 구성할 때 사용한다.

With this pattern, we can solve...

사용의 빈번함과 컨텐츠의 구성에 따라 사용빈도가 높은 컨텐츠는 첫번째 drawer에 그렇지 않은 컨텐츠를 두번째 drawer에 두어 불필요한 컨텐츠를 호출하지 않을 수 있다.

  • 알림메세지를 첫번째 drawer에 자주변경하거나 확인하지 않는 설정메뉴는 두번째 drawer에 배치하여 구성한다.


Example: Top 5 best Android_L features

  • #01:55-#02:15

""