I am new to developing applications for xamarin, I have a few questions:
- Is it possible to call a specific platform page from the Xamarin.Form page?
- Can I navigate pages from a view model?
Let me explain clearly.
I have an XFView.xaml , XFView.xaml.cs and XFViewModel.cs in a PCL project (Xamarin.Forms) from XFView.xaml.cs or XFViewModel.cs I want to call the MAActivity.cs page, which is present in the Xamarin.Andriod project
I tried a lot, but had no idea.
source share