This covers the essential patterns for integrating Mapbox Maps SDK v11 into Android apps with both Jetpack Compose and the traditional View system. You get installation steps, basic map initialization, adding markers through point annotations, and showing user location with proper permissions. The code examples are concrete and follow current Mapbox patterns like using Style.STANDARD and the annotation manager API. It's focused on the fundamentals rather than advanced features, so if you're doing route visualization, custom layers, or complex styling, you'll need the official docs. Good for getting a map on screen quickly and understanding the lifecycle management quirks that trip people up.
npx skills add https://github.com/mapbox/mapbox-agent-skills --skill mapbox-android-patterns