AndroidProgressHUD

A ProgressHUD similar to https://github.com/jdg/MBProgressHUD but for Android.

License

License

GroupId

GroupId

com.walnutlabs
ArtifactId

ArtifactId

androidprogresshud
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

aar
Description

Description

AndroidProgressHUD
A ProgressHUD similar to https://github.com/jdg/MBProgressHUD but for Android.
Project URL

Project URL

https://github.com/beiliubei/AndroidProgressHUD
Source Code Management

Source Code Management

https://github.com/beiliubei/AndroidProgressHUD

Download androidprogresshud

How to add to project

<!-- https://jarcasting.com/artifacts/com.walnutlabs/androidprogresshud/ -->
<dependency>
    <groupId>com.walnutlabs</groupId>
    <artifactId>androidprogresshud</artifactId>
    <version>1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.walnutlabs/androidprogresshud/
implementation 'com.walnutlabs:androidprogresshud:1.0'
// https://jarcasting.com/artifacts/com.walnutlabs/androidprogresshud/
implementation ("com.walnutlabs:androidprogresshud:1.0")
'com.walnutlabs:androidprogresshud:aar:1.0'
<dependency org="com.walnutlabs" name="androidprogresshud" rev="1.0">
  <artifact name="androidprogresshud" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.walnutlabs', module='androidprogresshud', version='1.0')
)
libraryDependencies += "com.walnutlabs" % "androidprogresshud" % "1.0"
[com.walnutlabs/androidprogresshud "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

AndroidProgressHUD

A ProgressHUD similar to https://github.com/jdg/MBProgressHUD but for Android

Usage

gradle

compile 'com.walnutlabs:androidprogresshud:1.0'

maven

<dependency>
	<groupId>com.walnutlabs</groupId>
	<artifactId>androidprogresshud</artifactId>
	<version>1.0</version>
</dependency>

Versions

Version
1.0