Android常用Dialog集合

来源:互联网 发布:淘宝店铺出租价格表 编辑:程序博客网 时间:2024/06/12 01:22

https://github.com/yuchao-wang/FinalDialog

由于受够了开发各式各样的Dialog,以后会根据遇到的产品情况慢慢完善这个类库

FinalDialog(Android Dialog 终结者)

  • an android library for dialog which has popular style on market!
  • Min sdk on support is 15(Android 4.0.3)

Demo

Download

pic is here

Character

  • 常用,简洁,美观
  • 清晰的链式结构
  • 处理Dialog容易被抛出WeakReference的问题
  • 丰富的自定义选项

Update

1.0.0 (2016/05/30)

  • ConfirmDialog
  • MenuDialog
  • NormalDialog
  • ProgressDialog
  • ToastDialog

Dependence

compile 'wang.yuchao.android.library.view.dialog:FinalDialogLibrary:1.0.0'

Proguard

-keep class wang.yuchao.android.library.** { *; }-dontwarn wang.yuchao.android.library.**

About Me

License

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.0Unless required by applicable law or agreed to in writing, softwaredistributed 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 andlimitations under the License.

欢迎各位补充

0 0
原创粉丝点击