Matrix multiplication in C++ Post date October 5, 2024 Post author By Tristan Elliott Post categories In android, cpp, mobile, tristan
Quick and easy custom Jetpack compose checkbox Post date September 10, 2024 Post author By Tristan Elliott Post categories In android, Kotlin, mobile, tristan
My notes on Android optimization. Part 2. Quick example of benchmarking Kotin regular expressions Post date September 8, 2024 Post author By Tristan Elliott Post categories In android, Kotlin, mobile, tristan
Getting the height of Android device independent of pixel densities Post date July 18, 2024 Post author By Tristan Elliott Post categories In android, Kotlin, mobile, tristan
Adding subscriptions to your Android app. Part 2. Busy work Post date March 10, 2023 Post author By Tristan Elliott Post categories In android, Kotlin, mobile, tristan
Writing cleaner Jetpack Compose code with the Twitter Compose Ruleset Post date February 11, 2023 Post author By Tristan Elliott Post categories In android, Kotlin, mobile, tristan
Reverse engineering Mockito. Part 2. Dynamic dependency injection Post date April 25, 2022 Post author By Tristan Elliott Post categories In java, tristan, tutorial, webdev
Java Quickies. Streams and Lambda expressions Post date March 4, 2022 Post author By DEV Community Post categories In java, tristan, tutorial