I am learning android and want a sample code or an example for using ratingbar just to display ratings and no onclick events within a listview.
I am fetching the da
try the following code
RatingBar ratingBar = (RatingBar) findviewbyid(R.id.pop_ratingbar); ratingBar.setRating(4.0f);
still if you are facing problem than prefer the following project