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

# Mobile Development Frameworks

export const FooterDisclaimer = () => {
  return <p className="not-prose mt-16 text-center text-xs text-gray-500 dark:text-gray-400">
      Code samples on this page are subject to the{" "}
      <a className="underline underline-offset-2" href="https://www.apache.org/licenses/LICENSE-2.0">
        Apache 2.0 license
      </a>
      .
    </p>;
};

## Choose a development framework

Although, the Solana Mobile Stack is primarily written in native Android, we also have support for popular mobile development frameworks.

### SDKs

These are SDKs that are maintained by the Solana Mobile team.

<CardGroup cols={2}>
  <Card title="React Native" icon="react" href="/get-started/react-native/installation">
    Quickly start building your mobile dApp with React Native, with access to a
    selection of familiar web libraries.
  </Card>

  <Card title="Kotlin" icon="https://mintcdn.com/solanalabs/kMNOLb20KE24UVGL/images/static/img/kotlin-icon-32.svg?fit=max&auto=format&n=kMNOLb20KE24UVGL&q=85&s=656ac10a52f66aebe68764c98b74da43" href="/get-started/kotlin/installation" width="32" height="32" data-path="images/static/img/kotlin-icon-32.svg">
    Develop a Kotlin Android app to utilize the full capabilities of the Android
    OS and build a performant native experience.
  </Card>
</CardGroup>

### Community SDKs

These SDKs are actively maintained, supported, and used by members and developers of our community. Click to learn more about the capabilities supported by each, the state of development, and how to get started.

<CardGroup cols={3}>
  <Card title="Flutter" icon="flutter" href="/get-started/flutter/overview">
    An actively maintained SDK for building Solana mobile dApps with Flutter.
  </Card>

  <Card title="Unity" icon="unity" href="/get-started/unity/overview">
    Integrate the Solana Mobile stack into your Unity mobile game.
  </Card>

  <Card
    title="Unreal Engine"
    icon={
  <img src="/images/static/img/unreal-logo.png" width={24} height={24} />
}
    href="/get-started/unreal/overview"
  >
    An early stage SDK for integrating Solana Mobile into an Unreal Engine
    mobile game.
  </Card>
</CardGroup>

<FooterDisclaimer />
