AndroidStudio tips and tricks from Android Dev Summit

The more time we spending developing the more efficient we need to be. Knowing tips, tricks and shortcuts will help us develop much faster in the long run.

Recently on Android Dev Summit AndroidTools team make a huge step forward and gave an amazing talk and recap all the tricks we can use. I decided to put them down.

Read More

Efficiency and fun from using ADB Shell, Part 1 - Basics

In this article, I want to show how to use basic adb commands to do things like install, uninstall, copy, clean app that used most often during Android development and testing. This could also be helpful if we want to automate builds on CI server and be sure everything clean and legit.

Read More