Tags: android
Compat libraries incompatibilities
Navigating the challenges of Android compat libraries, particularly with vector drawables and their unexpected limitations.
Android Things: first look
An introduction to Android Things, Google's IoT platform that brings the Android ecosystem to embedded devices.
Use Apache HTTP Client on Android SDK 23
How to continue using Apache HTTP Client in Android SDK 23 after Google removed it from the platform.
Share code across multiple platforms
Exploring strategies for sharing code between Android and iOS platforms while maintaining native performance and user experience.
RecyclerView basics
An introduction to RecyclerView in Android, covering adapters, view holders, and layout managers for efficient list displays.
Compile FFmpeg for Android
A comprehensive guide to compiling FFmpeg for Android, including building the necessary toolchain and integrating it into your project.
Android: display a Dialog from an AppWidget
A workaround for displaying dialogs from Android AppWidgets, which normally can't show dialogs due to context limitations.
