An open API service indexing awesome lists of open source software.

https://github.com/mbakgun/similarloadingview

A stylish loading view for Android
https://github.com/mbakgun/similarloadingview

android android-library android-ui customcomponents java library loading progress-view

Last synced: 9 months ago
JSON representation

A stylish loading view for Android

Awesome Lists containing this project

README

          

# similarLoadingView : A stylish loading view for Android

[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-similarLoadingView-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/6254)
![](https://img.shields.io/github/license/mbakgun/similarLoadingView.svg)
[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](http://twitter.com/share?text=Version+1.0.0+of+similarLoadingView+has+been+released%21+Grab+it+now+from+%23bintray+https%3A%2F%2Fbintray.com%2Fmbakgun%2FsimilarLoadingView%2FsimilarLoadingView%2F1.0.0%21)
---


similarLoadingView

## Implementation

similarLoadingView, is a custom loading view for Android. It is very easy to use and customize. It draws your drawable on canvas with stylish design.

## Gradle
compile 'similar.io.view:similarLoadingView:1.0.0'

## Maven
```xml

similar.io.view
similarLoadingView
1.0.0
pom

```

## Sample App

GooglePlay Link

## Usage
* In XML layout:
```

```

You can find which attributes you can use on xml below

| Attribute | Usage |
| --- | --- |
| app:similar_loadingDrawable | @drawable/your_icon |
| app:similar_animDuration | int millisecond Duration |
| app:similar_cornerRadius | int radius of corners for each sliced image |
| app:similar_maxAlpha | int alpha 0 to Max amount for each animation change |

**v1.0.0**
- Initial release .

## Contact me
Any questions:Please feel free to contribute by pull request, issues or feature requests.
* Email: burak@mbakgun.com
* Linkedin: https://www.linkedin.com/in/mehmet-burak-akgün-90a341a4/

## License

Copyright 2017 Mehmet Burak Akgün

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.