this is my first post and i'm here as a newbie developer.
I'm working in a collaboration project for a mobile app and i'm actually stuck with a problem, maybe is something simple for experienced developers but i'm starting now with Xamarin.Forms and MVVM Cross framework with school-only experience.
I have a View Model for a Tabbed Page that will work as a Wrapper for a few pages, i'm actually working with the first and (atm) only page and i need to bind a Observable Collection to a List View.
The problem is that at the moment the List View is located in the single page wrapped inside the Tabbed, but the collection is inside the View Model of the Tabbed Page, i don't know if this is a correct configuration for the result that i want to obtain but i'm trying to work with binding contexts, paths and similar things but i didn't figure it out.
When opening the page i obtain the exception "System.Reflection.TargetInvocationException:** 'Exception has been thrown by the target of an invocation."
Could you please help me?
Thank you in advance.