XamaWIN – Phone Number Mask Behavior

Xamawin • zam-ah win | noun A quick, easy to implement enhancement for a Xamarin App that improves performance, appearance, or functionality Behaviors are super easy to make and offer a lot of bang for your buck - I recently wrote how to highlight incomplete fields on an entry while a user completes a form. Let's expand … Continue reading XamaWIN – Phone Number Mask Behavior

Model-View-ViewModel (MVVM) Patterns and Practices Cheat Sheet

I'm a creature of habit. I like my projects in MVVM and I tend to set them up a very particular way. If you've worked with the MVVM pattern before, you probably have your own methodologies, but if you're new to the pattern (here's a quick primer from Microsoft), here are some general rules I … Continue reading Model-View-ViewModel (MVVM) Patterns and Practices Cheat Sheet

XamaWIN – Entry Length Validation Behavior

Xamawin • zam-ah win | noun A quick, easy to implement enhancement for a Xamarin App that improves performance, appearance, or functionality Behaviors are super easy to make and offer a lot of bang for your buck - here's a small example of a behavior I used recently to highlight incomplete/invalid user entry fields: Notice that the … Continue reading XamaWIN – Entry Length Validation Behavior