South Florida’s Xamarin User Group: Composing an App via User Stories

Intro I recently gave a presentation last night on constructing an application out of user story modules. I presented my thesis to an audience of mobile developers. They found the idea to be interesting but ultimately impractical. They argued that a solution could be spread so thin with granular projects that it would be overwhelming …

Clean Architecture: Xamarin.Forms

Intro I have experimented with some architectural ideas for building applications and would like to share my thoughts. Quote Builder I wrote Quote Builder using Clean Architecture. I built the app with the lessons I learned from the last implementation in 2012. This app (Windows Store) has about 10,000 downloads. Clean Architecture I am a disciple of Martin's teachings. …