Skip to content

Commit

Permalink
8-11 README.md ++
Browse files Browse the repository at this point in the history
  • Loading branch information
KiWiLss committed Aug 11, 2020
1 parent 900f58f commit c5c4ecb
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
# LPopup
常用对话框整理
PopupWindow 使用详解,常用对话框整理,如果觉得不错的话,欢迎给个 star **
## 一,引入
常用对话框Dialog,DialogFragment,PopupWindow整理, 简单封装.
如果觉得不错的话,欢迎给个 star **

![](https://www.jitpack.io/v/KiWiLss/LPopup.svg)

Add it in your root build.gradle at the end of repositories:
```
allprojects { repositories { ...
maven { url 'https://www.jitpack.io' }
} }
**Step 2.** Add the dependency
dependencies {
implementation 'com.github.KiWiLss:LPopup:last'
}
```
# 安卓对话框相关及简单封装使用

[使用详解](https://www.yuque.com/bibly/clwnn5/ea71od)

# 安卓对话框相关及简单封装使用

<a name="LIX4a"></a>
## 一、前言
在正常使用 PopupWindow 时不是很难,只需要几行代码就能实现一个对话框,但是有很多方法都是重复的,PopupWindow 本身会有一些局限性,需要处理。在使用 PopupWindows 时,默认是没有阴影背景的,需要自己处理。仅仅使用 PopupWindow 就可以满足项目中大部分的对话框需求。但是 Dialog 也有它的优势,所以可以看具体情况选择合适的对话框。封装后,调用起来更加方便,同时对于一些高频对话框可以做成通用的,以后就不需要再重复去写,随时调用更加方便。
Expand Down

0 comments on commit c5c4ecb

Please sign in to comment.