I know that Rating bar is not in the list of remoteView compatibile classes, but I saw some widget with a rating bar working fine, how is it possible?
Should I simulate it with some star buttons? Thanks
I solved in a bad way. I put on the widget a button (with a star drawable) for each star in need in the rating bar, then for each button star I give different OnClickListeners that corresponds to the star number. For example, the first star button has the OnclickLister 'firstStarPressed'. In this method the button star drawable is updated to a filled star drawable. I got rid of ugly, but it works