# loading-dots **Repository Path**: jqkcode/loading-dots ## Basic Information - **Project Name**: loading-dots - **Description**: Customizable bouncing dots for smooth loading effect. Mostly used in chat bubbles to indicate the other person is typing. - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-03-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```