https://github.com/mohakapt/ratingstar-android
A nice-looking new concept for rating bars implemented for Android.
https://github.com/mohakapt/ratingstar-android
android rating rating-stars rating-views
Last synced: 7 months ago
JSON representation
A nice-looking new concept for rating bars implemented for Android.
- Host: GitHub
- URL: https://github.com/mohakapt/ratingstar-android
- Owner: mohakapt
- License: apache-2.0
- Created: 2018-08-17T11:26:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T08:34:26.000Z (about 7 years ago)
- Last Synced: 2025-02-26T16:53:11.891Z (8 months ago)
- Topics: android, rating, rating-stars, rating-views
- Language: Java
- Homepage:
- Size: 781 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rating Star
> A nice-looking new concept for rating bars implemented for Android.
[](https://android-arsenal.com/api?level=17)
[ ](https://bintray.com/mohaka/maven/rating-star/_latestVersion)
[](https://github.com/mohakapt/ratingStar-android/issues)
[](https://github.com/mohakapt/ratingStar-android)The concept looks like a flower with every petal representing a specific rating.
*The idea of this project is originally inspired by this [concept](https://goo.gl/Yn2CCh).*
### Installation
Add This dependency to your module-level gradle file:
```groovy
dependencies {
implementation 'com.github.mohaka:rating-star:0.1.1'
}
```
For an iOS implementation please check this [repository](https://github.com/mohakapt/ratingStar-ios).### Usage
* Please check the example in the source code for more detailed information, or check the table below for a list of available properties.```xml
```
* List of available properties:
|Attribute Name|Default Value|Description|
|---|---|---|
|app:rating|0|The initial rating of the view.|
|app:showNumbers|true|Determines weather to show numbers on the petals of the star.|
|app:starColor|R.attr.primaryColor|The color of the star.|
|app:highlightColor|R.attr.accentColor|The color of highlighted petals of the star.|## Roadmap
The library is still not as elegant as the original concept, so I might work more on adding some animations in my spare time. (But unfortunately since I have another job, I can't give any promises or deadlines).## Contributing
If you encounter a bug or you have a feature in mind please make a pull request and i will merge it as soon as possible, if you can't (for some reason) make a pull request please open an issue and i will happily do respond to it.## Versioning
I use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/mohakapt/ratingStar-android/tags).
I will try to provide release notes with future releases.## License
This project is licensed under the Apache-2.0 license - see the [LICENSE.md](https://github.com/mohakapt/ratingStar-android/blob/master/LICENSE) file for more details.