Skip to main content

Posts

SystemUiHelper

·107 words·1 min
Simplify System UI visibility management across Android API levels using a helper utility that abstracts away version-specific differences for controlling status bar and navigation bar visibility

Palette preview

·467 words·3 mins
Complete guide to using the Android L Palette support library for extracting dominant colors from images and applying them to UI elements dynamically

Philm is now open source

·122 words·1 min
Release of Philm movie collection app to open-source under Apache 2.0 license, featuring experimental MVC architecture and integration with Trakt and TMDB APIs

Measuring Text

·394 words·2 mins
Accurately measure and center text on Canvas using Paint.measureText() and Paint.getTextBounds() methods to determine proper text positioning and dimensions

Colour Matching - Part 2

·1142 words·6 mins
Master advanced color selection algorithms using HSV color space to identify dominant, colorful accent colors and readable text colors from image palettes

New blog... again

·158 words·1 min
Migration from WordPress to Ghost platform to improve site performance and simplify blog management with faster load times and cleaner design

Colour Matching

·631 words·3 mins
Implement dynamic color extraction from images using Median Cut Quantization to create vibrant, contextual app theming similar to iTunes album art matching

(My) Open Source Libraries

·342 words·2 mins
Overview of maintenance plans for Android open-source libraries including ActionBar-PullToRefresh, PhotoView, Android-BitmapCache, and Android-PullToRefresh, with timelines for v1.0 releases and Maven Central publication

Pushing AARs to Maven Central

·563 words·3 mins
Master the process of publishing Android Archive (AAR) libraries to Maven Central Repository using Gradle

ActionBar-PullToRefresh

·205 words·1 min
Explore ActionBar-PullToRefresh, a customizable open-source library that implements Gmail-style pull-to-refresh UI patterns with automatic Action Bar styling for Android apps