This is part 2 of the short series of screencasts that demonstrate some common tips and tricks for Android Studio. I’ll show you how to create layout files on the fly, generate xml drawables in seconds and how to generate code to save you tons of time in your day to day development process.
This is the fourth video of a multi part series on Android Studio.
- Part 1 – Getting Started with Android Studio
- Part 2 – Setting up an Emulator
- Part 3 – Tips and Tricks Part 1
- Part 4 – Tips and Tricks Part 2 (this post)
TSM says
Great overview, Donn. Thanks!
Loki says
Nice Share!
No need to remove the “32dp”, just move the cursor to “32dp” and click ‘alt+enter’, choose ‘extract dimension resource’, then tap the resource id.
yelinaung says
Thanks for the video. What’s the keymap you’re using in the video ? Because I see a few shortcuts are different with me
Dave Magill says
Thanks for this, and your chapter in Android Developer Tools also. Both helping me navigate a lot of new territory.
V says
Thanks for the tip&tricks.