tools
Do you like to ADB?
· β˜• 10 min read · ✍️ Nishant
Lets face it we all have been there , trying to fiddle with managing our emulators and dev devices. And at max we would do is try to manually manage it.

Mastering Tools for Android @GDG New Delhi
· β˜• 1 min read
Google Developer Group New Delhi, New Delhi, India Abstract Learn about how you can master various tools in Android to become an efficient and productive Android Dev,

Whats in the APK?
· β˜• 6 min read · ✍️ Nishant
If I give you the code of an android app and ask you to provide me information regarding the android app like minSdkVersion, targetSdkVersion, permissions, configurations, almost anyone who knows how to code an android app would provide it to me in a few minutes.

Fun Project : Javadoc-Themer
· β˜• 1 min read · ✍️ Nishant
I am pretty sure you would agree to the fact that the usual javadoc is not a something everyone likes. The colors are what makes it superrrrrrr boring.

Meet JACK & JILL , Android’s experimental toolchain
· β˜• 3 min read · ✍️ Nishant
JACK & JILL are part of the new tool chain for android and in the words of Android Developer Blog they are designed to improve build times and simplify development by reducing dependencies on other tools

Life without wires : ADB over WiFi
· β˜• 3 min read · ✍️ Nishant
Tired of being tied to your laptop/desktop while debugging your android apps ? Well let me break it to you – You are NOT the FIRST person bugged by this issues.