Youtube

Changing App Icons at Runtime in Android

In this video, Mukesh Solanki shows how to change the app icon at runtime in Android.

Master SplashScreen API with this Step-by-Step Guide

In this video, Mukesh Solanki dives into the SplashScreen API, offering a complete walkthrough on how to effectively use this feature to create engaging entry points for your users.

Unlock the Power of Android Build Types - Debug, Staging, and Production

In this video, Mukesh Solanki will guide you through the process of implementing Debug, Staging, and Production build types in Android. Learn the ins and outs of setting up different build configurations, optimizing debugging workflows, and ensuring a smooth transition from development to production.

Handling Android crashes gracefully

In this video, we will discuss how to gracefully handle uncaught exceptions in Android and prevent your app from crashing on users. We will be taking a look at how to implement the DefaultUncaughtExceptionHandler