MultiSelectPopWindow Save

链式多选弹窗,轻松集成

Project README

MultiSelectPopWindow

中文文档

image

Usage

Step1:

    allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
	
	dependencies {
	        compile 'com.github.Jay-Goo:MultiSelectPopWindow:v1.0.1'
	}
   

Step2:

   new MultiSelectPopWindow.Builder(this)
                           .setNameArray(names)
                           .setConfirmListener(new MultiSelectPopWindow.OnConfirmClickListener() {
                               @Override
                               public void onClick(ArrayList<Integer> indexList, ArrayList<String> 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

Open Source Agenda is not affiliated with "MultiSelectPopWindow" Project. README Source: Jay-Goo/MultiSelectPopWindow
Stars
165
Open Issues
2
Last Commit
4 years ago

Open Source Agenda Badge

Open Source Agenda Rating