How to give rating in listview
I am doing listview with multiple choice,(this listview is not a customized) and more i want to include rating option to my listview. i googled, but i dint get any proper solution. can anyone give me a suggestion开发者_如何学Python for how to do this process.
Include a RatingBar widget inside your custom row layouts.
Yes you need to include RatingBar widget inside each row. You can see the example here. I think this is what you want.
精彩评论