Posts
All thoughts, opinions, and musings are my own.
-
Hilt Navigation ViewModel is Perfect for Compose
A quick highlight of the Hilt Navigation for Compose library.
-
Android view binding Easy Setup
Super quick startup guide for setting up view binding in Activities.
-
Create Your Own LOGAF Scale for Pull Request Reviews
Easily indicate the priority of your PR review comments with the 'LOGAF' scale.
-
How to Use TalkBack on an Android Emulator
How to use the Android Accessibility Suite to enable the TalkBack screen reader on your Android Emulator.
-
Visualizing Data with Swift Charts
Software UI development is often about visualizing the data available on our devices. A simple chart can communicate so much at a glance.
-
Android ViewModel - Manual Dependency Injection Made Easy
Remove some boiler plate and make manual dependency injection with Android View Models easier with the power of Kotlin extensions.