Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DevinShine/easyloadingbtn
This is a Material Design loading button
https://github.com/DevinShine/easyloadingbtn
Last synced: about 6 hours ago
JSON representation
This is a Material Design loading button
- Host: GitHub
- URL: https://github.com/DevinShine/easyloadingbtn
- Owner: DevinShine
- Archived: true
- Created: 2015-03-29T07:26:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T01:30:16.000Z (over 7 years ago)
- Last Synced: 2023-11-07T18:10:54.187Z (about 1 year ago)
- Language: Java
- Size: 93.8 KB
- Stars: 295
- Watchers: 19
- Forks: 45
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-android-ui - https://github.com/DevinShine/easyloadingbtn
- awesome-android-ui - https://github.com/DevinShine/easyloadingbtn
README
This is a library project with a custom view that implements concept of Send Comment (https://dribbble.com/shots/1986254-Send-Comment-Shoppr) made by Nikosaurier for android
###Demo
![demo][1]###Usage
Add the EasyLoadingBtn in your layout```
```
and
```
mDefaultLButton.setCallback(new LoadingButton.Callback() {
@Override
public void complete() {
//TODO
}
});
```[1]: http://ww1.sinaimg.cn/mw690/9994fcfcgw1eqmpazqenmg20fo0l6wg5.gif