This project aims to provide a reusable Pull to Refresh widget for Android. It was originally based on Johan Nilsson's library (mainly for graphics, strings and animations), but these have been replaced since.
Features
- Supports both Pulling Down from the top, and Pulling Up from the bottom (or even both).
- Animated Scrolling for all devices (Tested on 1.6+)
- Works for all AbsListView derived classes. ListView, ExpandableListView & GridView have been implemented.
- Also Works with WebView!
- Integrated End of List Listener for use of detecting when the user has scrolled to the bottom.
- Maven Support (thanks to Stefano Dacchille)
- Indicators to show the user when a Pull-to-Refresh is available
- Lots of Customisation options!
Repository at https://github.com/chrisbanes/Android-PullToRefresh.
다른 Pull to refresh 컨틀로보다 좋은거같습니다.
쓰기도 나름 편하고 기능도 많고요.. 또 잡기능은 없고요 추천합니다.
https://github.com/chrisbanes/Android-PullToRefresh
소스 다운받아서 임포트시켰는데 왜 실행이 안될까요..
프로젝트에 ! 가 떠있는데 라이브러리는 어떻게 추가하죠? simple만 등록되고 어떻게하는건지 모르겠ㅇ요 ㅠ
이클립스를 사용하시면. 일단 라이브러리 프로젝트(샘플말고)를 임포트해주시고. 사용하실 프로젝트 속성에서 Android-Library 에서 Add버튼을 눌러 com.handmark.pulltorefresh.library를 체크해주시고 OK버튼을 누루셔서 적용하시면 사용이 가능합니다.