From Design pattern
Jump to: navigation, search
(Created page with "{{#css: #mw-content-text h3 span { font-weight: 600; padding-left: 0px; } .mw-headline { font-weight: 600; } span.mw-editsection { font-weight: 200; position: relative; floa...")
 
(No difference)

Revision as of 01:42, 27 May 2014


Segmented control은 can be used when you want to help the user find particular data without changing the current view. It works as a filter on a set of data.

You can also consider using a mode selector for dividing content into sections, but here by selecting a different section, the content is loaded. If the control doesn't work on the same set of data, you could consider using a tab bar. When content covers a certain item, but has to be divided into different subjects, you should use module tabs.

With this pattern, we can solve...

내용을 적어 넣으시오

  • 내용을 적어 넣으시오
  • 내용을 적어 넣으시오

Segmented control

Navigation

Andriod_Google play store (552)

  • 판매중인 전체 앱 목록 중 일부를 여러 필터링 조건에 따라 그룹핑하여 보여준다. (choi)

Segmented control 은 android patterns에는 있지만 현재 우리 분류체계에는 없는 듯. 현재의 우리 분류체계에서는 navigation > move in same level > tabs 에 이와 유사한 사례가 있어요(474번). Segmented control을 tabs와 함께 묶어서는 안될 것 같고, 474번을 빼내서 552, 553과 함께 navigation > move in same level > Segmented control 을 생성해야 할 것 같습니다. (choi)

단, 474는 552와 같은 앱 스토어 아닌가요? 553도 앱 스토어 사례이고... 다른 컨텐츠 타입의 사례가 더 필요합니다. android patterns의 Segmented control 에 있는 사례들을 참고하세요. (choi)

Android_T store (553)

  • 판매중인 전체 앱 목록 중 일부를 여러 필터링 조건에 따라 그룹핑하여 보여준다. (choi)