Tools of the Trade: Unabridged

I gave an unabridged version of my last Android Meetup talk at this year’s YOW Conference. It has been an honour being part of this awesome conference!

~1 min read

Tools of the Trade

Here are the slides to my talk at the Android Meetup tonight.

~1 min read

String formatting and Lint

One piece of advice that we keep hearing over and over is to extract strings into resources. There really is no reason for you to hard code strings in code.

1 min read

A big step

Today was the day.

~1 min read

Stylish Dynamic Layouts

One of the things we are taught in Android is that we should gracefully handle different layouts based on screen sizes. With more and more things being not just screen size-specific but also OS version-specific, this is one thing I think a lot more devs need to pay attention to. Today was my turn to do just that.

2 min read

Using resource IDs in data binding layouts

I have been playing with data binding more and more over the last couple of weeks. This week, it’s all about creating a dialog with stuff dictated by a value from an enum.

2 min read

Snazzy git blaming

Sometimes, you can’t help it. You need to look at what happened in the past to understand what is happening in the present (wow).

1 min read