kotlin My KotlinConf experience My experience and impressions attending KotlinConf a couple weeks back. And some thoughts on the future of Kotlin.
android Strange bug with long XML files in android. Android XML parsing bug with large resource files - TypedArray.length() returns incorrect count for long XML arrays, solved by reordering array definitions to put references before actual content.
android Integrate a twitter timeline in your android application. Quick tutorial for integrating Twitter timeline into Android app using WebView - 30-minute social feature implementation for BresTram app with embedded Twitter widget and transparent background.
android onLocationChanged is never called on Android Android development troubleshooting: fixing onLocationChanged never being called - the missing requestLocationUpdates() call despite implementing LocationListener interface and having proper permissions.
android About Time to market A cautionary tale about time-to-market - rushing to develop an Android bus schedule app for 150k potential users, only to discover the official transit authority was launching their own app the same week.
xbmc XBMC won't leave me ever again Setting up XBMC media center on old laptop with Samsung TV for Dutch language learning - easy 30-minute installation with automatic metadata downloads, Spotify integration, and Android remote control.
android Llama : Profile activation problems Troubleshooting guide for Llama Android app profile activation issues - fix location-based profile switching problems by enabling "Repeat Event" in Advanced options for more reliable automation.