我只是关于Android的新手,对不起,如果我的问题没有价值
我创建了这样的布局:
|------------------|
| TextView | ---> Text obtained from server (id 1)
| * * * * * | ---> Rating Bar the value
|------------------| ---> ListView
| TextView | ---> Text obtained from server (id 2)
| * * * * * | ---> Rating Bar the value
|------------------| ---> ListView
| TextView | ---> Text obtained from server (id 3)
| * * * * * | ---> Rating Bar the value
| |
| |Button| |
|__________________|
我的问题是:RatingBar
使用Button
获得明星时如何发送所有评分
参考: