Archive for the 'Uncategorized' Category

Git and github training

It is time again to get my skills brushed up to new levels. After getting Maven training from Matthew McCullough in the past I knew that git training from him would not disappoint. And since I use github every day and Matthew is THE github online trainer now I thought it should be worth my time to attend. Let’s see how I fared.
Continue reading ‘Git and github training’

Lean in Victoria

I have been interested in Extreme Programming and other agile methods for ages and with that came an interest in startup listening to ThisWeekInStartups, Mixergy, Stanford Enterpreneurial Thought Leadership and other podcasts for a long time. Of course I could not help finding out about the lean startup movement so when I heard that Eric Ries is coming to town I jumped at the chance to hear him speak. Let us see how it went..
Continue reading ‘Lean in Victoria’

Automatically starting the emulator in your Android build

In the beginning writing apps for Android is easy. Then the usual things creep in. You start getting beyond Hello World examples and answers on mailing list, you begin refactoring code and features and you really need to make sure it runs on all platforms. Luckily there are helpers around. For the testing side of things the whole test suite around instrumentation tests is really great (although I wish they used testng and not junit as the base) and now this is finally really well documentation on the site and not just in the samples code somewhere. However if you really want to use these you have to run your build against a device or an emulator (or better both). And thats where the Maven Android Plugin comes in handy.
Continue reading ‘Automatically starting the emulator in your Android build’