NoInternetDialog

NoInternetDialog

项目地址:appwise-labs/NoInternetDialog 

简介:A beautiful Dialog which appears when you have lost your internet connection.

更多:作者   提 Bug   

标签:

 

A beautiful Dialog which appears when you have lost your Internet connection.

 

Setup

Gradle:

Add following line of code to your module(app) level gradle file

    implementation 'am.appwise.components:NoInternetDialog:1.1.3'

Maven:

  <dependency>
    <groupId>am.appwise.components</groupId>
    <artifactId>NoInternetDialog</artifactId>
    <version>1.1.3</version>
    <type>pom</type>
  </dependency>

Usage

Use simple builder to initiate the dialog. It will automatically appear if you'll lose your Internet connection, and dissapear, once it came back

  NoInternetDialog noInternetDialog = new NoInternetDialog.Builder(context).build();

or

  NoInternetDialog noInternetDialog = new NoInternetDialog.Builder(fragment).build();

and at the end

    @Override
    protected void onDestroy() {
        super.onDestroy();
        noInternetDialog.onDestroy();
    }

Customize the dialog with ease

  builder.setBgGradientStart() // Start color for background gradient
  builder.setBgGradientCenter() // Center color for background gradient
  builder.setBgGradientEnd() // End color for background gradient
  builder.setBgGradientOrientation() // Background gradient orientation (possible values see below)
  builder.setBgGradientType() // Type of background gradient (possible values see below)
  builder.setDialogRadius() // Set custom radius for background gradient
  builder.setTitleTypeface() // Set custom typeface for title text
  builder.setMessageTypeface() // Set custom typeface for message text
  builder.setButtonColor() // Set custom color for dialog buttons
  builder.setButtonTextColor() // Set custom text color for dialog buttons
  builder.setButtonIconsColor() // Set custom color for icons of dialog buttons
  builder.setWifiLoaderColor() // Set custom color for wifi loader
  builder.setConnectionCallback() // Set a Callback for network status
  builder.setCancelable(false) // Set cancelable status for dialog
alt textalt text
 
alt textalt text
 

This is work is is inspired from the work of Ramakrishna V. in Dribbble.

(https://dribbble.com/shots/2887886-No-internet-connection-GIF)

Versions

1.1.3

Connection callback status added Cancelable flag added

1.1.2

Receivers issue fixed

1.1.1

Vector drawable issue fixed for < API 21 UI issues fixed for small devices

1.1.0

New customization features added Issues fixed

1.0.1

Appear issue fixed

1.0.0

First version of library

Licence

    No Internet Dialog©
    Copyright 2017 Appwise
    Url: https://github.com/appwise-labs/NoInternetDialog

    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.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值