Skip to content

UFreedom/LoadingDialogDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages