Continuing from- http://forums.xamarin.com/discussion/30228/changing-icon-on-toolbar#latest
I have a shopping cart application where users add items to cart. I have the cart image as a image button on the bottom of my form. I want to be able to update the number of items in the cart image when users add/delete items. Would it be possible to add a count drawable on my cart image by using custom renderer for image control?