问题
I'm just newbie about Android and sorry if my question is not valuable
i've create a layout like this :
|------------------|
| 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| |
|__________________|
My problem is : how to send all Rating when the RatingBar
already got the star using Button
Reference :
- Link 1 (i don't know why i should use
getView()
when i just need to send all rating into server) - Link 2 (tired to find ViewBinder example for my app)
- Link 3
The tutorial for RatingBar
is so scrimpy on net, so i need help here
来源:https://stackoverflow.com/questions/40862971/android-using-ratingbar-in-listview-to-send-data-at-mysql