android dialog开源组件
时间: 2023-10-30 13:02:33 浏览: 169
dialog源码
5星 · 资源好评率100%
以下是一些常用的 Android Dialog 开源组件:
1. Material Dialogs:https://github.com/afollestad/material-dialogs
2. SweetAlert:https://github.com/pedant/sweet-alert-dialog
3. DialogFragment:https://developer.android.com/reference/android/app/DialogFragment
4. BottomSheetDialog:https://developer.android.com/reference/android/support/design/widget/BottomSheetDialog
5. BlurDialogFragment:https://github.com/tvbarthel/BlurDialogFragment
6. FancyAlertDialog:https://github.com/Shashank02051997/FancyAlertDialog-Android
7. EasyDialog:https://github.com/xiaoyanger0825/EasyDialog
这些组件提供了不同样式和功能的对话框,可以根据需求进行选择和使用。
阅读全文