弹窗/对话框的几种实现方式

1、AlertDialog(Dialog)

2、自定义Dialog(自定义布局文件)

3、PopWindow

4、WindowManager

5、DialogFragment

6、dialog样式的Activity