# NetDialog **Repository Path**: sunyn/netdialog ## Basic Information - **Project Name**: NetDialog - **Description**: 网络请求的过程中的对话框,项目里可通过compile 'com.sunny.ui:dialog:1.0.0'的方式直接引用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-17 - **Last Updated**: 2024-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.对话框移植 项目:NetDialog 描述:网络请求的过程中的对话框 效果:如图 # 2.git引用地址 https://github.com/love0829/Warehouse # 3.使用 ## 1.在项目根目录的build.gradle中添加一下代码: maven { url "https://raw.githubusercontent.com/love0829/Warehouse/master" } ## 2.app目录的build.gradle中添加一下代码: compile 'com.sunny.ui:dialog:1.0.0'