From Design pattern
Jump to: navigation, search
Line 9: Line 9:
  
 
== Tap to refresh ==
 
== Tap to refresh ==
<div id="sun-col">
+
 
 
=== Andriod_BBC ===
 
=== Andriod_BBC ===
 
{{#Widget:Vimeo|id=95630488|width=300|height=550}}
 
{{#Widget:Vimeo|id=95630488|width=300|height=550}}
</div>
+
 
  
 
[[category:Refresh screen]]
 
[[category:Refresh screen]]

Revision as of 08:44, 26 June 2014

Tap to refresh는 사용자가 원할때 최신 정보를 업데이트 할 수 있는 하나의 패턴이다. 기능을 실행하기 위한 가장 기본적인 방법인 button을 tap하여 새로고침한다.

With this pattern, we can solve...

화면이 복잡하여 pull 동작을 하기보다는 button을 활용하는 것이 용이한 경우에 사용되어진다.

  • pull to refresh 방법에서 일정 범위 이상의 거리를 이동해야 새로고침이 되는데 반해, button을 tap하는 형태는 tap이라는 보다 간단한 동작으로 쉽게 기능을 불러온다.

Tap to refresh

Andriod_BBC