Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ufreedom/loadingdialogdemo


https://github.com/ufreedom/loadingdialogdemo

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

#YummyLoadingDialog
-------

## Version Migration

#### V 1.0

## Requirements

Run in Android 2.2 +

## Installation

1. import YummyLoadingDialogLibrary project to your workspace.
2. make it as a dependency library project to your main project.

See the Demo

## Usage

```java
LoadingPopupWindow loadingPopupWindow = new LoadingPopupWindow.Builder(context,
findViewById(R.id.vParent)).setLoadingInfo("Login...")
.setErrorInfo("Login Error").setFinishedInfo("Successful Login")
.createLoadingDialog();


loadingPopupWindow.showLoading();
loadingPopupWindow.showFinished();
loadingPopupWindow.showError();
loadingPopupWindow.showCancle();

```

成员 | 联系方式 | Github
:------|:------|:------
UFreedom | [email protected] | [Github](https://github.com/UFreedom)

[1]:https://github.com/UFreedom/YummyLoadingDialog/edit/master/README_CN.md