Hello,
i have a XAML Page where the User can fill in some Entry fields. After clicking the "Add-Button" i want to bind the Entries to an Object. BindingContext should be a ViewModel. After the Binding i want to Post the Object to my Webservice. But i don't know how to code this all..
Can somebody help me? Maybe someone have a code example?