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
- Host: GitHub
- URL: https://github.com/mbakgun/similarloadingview
- Owner: mbakgun
- License: apache-2.0
- Created: 2017-09-27T21:27:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T13:41:04.000Z (over 8 years ago)
- Last Synced: 2025-04-23T22:55:22.485Z (9 months ago)
- Topics: android, android-library, android-ui, customcomponents, java, library, loading, progress-view
- Language: Java
- Size: 8.61 MB
- Stars: 29
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# similarLoadingView : A stylish loading view for Android
[](https://android-arsenal.com/details/1/6254)

[](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)
---
## 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
## 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.
