Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facebookarchive/shimmer-android
An easy, flexible way to add a shimmering effect to any view in an Android app.
https://github.com/facebookarchive/shimmer-android
Last synced: about 2 months ago
JSON representation
An easy, flexible way to add a shimmering effect to any view in an Android app.
- Host: GitHub
- URL: https://github.com/facebookarchive/shimmer-android
- Owner: facebookarchive
- License: other
- Archived: true
- Created: 2015-02-27T22:25:22.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T16:44:24.000Z (over 1 year ago)
- Last Synced: 2024-05-22T09:06:52.584Z (6 months ago)
- Language: Java
- Homepage: http://facebook.github.io/shimmer-android/
- Size: 4.57 MB
- Stars: 5,299
- Watchers: 182
- Forks: 697
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Shimmer for Android[Shimmer](http://facebook.github.io/shimmer-android) 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](http://facebook.github.io/shimmer-android)
## License
BSD License
For Shimmer-android software
Copyright (c) Meta Platforms, Inc. and 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 Meta 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.