I'm a PHP developer, and I'm learning C# and Xamarin.Forms in the last months.
I'm halfway through the development of a App and (although I'm working around it) kinda needed a way to do an ajax-like reload on a UI Element, let me explain:
I have this form with a Picker, which has 2 possible values. I need this to happen:
If value 1 is selected, another Picker appears in the form; if value 2 is selected, a new Entry appears in the Form.
In PHP I would do use ajax to load another file into a div onchange. There's a way to do it in XForms? If not, there's a better way to do it?