What problem does it solve?
This Skill helps you build, review, and debug Android application components correctly so your app is lifecycle-safe, manifest-complete, and ready for production or AOSP integration.
Core Features & Use Cases
- Component implementation: Create or refine Activities, Fragments, Services, BroadcastReceivers, and ContentProviders with Android best practices.
- App wiring and safety: Handle lifecycle transitions, intent flows, runtime permissions, Navigation Component setup, and explicit exported settings.
- Android Automotive and AOSP support: Adapt app code for AAOS targets and integrate it into Gradle or Soong build environments with the right packaging and signing choices.
- Use case: Use this Skill when a car app needs a new screen, a background service, or a manifest fix that must work reliably across Android Studio and AOSP.
Quick Start
Ask the skill to scaffold, review, or debug an Android component for an AAOS app in either Gradle or AOSP, and it will return lifecycle-safe implementation guidance.