{"id":18565098,"url":"https://github.com/jenly1314/slidebar","last_synced_at":"2025-04-10T04:32:21.336Z","repository":{"id":72501434,"uuid":"67485892","full_name":"jenly1314/SlideBar","owner":"jenly1314","description":"SlideBar for Android 一个很好用的联系人字母快速索引","archived":false,"fork":false,"pushed_at":"2024-01-27T07:48:48.000Z","size":2540,"stargazers_count":51,"open_issues_count":0,"forks_count":15,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T16:11:13.422Z","etag":null,"topics":["android","bar","contact","contacts","index","search","side-bar","sidebar","slidebar"],"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/jenly1314.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-09-06T07:49:10.000Z","updated_at":"2024-06-29T07:35:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"958e70a1-43a3-417d-ace8-55da90029403","html_url":"https://github.com/jenly1314/SlideBar","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenly1314%2FSlideBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenly1314%2FSlideBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenly1314%2FSlideBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenly1314%2FSlideBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenly1314","download_url":"https://codeload.github.com/jenly1314/SlideBar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248157584,"owners_count":21057037,"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","bar","contact","contacts","index","search","side-bar","sidebar","slidebar"],"created_at":"2024-11-06T22:17:44.604Z","updated_at":"2025-04-10T04:32:20.349Z","avatar_url":"https://github.com/jenly1314.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SlideBar\r\n[![Download](https://img.shields.io/badge/download-App-blue.svg)](https://raw.githubusercontent.com/jenly1314/SlideBar/master/app/app-release.apk)\r\n[![](https://jitpack.io/v/jenly1314/SlideBar.svg)](https://jitpack.io/#jenly1314/SlideBar)\r\n[![API](https://img.shields.io/badge/API-9%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=9)\r\n[![License](https://img.shields.io/badge/license-Apche%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)\r\n\r\nSlideBar for Android 一个很好用的联系人快速索引。\r\n\r\n## Gif 展示\r\n![Image](GIF.gif)\r\n\r\n\u003e 你也可以直接下载 [演示App](https://raw.githubusercontent.com/jenly1314/SlideBar/master/app/app-release.apk) 体验效果\r\n\r\n## 引入\r\n\r\n### Gradle:\r\n\r\n1. 在Project的 **build.gradle** 或 **setting.gradle** 中添加远程仓库\r\n\r\n    ```gradle\r\n    repositories {\r\n        //...\r\n        mavenCentral()\r\n        maven { url 'https://jitpack.io' }\r\n    }\r\n    ```\r\n\r\n2. 在Module的 **build.gradle** 里面添加引入依赖项\r\n\r\n    ```gradle\r\n    implementation 'com.github.jenly1314:SlideBar:1.1.0'\r\n    ```\r\n    \r\n## 使用\r\n\r\n#### 布局示例\r\n```xml\r\n    \u003ccom.king.view.slidebar.SlideBar\r\n        android:id=\"@+id/slideBar\"\r\n        android:layout_width=\"wrap_content\"\r\n        android:layout_height=\"wrap_content\"\r\n        android:layout_margin=\"10dp\" /\u003e\r\n```\r\n\r\n更多使用详情，请查看[app](app)中的源码使用示例或直接查看[API帮助文档](https://jitpack.io/com/github/jenly1314/SlideBar/latest/javadoc/)\r\n\r\n#### 实现说明\r\n具体实现详情请戳[传送门](http://blog.csdn.net/jenly121/article/details/48466641)\r\n\r\n## 赞赏\r\n如果您喜欢SlideBar，或感觉SlideBar帮助到了您，可以点右上角“Star”支持一下，您的支持就是我的动力，谢谢 :smiley:\r\n\u003cp\u003e您也可以扫描下面的二维码，请作者喝杯咖啡 :coffee:\r\n\u003cdiv\u003e\r\n   \u003cimg src=\"https://jenly1314.github.io/image/page/rewardcode.png\"\u003e\r\n\u003c/div\u003e\r\n\r\n## 关于我\r\n\r\n| 我的博客                                                                                | GitHub                                                                                  | Gitee                                                                                  | CSDN                                                                                 | 博客园                                                                            |\r\n|:------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------|\r\n| \u003ca title=\"我的博客\" href=\"https://jenly1314.github.io\" target=\"_blank\"\u003eJenly's Blog\u003c/a\u003e | \u003ca title=\"GitHub开源项目\" href=\"https://github.com/jenly1314\" target=\"_blank\"\u003ejenly1314\u003c/a\u003e | \u003ca title=\"Gitee开源项目\" href=\"https://gitee.com/jenly1314\" target=\"_blank\"\u003ejenly1314\u003c/a\u003e  | \u003ca title=\"CSDN博客\" href=\"http://blog.csdn.net/jenly121\" target=\"_blank\"\u003ejenly121\u003c/a\u003e  | \u003ca title=\"博客园\" href=\"https://www.cnblogs.com/jenly\" target=\"_blank\"\u003ejenly\u003c/a\u003e  |\r\n\r\n## 联系我\r\n\r\n| 微信公众号        | Gmail邮箱                                                                          | QQ邮箱                                                                              | QQ群                                                                                                                       | QQ群                                                                                                                       |\r\n|:-------------|:---------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------|\r\n| [Jenly666](http://weixin.qq.com/r/wzpWTuPEQL4-ract92-R) | \u003ca title=\"给我发邮件\" href=\"mailto:jenly1314@gmail.com\" target=\"_blank\"\u003ejenly1314\u003c/a\u003e | \u003ca title=\"给我发邮件\" href=\"mailto:jenly1314@vip.qq.com\" target=\"_blank\"\u003ejenly1314\u003c/a\u003e | \u003ca title=\"点击加入QQ群\" href=\"https://qm.qq.com/cgi-bin/qm/qr?k=6_RukjAhwjAdDHEk2G7nph-o8fBFFzZz\" target=\"_blank\"\u003e20867961\u003c/a\u003e | \u003ca title=\"点击加入QQ群\" href=\"https://qm.qq.com/cgi-bin/qm/qr?k=Z9pobM8bzAW7tM_8xC31W8IcbIl0A-zT\" target=\"_blank\"\u003e64020761\u003c/a\u003e |\r\n\r\n\u003cdiv\u003e\r\n   \u003cimg src=\"https://jenly1314.github.io/image/page/footer.png\"\u003e\r\n\u003c/div\u003e\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenly1314%2Fslidebar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenly1314%2Fslidebar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenly1314%2Fslidebar/lists"}