[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-4165":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":16,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":18,"archived":19,"fork":20,"defaultBranch":21,"hasWiki":19,"hasPages":19,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":23,"readmeContent":24,"aiSummary":25,"trendingCount":16,"starSnapshotCount":16,"syncStatus":26,"lastSyncTime":27,"discoverSource":28},4165,"Android-PullToRefresh","chrisbanes\u002FAndroid-PullToRefresh","chrisbanes","DEPRECATED","",null,"Java",8649,4634,8655,29,0,41,"Apache License 2.0",true,false,"master",[],"2026-06-12 02:00:59","# PLEASE NOTE, THIS PROJECT IS NO LONGER BEING MAINTAINED\n\n* * *\n\n# Pull To Refresh Views for Android\n\n![Screenshot](https:\u002F\u002Fgithub.com\u002Fchrisbanes\u002FAndroid-PullToRefresh\u002Fraw\u002Fmaster\u002Fheader_graphic.png)\n\nThis project aims to provide a reusable Pull to Refresh widget for Android. It was originally based on Johan Nilsson's [library](https:\u002F\u002Fgithub.com\u002Fjohannilsson\u002Fandroid-pulltorefresh) (mainly for graphics, strings and animations), but these have been replaced since.\n\n## Features\n\n * Supports both Pulling Down from the top, and Pulling Up from the bottom (or even both).\n * Animated Scrolling for all devices.\n * Over Scroll supports for devices on Android v2.3+.\n * Currently works with:\n \t* **ListView**\n \t* **ExpandableListView**\n \t* **GridView**\n \t* **WebView**\n \t* **ScrollView**\n \t* **HorizontalScrollView**\n \t* **ViewPager**\n * Integrated End of List Listener for use of detecting when the user has scrolled to the bottom.\n * Maven Support.\n * Indicators to show the user when a Pull-to-Refresh is available.\n * Support for **ListFragment**!\n * Lots of [Customisation](https:\u002F\u002Fgithub.com\u002Fchrisbanes\u002FAndroid-PullToRefresh\u002Fwiki\u002FCustomisation) options!\n\nRepository at \u003Chttps:\u002F\u002Fgithub.com\u002Fchrisbanes\u002FAndroid-PullToRefresh>.\n\n## Sample Application\nThe sample application (the source is in the repository) has been published onto Google Play for easy access:\n\n[![Get it on Google Play](http:\u002F\u002Fwww.android.com\u002Fimages\u002Fbrand\u002Fget_it_on_play_logo_small.png)](http:\u002F\u002Fplay.google.com\u002Fstore\u002Fapps\u002Fdetails?id=com.handmark.pulltorefresh.samples)\n\n## Usage\nTo begin using the library, please see the [Quick Start Guide](https:\u002F\u002Fgithub.com\u002Fchrisbanes\u002FAndroid-PullToRefresh\u002Fwiki\u002FQuick-Start-Guide) page.\n\n### Customisation\nPlease see the [Customisation](https:\u002F\u002Fgithub.com\u002Fchrisbanes\u002FAndroid-PullToRefresh\u002Fwiki\u002FCustomisation) page for more information on how to change the behaviour and look of the View.\n\n### Pull Up to Refresh\nBy default this library is set to Pull Down to Refresh, but if you want to allow Pulling Up to Refresh then you can do so. You can even set the View to enable both Pulling Up and Pulling Down using the 'both' setting. See the [Customisation](https:\u002F\u002Fgithub.com\u002Fchrisbanes\u002FAndroid-PullToRefresh\u002Fwiki\u002FCustomisation) page for more information on how to set this.\n\n## Apps\nWant to see which Apps are already using Android-PullToRefresh? Have a look [here](https:\u002F\u002Fgithub.com\u002Fchrisbanes\u002FAndroid-PullToRefresh\u002Fwiki\u002FApps). If you have an App which is not on the list, [let me know](http:\u002F\u002Fwww.senab.co.uk\u002Fcontact\u002F).\n\n## Changelog\nPlease see the new [Changelog](https:\u002F\u002Fgithub.com\u002Fchrisbanes\u002FAndroid-PullToRefresh\u002Fwiki\u002FChangelog) page to see what's recently changed.\n\n## Pull Requests\n\nI will gladly accept pull requests for fixes and feature enhancements but please do them in the dev branch. The master branch is for the latest stable code,  dev is where I try things out before releasing them as stable. Any pull requests that are against master from now on will be closed asking for you to do another pull against dev.\n\n## Acknowledgments\n\n* [Stefano Dacchille](https:\u002F\u002Fgithub.com\u002Fstefanodacchille)\n* [Steve Lhomme](https:\u002F\u002Fgithub.com\u002FrobUx4)\n* [Maxim Galkin](https:\u002F\u002Fgithub.com\u002Fmgalkin)\n* [Scorcher](https:\u002F\u002Fgithub.com\u002FScorcher)\n\n\n## License\n\n    Copyright 2011, 2012 Chris Banes\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http:\u002F\u002Fwww.apache.org\u002Flicenses\u002FLICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.","该项目提供了一个可重用的Android下拉刷新控件。它支持从顶部下拉和从底部上拉刷新，并且在所有设备上都支持动画滚动。此外，它还为Android 2.3及以上版本的设备提供了过度滚动支持。该库可以与多种视图组件配合使用，包括ListView、ExpandableListView、GridView、WebView、ScrollView、HorizontalScrollView以及ViewPager等，并集成了列表末尾监听器来检测用户是否已滚动到底部。项目支持Maven构建，并提供了丰富的自定义选项以满足不同应用的需求。尽管该项目不再维护，但仍然适用于需要实现简单易用的下拉刷新功能的Android应用程序开发场景。",2,"2026-06-11 02:58:49","top_language"]