Android RatingBar ExampleAndroid RatingBar can be used to get the rating from the user. The Rating returns a floating-point number. It may be 2.0, 3.5, 4.0 etc. Android RatingBar displays the rating in stars. Android RatingBar is the subclass of AbsSeekBar class. The getRating() method of android RatingBar class returns the rating number. Android RatingBar ExampleLet's see the simple example of rating bar in android. activity_main.xmlDrag the RatingBar and Button from the pallete, now the activity_main.xml file will like this: File: activity_main.xml Activity classLet's write the code to display the rating of the user. File: MainActivity.java Output:Next TopicAndroid WebView Example |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India