Set up Material 3 (Material Design) themes in Android: configure styles.xml, Theme.Material3.DayNight, color attributes, and dynamic colors.
Explore guideLabs
Reproducible
engineering
experiments
Tested environments, procedures, expected output, and the evidence you need to repeat an experiment yourself with confidence.
Real systems. Real results.
Browse by category
Existing library
Results for “Android”
15 matching guides
Build interactive AlertDialog popups in Android with MaterialAlertDialogBuilder: single-choice radio lists, multi-choice checkboxes, and event listeners.
Explore guideConfigure immersive fullscreen Android activities: hide status bar and navigation bar using WindowInsetsControllerCompat in Kotlin and AndroidThemes XML.
Explore guideAdd custom borders and rounded corners to Android TextViews: create shape XML drawables with <stroke>, <solid>, and <corners> tags.
Explore guideFix Android AAPT unbound prefix XML compilation errors: add missing xmlns:android or xmlns:app namespace declarations to root layout elements.
Explore guideMaster ADB shell commands on Android: open interactive shell, execute pm list packages, inspect dumpsys services, capture logcat logs, and run shell scripts.
Explore guideConfigure splash screens in Android 12+: master SplashScreen API, icon dimensions (240x240 dp), windowSplashScreenAnimatedIcon, and theme XML.
Explore guideControl Android background services from command line: execute adb shell am startservice, am start-foreground-service, and am stopservice.
Explore guideAcquire and release Android power wakelocks forcefully from ADB shell: use cmd wakelock acquire, inspect /sys/power/wake_lock, and debug battery drain.
Explore guide