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: about 1 month ago
JSON representation

Customizable bouncing dots for smooth loading effect. Mostly used in chat bubbles to indicate the other person is typing.

Lists

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

```