Gaurav Chaddha
Gaurav Chaddha's blog

Gaurav Chaddha's blog

Follow
homenewsletter
Tag

Android

#android

More content

Read more stories on Hashnode


Articles with this tag

Wireless ADB flow for easier development

Apr 16, 20215 min read

This is a guide for wireless adb debugging flow without needing to connect your device to your PC all the time. I’ve included steps and information to...

Wireless ADB flow for easier development

Practical concepts for Coroutines (Part 2)

Jan 30, 20216 min read

This article covers the practical concepts for using coroutines in actual projects, different use-cases that arise, while showing the code in action...

Practical concepts for Coroutines (Part 2)

Practical concepts for Coroutines (Part 1)

Jan 30, 20215 min read

This article covers the practical concepts for using coroutines in actual projects, different use-cases that arise, while showing the code in action...

Practical concepts for Coroutines (Part 1)

Kotlin Coroutines Fundamentals

Oct 23, 20208 min read

The article covers why we need coroutines, it’s fundamental blocks in theory, and then shows them in action (code) to explain the blocks...

Kotlin Coroutines Fundamentals

Practical guide to Dagger 2

Sep 9, 20188 min read

There are plenty of guides around about using Dagger for Dependency Injection on Android. They explain what it is, why it is needed, but miss on...

Practical guide to Dagger 2

Learning android development

Feb 26, 20184 min read

This post is meant for people looking to start android development, and also for people who have covered the basics and now are looking to improve...

Learning android development