Android Custom RatingBar Example

android.widget.RatingBar is used to represent rating bar in android applation. It is subclass of android.widget.ProgressBar, so it behaves similar with ProgressBar. This article will tell you how to use RatingBar in android, it also show you example about how to customize RatingBar background, stars and it’s behaviour.