I bound my listview using mvvm logic but I need edit item and add new item actions. What is the best way to do it without navigating to another page? On WPF i have achieved this using a popup with a contentcontrol but I cant find any sample with xamarin.forms.
thanks.