This post explains how you can inject dependencies into Android legacy singletons, or any classes that aren’t conforming to your current Android architecture, using Dagger & Hilt. I’ll cut straight to the chase, if you…
Set Activity Screen Brightness without Permission
I wanted to brighten the screen, but all articles said you needed Android permissions. Codswallop! Here’s how!
build.gradle.kts conversion for Android Studio Empty Activity
Quick blog posting showing you the build.gradle.kts version of the default build.gradle file from the “empty activity” Android Studio template. This post will go stale fast, get it whilst its hot. 🙂 The original templates…
Read more of build.gradle.kts conversion for Android Studio Empty Activity
Android Job Interview – Take-Home Test Cheat Sheet
Learn the steps needed in a typical Android take home test. Giving you the tools and knowledge you need to ace this part of any Android interview process.
Proven Prepping for Easy Android Interviews in 2023
This post aims to demystify some of the steps in a typical Android interview process. We’ll discuss steps, strategies, targets and solutions. Getting you better prepared to get your next Android role. This blog is…
Read more of Proven Prepping for Easy Android Interviews in 2023
Applying a 3rd Party Gradle Plugin as a Composite Plugin
This post shows you how to wrap a 3rd party Gradle plugin in your own plugin, so that you can interactive with it programmatically.
Make a monorepo for your Android projects
This post describes how you can share code between your side projects without code duplication, remote hosting or versioning.