Android Profiling View performance on Android I recently had a situation where I needed to change from LinearLayout to FlexboxLayout. Before I could implement this change I needed to be sure we didn't make the UI slower in any way. In this post I'll describe the process for measuring the
Android Rendering Markdown with Jetpack Compose Most developers are familiar with the Markdown format. We use it for simple README files in our git repos or for writing blog posts. It's a powerful and yet simple
Android Break up the app stores It is time to break up the monopolies of Apple App Store and Google Play Store.
Android Instant Search with Kotlin Coroutines A guide for implementing instant search in an Android application using Kotlin Coroutines, and how to write a test for it.
Android TextureView transforms on Android How to implement and understand the TextureView transformation for getting the camera viewfinder correct on Android, without having full knowledge of complex computer graphics theory.
Android KittyLog - A small logcat utility A tiny and simple utility for Android logcat. Not intended for production use.