Use custom viewers for your data (Android Studio protip #4)

Not all data types display in something useful when showing in the debugger. But you can fix that...
Not all data types display in something useful when showing in the debugger. But you can fix that...
Trying to figure out where a value comes from? Put away the manual debugging kit and take a look at Analyze Data Flow
A little known feature of your IDE: you can copy-paste in stacktraces from anywhere and get them linkified.
Clearing your app's data on device when testing is a huge pain. But there is a nifty plugin that will save you quite some time...
Get the most out of the tools namespace and be a design-time XML Jedi. In this first part, a tale of distress, and Lint attributes.
Learn how to grab a video of your app in action, and convert it to a nice GIF that you can use to brag on social networks (or for PRs…)