Hiding the Android Activity icon in Xamarin Forms
In my previous post, I introduced a simple demo app that used the Stack Navigation Pattern. This is a standard pattern frequently used on all phone platforms to present hierarchically […]
Built-in Text and Font Styles in Xamarin Forms
Xamarin Forms provides a great foundation for building cross-platform native mobile applications. It eliminates a lot of mundane platform-specific work that would otherwise need to be done multiple times (and […]
Keith’s List
I am a huge believer in ongoing education. In fact, I regularly enroll and complete university MOOC courses that have nothing to do with software engineering (currently enrolled in 2 […]
Atlanta Code Camp Registration
Attendee registration is now open for the 2014 Atlanta Code Camp: https://atlcc2014.eventbrite.com Code Camp is your opportunity to join other like-minded developers from Atlanta and the greater southeast region […]
Atlanta Code Camp 2014
I’ve been getting plugged back in to the regional developer events this year, and committed to helping with this year’s Code Camp. It’s impressive how much the group has improved […]
What did he just say? – a cheat-sheet for the Build2014 Day-1 Keynote
dt { margin-top: 1em; } dd { margin-top: 0.5em; margin-bottom: 1em; } p.quote { font-size: 150%; margin-left: auto; margin-right: auto; margin-top: 1em; margin-bottom: 2.5em; width: 24em; font-style: italic; } p.quote […]
Breaking Radio Silence
My coworkers at Wintellect have reminded me that it’s been a really long time since I’ve posted an entry to my weblog. About two and a half years actually. That’s […]
Sharing code between Silverlight and WPF using Build Targets
It’s no secret that Silverlight and WPF share a lot in common, primarily a result of their shared CLR Framework heritage. I have noticed a considerable increase in the number […]
Wildcard inclusions in C# project files
One of the projects I am working on as of late involves hosting a DLR language (IronPython) in a managed application. Our application has dual build targets – one for […]