Per-App Language Preferences on Android Deep Dive.A deep dive on what changes in the Android code base enabled this.Oct 13, 2023Oct 13, 2023
Resources for Quantum computing from a Computer Scientist perspective.This article will talk about the various resources I have used for learning about Quantum Computing. Starting out learning about Quantum…Jun 25, 2019Jun 25, 2019
Published inProAndroidDevArchitecting Video Playback through a ServiceThere is a common problem in Android of how to quickly and efficiently load and play video. This post talks about one architecture I have…Aug 30, 20184Aug 30, 20184
Espresso NestedScrollView scrolling via Kotlin DelegationA problem I ran across the other day was how to properly scroll a NestedScrollView in an Espresso test. The problem comes from an issue…Aug 22, 20182Aug 22, 20182
If I should let with KotlinThere are a lot of times in Android development where we run across the problem of dealing with a possibly null object. As most of you…Aug 17, 2018Aug 17, 2018