我想保存评级栏评级明星的状态?我该怎么做呢? 以及如何获得用户选择的星数?要在textView中显示? 感谢
答案 0 :(得分:0)
来自developer.android.com:
http://developer.android.com/resources/tutorials/views/hello-formstuff.html#RatingBar
此处的其他示例..
http://android-er.blogspot.com/2010/02/ratingbar.html
如果你想自定义RatingBar,例如。显示默认星形以外的其他图像 参考How to create Custom Ratings bar in Android
此示例在用户选择“评分”时显示Toast
消息。
&安培;显然你必须根据你的需要自定义它(正如你所说的想要在TextView中显示它)。
您可以在xml文件中定义TextView
&在评级发生变化时设置其文本属性。