> ## Documentation Index
> Fetch the complete documentation index at: https://docs.choicely.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Choicely Mobile SDK Documentation

> Build powerful mobile apps with Choicely's native Android and iOS SDKs

## Welcome to Choicely Mobile SDK

The Choicely Mobile SDK enables you to build feature-rich, interactive mobile applications with real-time updates, in-app purchases, maps, ads, and more. Get started in minutes with our comprehensive guides for Android and iOS.

## Steps to build and launch your app with Choicely

1. Create your app in [Choicely Studio](https://studio.choicely.com) using our drag and drop interface.
2. Bring the app features from Choicely Studio into your code, and customize your app freely with Choicely SDK. Follow the Quick Start guides for [Android](/android/quick-start) or [iOS](/ios/quick-start).
3. You are ready to launch.

## Get Started

Choose your platform and start building your app today.

<CardGroup cols={2}>
  <Card title="Android SDK" icon="android" href="/android/quick-start">
    Set up the Choicely Android SDK with Java or Kotlin
  </Card>

  <Card title="iOS SDK" icon="apple" href="/ios/quick-start">
    Integrate Choicely iOS SDK with SwiftUI or UIKit
  </Card>
</CardGroup>

## Core Features

Explore the powerful features available in the Choicely SDK.

<CardGroup cols={2}>
  <Card title="Firebase Integration" icon="fire" href="/android/firebase">
    Push notifications, realtime updates, and social login
  </Card>

  <Card title="Maps" icon="map" href="/android/map">
    Integrate Google Maps for location-based features
  </Card>

  <Card title="In-App Purchases" icon="shop" href="/android/shop">
    Monetize with subscriptions and in-app purchases
  </Card>

  <Card title="Advertising" icon="bullhorn" href="/android/ad">
    Integrate Google AdMob for ad revenue
  </Card>
</CardGroup>

## Setup Guides

Essential setup guides for third-party integrations.

<CardGroup cols={3}>
  <Card title="Firebase Setup" icon="fire" href="/resources/firebase-project">
    Configure Firebase for your project
  </Card>

  <Card title="Maps API Key" icon="key" href="/resources/map-api">
    Create Google Maps API credentials
  </Card>

  <Card title="Store Configuration" icon="store" href="/resources/store-setup">
    Set up Google Play Store service account
  </Card>
</CardGroup>

## Advanced Customization

Take full control of your app's UI and behavior.

<CardGroup cols={3}>
  <Card title="Android Advanced" icon="code" href="/android-advanced/custom-splash">
    Create custom splash screens and fragments
  </Card>

  <Card title="iOS Advanced" icon="mobile" href="/ios-advanced/custom-view">
    Build custom view controllers and UI components
  </Card>

  <Card title="React Native" icon="react" href="/react-native/quick-start">
    Embed React Native components in your Choicely app
  </Card>
</CardGroup>

## Need Help?

<Card title="Visit Choicely Studio" icon="rocket" href="https://studio.choicely.com" horizontal>
  Access the Choicely app builder, get your app key, and manage your projects.
</Card>
