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.

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.

Update Dependencies-Code-Repeat
· โ˜• 6 min read · โœ๏ธ Nishant
Agree or not agree, but on an average consensus pretty much every android dev goes through the loop of Update Dependencies.Code.Repeat. for each of his/her android project.

Guide to publishing your Android Library via JitPack
· โ˜• 4 min read · โœ๏ธ Nishant
Ok so you already know how to build your android library and publish it to JCenter/MavenCentral. This post is third in parts of a series.

Guide to publishing your Android Library via MavenCentral
· โ˜• 4 min read · โœ๏ธ Nishant
If you come from the java world, you would already be knowing about MavenCentral in a big way. MavenCentral is the central repository which hosts all the maven artifacts and one can reference them from anywhere in the world.

Guide to publishing your Android Library via Jcenter/Bintray
· โ˜• 6 min read · โœ๏ธ Nishant
NOTE: Jcenter has been sunset. It is encouraged to publish to MavenCentral. You checkout the other guide: Guide to publishing your Android Library via MavenCentral

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.

The curious case of dependency conflicts
· โ˜• 6 min read · โœ๏ธ Nishant
If I were to ask a question to a room filled with android developers “How many of you have been in that place of sheer helplessness and panic when your gradle build fails because of a version conflict in dependencies?