Shimmer

Shimmer effect for Android Views.

License

License

GroupId

GroupId

com.facebook.shimmer
ArtifactId

ArtifactId

shimmer
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

Shimmer
Shimmer effect for Android Views.
Project URL

Project URL

http://facebook.github.io/shimmer-android
Source Code Management

Source Code Management

https://github.com/facebook/shimmer-android.git

Download shimmer

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
androidx.annotation » annotation jar 1.0.1

Project Modules

There are no modules declared in this project.

Shimmer
Shimmer for Android

Shimmer is an Android library that provides an easy way to add a shimmer effect to any view in your Android app.

It is useful as an unobtrusive loading indicator, and was originally developed for Facebook Home.

Find more examples and usage instructions over at:

facebook.github.io/shimmer-android

License

BSD License

For shimmer-android software

Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  • Neither the name Facebook nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

com.facebook.shimmer

Facebook

We are working to build community through open source technology. NB: members must have two-factor auth.

Versions

Version
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0