how to read and display rating bar value
i[0] // should be selected value private OnClickListener onclickbutton1 = new OnClickListener() { public void onCli
RatingBar rate = (RatingBar)findViewById(R.id.R_rate); //use ratings within event listner code block float rating = rate.getRating();