Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ufreedom/loadingdialogdemo
https://github.com/ufreedom/loadingdialogdemo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ufreedom/loadingdialogdemo
- Owner: UFreedom
- Created: 2014-10-11T16:54:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T00:40:03.000Z (over 9 years ago)
- Last Synced: 2023-02-26T10:47:44.712Z (almost 2 years ago)
- Language: Java
- Size: 10.7 MB
- Stars: 11
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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