I am new to Xamarin Forms. I have a Page which has a button "Choose item". On button click, it will open a new page containing a listview of items.
On clicking a particular item, I want :
1. Go back to previous page
2. Get the selected item.
I am not able to find any solution. Please help.