← Back to notebook index

Notebook Topic

Xcode Android Studio

English topic guide inspired by the original iOS Developer Notebook, expanded for both iOS and Android teams.

What this topic covers

Execution checklist

iOS implementation notes

Android implementation notes

Code examples

Swift

// Xcode launch argument for staging API
// Edit Scheme > Arguments Passed On Launch: -apiBaseURL https://staging.example.com

Kotlin

// Android Studio Build Variant usage
// Use "staging" buildType with matching applicationIdSuffix for QA installs.

Reference links

Related topics