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
My notes on Android optimization. Part 2. Quick example of benchmarking Kotin regular expressions Post date September 7, 2024 Post author By Tristan Elliott Post categories In android, Kotlin, mobile, trista
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
Neural networks in C++ from scratch. Definitions Post date September 9, 2021 Post author By Tristan Elliott Post categories In ai, computerscience, cpp
Game setup in C++. add() and remove() methods Post date September 2, 2021 Post author By Tristan Elliott Post categories In computerscience, cpp
I want to build an Operating System!! Post date July 19, 2021 Post author By Tristan Elliott Post categories In computerscience, operatingsystem
Java Quickies. Singleton Pattern Post date July 3, 2021 Post author By Tristan Elliott Post categories In beginners, java
A light introduction to the Android intent system Post date July 1, 2021 Post author By Tristan Elliott Post categories In android, beginners, java
Java Quickies. Arrays, Lists and ArrayLists Post date May 26, 2021 Post author By Tristan Elliott Post categories In beginners, java