ANDROID - 使用ListView中的RatingBar在MySQL发送数据

时间:2016-11-29 10:04:24

标签: android listview ratingbar

  

我只是关于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获得明星时如何发送所有评分

参考:

  1. Link 1(我不知道为什么我只需要将所有评级发送到服务器时使用getView()
  2. Link 2(厌倦了为我的应用找到ViewBinder示例)
  3. Link 3
  4. RatingBar的教程在网上非常简洁,所以我需要帮助

0 个答案:

没有答案