I have an app where user can add shopping items to cart from the listview. I also have a shopping cart image on toolbar. I want to overlay a label on top of that image and update it with the number of items user has added. Is this possible to do in shared project? If not then can I achieve this with custom renderer?
This is really important for the app and any help is very appreciated!