{"id":15033404,"url":"https://github.com/donkingliang/consecutivescroller","last_synced_at":"2025-04-14T08:52:33.890Z","repository":{"id":37697226,"uuid":"247424818","full_name":"donkingliang/ConsecutiveScroller","owner":"donkingliang","description":"ConsecutiveScrollerLayout是Android下支持多个滑动布局(RecyclerView、WebView、ScrollView等)和普通控件(TextView、ImageView、LinearLayou、自定义View等)持续连贯滑动的容器,它使所有的子View像一个整体一样连续顺畅滑动。并且支持布局吸顶功能。","archived":false,"fork":false,"pushed_at":"2023-03-28T06:57:07.000Z","size":7292,"stargazers_count":2787,"open_issues_count":49,"forks_count":357,"subscribers_count":42,"default_branch":"master","last_synced_at":"2025-04-07T01:08:58.351Z","etag":null,"topics":["android","android-ui","custom-view","nestedscrolling","nestedscrollingchild","nestedscrollingparent","recyclerview-nestedscrollview","recyclerview-webview-scrollview","scrollview","sticky","sticky-headers"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/donkingliang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-15T08:01:26.000Z","updated_at":"2025-04-05T08:19:11.000Z","dependencies_parsed_at":"2024-12-06T17:01:06.443Z","dependency_job_id":"5831e82f-1e90-4702-bdf1-497be6f2fd1e","html_url":"https://github.com/donkingliang/ConsecutiveScroller","commit_stats":{"total_commits":192,"total_committers":8,"mean_commits":24.0,"dds":0.4375,"last_synced_commit":"bad427106fa54044b22c632d9f3a7a546bd9f7e3"},"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkingliang%2FConsecutiveScroller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkingliang%2FConsecutiveScroller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkingliang%2FConsecutiveScroller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkingliang%2FConsecutiveScroller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donkingliang","download_url":"https://codeload.github.com/donkingliang/ConsecutiveScroller/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248852078,"owners_count":21171838,"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":["android","android-ui","custom-view","nestedscrolling","nestedscrollingchild","nestedscrollingparent","recyclerview-nestedscrollview","recyclerview-webview-scrollview","scrollview","sticky","sticky-headers"],"created_at":"2024-09-24T20:21:07.569Z","updated_at":"2025-04-14T08:52:33.855Z","avatar_url":"https://github.com/donkingliang.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 简介\n\nConsecutiveScrollerLayout是Android下支持多个滑动布局(RecyclerView、ViewPager、WebView、ScrollView等)和普通控件(TextView、ImageView、LinearLayou、自定义View等)持续连贯滑动的容器,它使所有的子View像一个整体一样连续顺畅滑动。\n\nConsecutiveScrollerLayout支持多种模式的布局吸顶功能，能动态控制吸顶View的显示位置和状态，能适用于大部分的业务场景。\n\nConsecutiveScrollerLayout能通过实现接口，支持复杂的、多层嵌套下的滑动布局的滑动处理。\n\nConsecutiveScrollerLayout支持NestedScrolling机制。\n\n## 效果图\n\n![sample](https://upload-images.jianshu.io/upload_images/2365010-1d0ebf289428ce8c.gif?imageMogr2/auto-orient/strip) \n![sticky](https://upload-images.jianshu.io/upload_images/2365010-f2b64d20022d2566.gif?imageMogr2/auto-orient/strip)\n![permanent_sticky](https://github.com/donkingliang/ConsecutiveScroller/blob/master/image/permanent_sticky.gif?raw=true)\n![sink_sticky](https://github.com/donkingliang/ConsecutiveScroller/blob/master/image/sink_sticky.gif?raw=true)\n![viewpager](https://github.com/donkingliang/ConsecutiveScroller/blob/master/image/viewpager.gif?raw=true)\n\n## 引入依赖\n\n在Project的build.gradle在添加以下代码\n\n```groovy\nallprojects {\n      repositories {\n         ...\n         maven { url 'https://jitpack.io' }\n      }\n   }\n```\n在Module的build.gradle在添加以下代码\n```groovy\n\nimplementation 'com.github.donkingliang:ConsecutiveScroller:4.6.4'\n```\n\n## 使用文档\n\n查看文档请移步 [wiki](https://github.com/donkingliang/ConsecutiveScroller/wiki)\n\n## LICENSE\n\n\u003cimg alt=\"Apache-2.0 license\" src=\"https://www.apache.org/img/ASF20thAnniversary.jpg\" width=\"128\"\u003e\n\nConsecutiveScroller 基于 Apache-2.0 协议进行分发和使用，更多信息参见 [协议文件](LICENSE)。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonkingliang%2Fconsecutivescroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonkingliang%2Fconsecutivescroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonkingliang%2Fconsecutivescroller/lists"}