Guys,
I'm using a ranking stars system found on this github repo: https://github.com/nishanil/Xamarin.Forms-Samples
I would like to implement a simple function where I can set the ranking stars by giving a double value to a function (i.g. SetRanking(double value);)
Preferable I would like to bind the ranking to the viewModel property
Any thoughts?