android
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,

Jumpstart Firebase @GDG New Delhi
· ☕ 1 min read
Google Developer Group New Delhi, New Delhi, India Abstract Overview and demonstration of firebase and its services. Presentation

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.

Building Apps for Billions @Udacity Community
· ☕ 1 min read
Udacity Community Delhi NCR, New Delhi, India Abstract Deliver the best performance across a range of connections, data plans, and devices. Presentation Event

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.