Android Architecture Clean
Apply clean architecture boundaries, use cases, repositories, and lifecycle-aware presentation models in Android projects.
Android Serialization Offline Sync
Coordinate serialization, caching, conflict handling, and offline-first sync flows in Android apps.
Android Emulator Automation
Use semantic ADB and UIAutomator workflows to inspect, launch, and interact with Android apps from agents.
Android Viewsystem Foundations
Handle XML layouts, ConstraintLayout, Fragments, ViewBinding, DataBinding, and classic Android UI lifecycle patterns.
Android Compose Xml Interoperability
Bridge Compose and the View system safely during incremental migrations, interoperability screens, and shared theming.
Android Rxjava To Coroutines Migration
Migrate Android RxJava code to Kotlin coroutines and Flow with safe lifecycle-aware replacements.
Android Kotlin Core
Use Kotlin idioms safely in Android apps, including nullability, data classes, sealed types, extension functions, and collection pipelines.
Android Compose Accessibility
Make Compose interfaces accessible with semantics, announcements, contrast, focus order, and adaptive touch targets.
Android Security Best Practices
Apply Android app security guidance around secrets, storage, network trust, exported components, and least privilege.
Android Navigation Deeplinks
Handle navigation graphs, back stack behavior, app links, intents, and destination ownership for Android apps.
Android Performance Observability
Measure startup, rendering, memory, jank, vitals, logs, and crash signals for Android apps with actionable traces.
Android Networking Retrofit Okhttp
Build Android networking stacks with Retrofit, OkHttp, interceptors, API contracts, and resilient error handling.
Android Compose Foundations
Build Android UI with Jetpack Compose foundations, layouts, modifiers, theming, and stable component structure.
Android Gradle Build Logic
Shape Android build logic with Gradle, version catalogs, plugins, convention patterns, and toolchain compatibility.
Android Compose Performance
Profile and improve Compose recomposition, layout, scrolling, startup, and rendering performance in Android apps.
Android Compose State Effects
Manage Compose state, remember APIs, side effects, snapshots, and lifecycle-aware collection without leaks or loops.
Android Media Files Sharing
Use modern Android file, media, picker, FileProvider, and share-sheet APIs with minimal permissions.
Android Material3 Design System
Apply Material 3 tokens, color, type, spacing, adaptive components, and theme ownership in Android apps.
Android Gradle Build Performance
Diagnose and improve Android and Gradle build performance with scans, cache checks, and bottleneck audits.
Android Testing Unit
Write fast, focused Android unit tests for reducers, use cases, repositories, and lifecycle-safe state holders.
Android Mobile Frontend Design
Design Android mobile frontend experiences from scratch, improve existing screens, and fix UI issues with brand-forward, localization-safe, overflow-safe guidance across Compose and Views.
Android Ci Cd Release Playstore
Automate Android CI, versioning, signing boundaries, release channels, and Play-ready delivery workflows.
Android Ui States Validation
Review Android UI flows for empty, loading, error, offline, and edge-case behavior before release.
Android Modernization Upgrade
Bring very old Android projects to a current supported baseline with staged upgrades, deprecated API replacement, 16 KB alignment checks, and explicit handoff to specialized skills.
Android State Management
Model screen state, events, reducers, and side effects for Android UIs with predictable lifecycle-aware ownership.
Android Di Hilt
Wire Android dependency injection with Hilt, scopes, testing overrides, and module ownership boundaries.
Android Coroutines Flow
Use coroutines, Flow, structured concurrency, dispatchers, and cancellation-safe Android async pipelines.
Android Permissions Activity Results
Use modern permission requests, Activity Result APIs, and capability-gated UX in Android flows.
Android Coil Compose
Use Coil in Jetpack Compose with AsyncImage, painter variants, sizing, and accessible image loading patterns.
Android Room Database
Model Room entities, DAOs, transactions, migrations, schema exports, and test-safe local persistence.
Android Local Persistence Datastore
Persist lightweight user and app preferences with DataStore, schema-safe models, and migration-aware defaults.
Android Testing Ui
Validate Android UI behavior with Compose UI tests, Espresso-style checks, screenshot assertions, and accessibility verification.
Android Modularization
Design Android repositories with feature, core, and build-logic modules that scale without cyclic dependencies.
Android Workmanager Notifications
Schedule reliable background work, reminders, and notification delivery with WorkManager and Android execution limits.