Doing Battle with System Updates
For the last couple of days I have had off and on issues with Visual Studio and the Android Virtual Device, AVD, manager. I will get my mobile app running…
A Git Resource Page for Developers
Git is my go to source control management tool. It works no matter what the technology or platform of the project I'm working on involves. I'll be honest. It took…
Branch by Sprint
I ran into a new branching strategy, branch by sprint, this week. I will have to admit it was a new one to me. I've seen branching by environment (dev, test, staging, prod), branching by developer, and branching by feature/user story. I had not considered branching for a sprint. (more…)
Building Screens in Xamarin: XAML vs C#
The Two Roads
Xamarin forms development offers form construction either via XAML mark up or via code. I've been experimenting with both to see what route I would recommend to anyone building cross platform mobile applications with Xamarin.
What I've determined is that, for me, there isn't a clear winner. Both have positives and negatives that pretty much balance out. So in this post I will review each and give my perspective on when one might be more appropriate than the other. My hope is this will give you the information you need to answer for yourself and your scenario which option is the best choice. (more…)