English | 中文
Powerful,material UI,elegant interaction general popup!can absolutely replace Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner. With built-in many beautiful animation,you can custom your UI and logic!
Scan qrcode to download Demo.apk:
If the qrcode is invisible,click me to download Demo.apk
First, you need add gradle dependency:
implementation 'com.lxj:xpopup:1.8.10'
//for androidx.
implementation 'com.lxj:xpopup:1.8.10-x'
Second, you also need these:
//version must >= 26
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
Detailed usage is in wiki,enjoy it:
- Introduce
- How to use built-in popups
- How to custom your popup
- How to custom animator
- Popup settings
- Question
- Maybe you want this
-dontwarn com.lxj.xpopup.widget.**
-keep class com.lxj.xpopup.widget.**{*;}
I prefer you can click here to provideyour App name,which will give me more passion to maintain this library。
Base on information provided by some friends,they are using Xpopup:
- Gullmap(https://cn.gullmap.com/)
- 马自达汽车检测(主要是一个汽车厂商工作人员使用的汽车检测APP)
- 变福侠App
- 进境肉牛检疫追溯系统(App端)
- 太极 (app名, 下载地址:https://www.coolapk.com/apk/me.weishu.exp)
- 爱勘(ican)App
- 医美消费指南(https://www.pgyer.com/yimeiandroid)
- 蜜尚(APP名,广州时尚商业城有限公司(时尚集团))
- 关爱岛
- 密籍(下载地址:https://www.coolapk.com/apk/com.rair.unikey)
- 万话筒
- 易果无忧
- Moo日记, 下载地址 https://www.wandoujia.com/apps/8044755
- 智华泊位(重庆即停科技有限公司)
- 中英互译(梅州小白科技有限责任公司 https://sj.qq.com/myapp/detail.htm?apkName=com.messi.languagehelper)
- 采蘑菇(https://a.app.qq.com/o/simple.jsp?pkgname=com.lx.cmg)
- 蜂鸟屋APP,蜂鸟屋SAAS 平板
- 茶臻选(https://android.myapp.com/myapp/detail.htm?apkName=com.aiso.tea&ADTAG=mobile)
If this library helped you,you can buy me a coffee. reward list
QQ Group:783659607
Gmail: [email protected]
QQ Email: [email protected]
QQ: 16167479
Copyright 2019 li-xiaojun
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.