https://github.com/jay-goo/multiselectpopwindow
链式多选弹窗,轻松集成
https://github.com/jay-goo/multiselectpopwindow
android multiple-select-list multiselect popwindow
Last synced: 2 months ago
JSON representation
链式多选弹窗,轻松集成
- Host: GitHub
- URL: https://github.com/jay-goo/multiselectpopwindow
- Owner: Jay-Goo
- Created: 2017-02-23T02:31:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T15:15:21.000Z (almost 6 years ago)
- Last Synced: 2025-03-23T00:51:20.170Z (3 months ago)
- Topics: android, multiple-select-list, multiselect, popwindow
- Language: Java
- Homepage:
- Size: 1.28 MB
- Stars: 165
- Watchers: 4
- Forks: 43
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MultiSelectPopWindow
## [中文文档](https://github.com/Jay-Goo/MultiSelectPopWindow/blob/master/README_ZH.md)

## Usage
### Step1:
```xml
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
compile 'com.github.Jay-Goo:MultiSelectPopWindow:v1.0.1'
}
```### Step2:
```xml
new MultiSelectPopWindow.Builder(this)
.setNameArray(names)
.setConfirmListener(new MultiSelectPopWindow.OnConfirmClickListener() {
@Override
public void onClick(ArrayList indexList, ArrayList selectedList) {
//do something
}
})
.setCancel("取消")
.setConfirm("完成")
.setTitle("班级列表")
.build()
.show(findViewById(R.id.mBottom));
```# Feature
more attributes you could set !## 联系我
- Email: [email protected]
- QQ Group: 573830030 有时候工作很忙没空看邮件和Issue,大家可以通过QQ群联系我![]()
## 一杯咖啡
大家都知道开源是件很辛苦的事情,这个项目也是我工作之余完成的,平时工作很忙,但大家提的需求基本上我都尽量满足,如果这个项目帮助你节省了大量时间,你很喜欢,你可以给我一杯咖啡的鼓励,不在于钱多钱少,关键是你的这份鼓励所带给我的力量~
![]()
## Others
I hope you like this MultiSelectPopWindow. `Star` is the greatest support for me! Thank U