{"id":13641269,"url":"https://github.com/Aspsine/SwipeToLoadLayout","last_synced_at":"2025-04-20T07:32:42.139Z","repository":{"id":52451092,"uuid":"41775743","full_name":"Aspsine/SwipeToLoadLayout","owner":"Aspsine","description":"A reusable pull-to-refresh and pull-to-loadmore widget","archived":false,"fork":false,"pushed_at":"2018-09-29T09:36:28.000Z","size":18269,"stargazers_count":2098,"open_issues_count":48,"forks_count":444,"subscribers_count":69,"default_branch":"master","last_synced_at":"2024-10-29T17:42:08.859Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aspsine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-02T02:45:40.000Z","updated_at":"2024-10-18T02:50:04.000Z","dependencies_parsed_at":"2022-09-11T21:44:54.170Z","dependency_job_id":null,"html_url":"https://github.com/Aspsine/SwipeToLoadLayout","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aspsine%2FSwipeToLoadLayout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aspsine%2FSwipeToLoadLayout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aspsine%2FSwipeToLoadLayout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aspsine%2FSwipeToLoadLayout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aspsine","download_url":"https://codeload.github.com/Aspsine/SwipeToLoadLayout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223822181,"owners_count":17208823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T01:01:19.326Z","updated_at":"2024-11-09T11:31:02.740Z","avatar_url":"https://github.com/Aspsine.png","language":"Java","readme":"[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-SwipeToLoadLayout-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/2812)\n# SwipeToLoadLayout\nSwipeToLoadLayout is a reusable pull-to-refresh and pull-to-load-more widget.\n\n## Supported View\nTheoretically support all kinds of views.\n\n## Demo\n[Download](https://raw.githubusercontent.com/Aspsine/SwipeToLoadLayout/master/art/demo.apk)\n\n## Demo ScreenShot \u0026 Video(Youtube)\n- ListView \u0026 GridView\n\n[![ListView \u0026 GridView](http://img.youtube.com/vi/ThIKO3vz6Bs/0.jpg)](https://youtu.be/ThIKO3vz6Bs) \n\n- RecyclerView(With all kinds of layoutManagers)\n\n[![RecyclerView](http://img.youtube.com/vi/ZVYkoi84Vr8/0.jpg)](https://youtu.be/ZVYkoi84Vr8) \n\n- WebView \u0026 ScrollView \u0026 Other Views\n\n[![WebView \u0026 ScrollView \u0026 other views](http://img.youtube.com/vi/RGtWvdrVmGM/0.jpg)](https://youtu.be/RGtWvdrVmGM) \n\n- Google SwipeRefreshLayout style\n\n[![Google Style](http://img.youtube.com/vi/38NbDiUoXmg/0.jpg)](https://youtu.be/38NbDiUoXmg) \n\n- JD.com Style\n\n[![JD Style](http://img.youtube.com/vi/QrsZ5nygTp0/0.jpg)](https://youtu.be/QrsZ5nygTp0) \n\n- Yalantis Phoenix Style\n\n[![Yalantis Phoenix Style](http://img.youtube.com/vi/FAqrzSjt85c/0.jpg)](https://youtu.be/FAqrzSjt85c) \n\nYou can also create your own header and footer. It's very simple.\n\n## How to\n\n- Step 1. Add the JitPack repository in your build.gradle at the end of repositories:\n```\nrepositories {\n    maven { url \"https://jitpack.io\" }\n}\n```\n- Step 2. Add the dependency in the form\n```\ndependencies {\n\tcompile 'com.github.Aspsine:SwipeToLoadLayout:1.0.4'\n}\n```\n- Step 3.\nLook over [Quick Setup](https://github.com/Aspsine/SwipeToLoadLayout/wiki/Quick-Setup) for more details.\nYou can find more customized header view and footer view in the demo app.\n\n## Thanks\n- Google SwipeRefreshLayout\n- [liaohuqiu android-Ultra-Pull-To-Refresh](https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh)\n- [Yalantis Phoenix](https://github.com/Yalantis/Phoenix)\n\n## Contact Me\n- Github:   github.com/aspsine\n- Email:    littleximail@gmail.com\n- WeiBo:    [@Aspsine](http://weibo.com/wetze)\n- Linkedin: cn.linkedin.com/in/aspsine\n\n## License\n\n    Copyright 2015 Aspsine. All rights reserved.\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://www.apache.org/licenses/LICENSE-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.\n\n","funding_links":[],"categories":["下拉刷新"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAspsine%2FSwipeToLoadLayout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAspsine%2FSwipeToLoadLayout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAspsine%2FSwipeToLoadLayout/lists"}