{"id":18439112,"url":"https://github.com/jay-goo/multiselectpopwindow","last_synced_at":"2025-07-06T10:41:13.280Z","repository":{"id":127017535,"uuid":"82875358","full_name":"Jay-Goo/MultiSelectPopWindow","owner":"Jay-Goo","description":"链式多选弹窗，轻松集成","archived":false,"fork":false,"pushed_at":"2019-06-18T15:15:21.000Z","size":1340,"stargazers_count":165,"open_issues_count":2,"forks_count":43,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-23T00:51:20.170Z","etag":null,"topics":["android","multiple-select-list","multiselect","popwindow"],"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/Jay-Goo.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-23T02:31:14.000Z","updated_at":"2024-10-20T10:05:45.000Z","dependencies_parsed_at":"2023-07-08T05:02:07.996Z","dependency_job_id":null,"html_url":"https://github.com/Jay-Goo/MultiSelectPopWindow","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jay-Goo%2FMultiSelectPopWindow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jay-Goo%2FMultiSelectPopWindow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jay-Goo%2FMultiSelectPopWindow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jay-Goo%2FMultiSelectPopWindow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jay-Goo","download_url":"https://codeload.github.com/Jay-Goo/MultiSelectPopWindow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247732641,"owners_count":20986893,"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","multiple-select-list","multiselect","popwindow"],"created_at":"2024-11-06T06:23:25.230Z","updated_at":"2025-04-07T21:32:12.480Z","avatar_url":"https://github.com/Jay-Goo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# MultiSelectPopWindow\n\n## [中文文档](https://github.com/Jay-Goo/MultiSelectPopWindow/blob/master/README_ZH.md)\n\n\n![image](https://github.com/Jay-Goo/MultiSelectPopWindow/blob/master/preview/2017-02-23_10_46_15.gif)\n\n\n\n## Usage\n### Step1：\n```xml\n    allprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n\t\n\tdependencies {\n\t        compile 'com.github.Jay-Goo:MultiSelectPopWindow:v1.0.1'\n\t}\n   \n```\n\n\n### Step2：\n```xml\n   new MultiSelectPopWindow.Builder(this)\n                           .setNameArray(names)\n                           .setConfirmListener(new MultiSelectPopWindow.OnConfirmClickListener() {\n                               @Override\n                               public void onClick(ArrayList\u003cInteger\u003e indexList, ArrayList\u003cString\u003e selectedList) {\n                               //do something\n                               }\n                           })\n                           .setCancel(\"取消\")\n                           .setConfirm(\"完成\")\n                           .setTitle(\"班级列表\")\n                           .build()\n                           .show(findViewById(R.id.mBottom));\n```\n\n# Feature\nmore attributes you could set !\n\n## 联系我\n\n- Email： 1015121748@qq.com\n- QQ Group: 573830030 有时候工作很忙没空看邮件和Issue,大家可以通过QQ群联系我\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cimg src=\"https://github.com/Jay-Goo/RangeSeekBar/blob/master/Gif/qq.png\" style=\"margin: 0 auto;\" height=\"250px\"/\u003e\n\u003c/div\u003e\n\n## 一杯咖啡\n\n大家都知道开源是件很辛苦的事情，这个项目也是我工作之余完成的，平时工作很忙，但大家提的需求基本上我都尽量满足，如果这个项目帮助你节省了大量时间，你很喜欢，你可以给我一杯咖啡的鼓励，不在于钱多钱少，关键是你的这份鼓励所带给我的力量~\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cimg src=\"https://github.com/Jay-Goo/RangeSeekBar/blob/master/Gif/pay.png\" height=\"200px\"/\u003e\n\u003c/div\u003e\n\n## Others \n\nI hope you like this MultiSelectPopWindow. `Star` is the greatest support for me！ Thank U\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjay-goo%2Fmultiselectpopwindow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjay-goo%2Fmultiselectpopwindow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjay-goo%2Fmultiselectpopwindow/lists"}