Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EyalBira/loading-dots
Customizable bouncing dots for smooth loading effect. Mostly used in chat bubbles to indicate the other person is typing.
https://github.com/EyalBira/loading-dots
Last synced: 2 months ago
JSON representation
Customizable bouncing dots for smooth loading effect. Mostly used in chat bubbles to indicate the other person is typing.
- Host: GitHub
- URL: https://github.com/EyalBira/loading-dots
- Owner: EyalBira
- License: mit
- Created: 2015-12-05T11:45:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T22:20:10.000Z (over 6 years ago)
- Last Synced: 2024-07-31T18:17:06.138Z (5 months ago)
- Language: Java
- Size: 1.83 MB
- Stars: 164
- Watchers: 5
- Forks: 44
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- -awesome-android-ui - LoadingDots - dots.gif" width="49%"> (Index `(light-weight pages)`)
- awesome-android-ui - LoadingDots - dots.gif" width="49%"> (Index `(light-weight pages)`)
- awesome-android-ui - LoadingDots - dots.gif" width="49%"> (Index)
README
# LoadingDots for Android
Customizable bouncing dots view for smooth loading effect. Mostly used in chat bubbles to indicate the other person is typing.
## Features
- LoadingDots animated view
- Use in xml
- Customize dots appearance
- Customize animation behavior
- Customize animation duration## Demo
![](screens/demo.gif)
## Import
```xml
compile 'com.eyalbira.loadingdots:loading-dots:1.0.2'
```## Usage
For basic usage, simply add to layout xml:
```xml
```To customize, simply use the needed view attributes:
```xml
```