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

# Android Support

> Discover Particle Network's SDKs for Android development.

## SDKs with Android Support

Particle Network offers **extensive support for Android applications** through SDKs built with Kotlin.

While the configuration and interaction process deviates somewhat from the standard web SDKs, Android is **actively maintained as a primary platform** across every SDK that Particle offers: **Particle Auth**, **Particle Connect**, **Particle Wallet**, and **Particle's AA SDK**. For each, you can find a comprehensive rundown of the installation, configuration, and utilization process via the cards below.

***

<CardGroup cols={2}>
  <Card title="Particle Auth" href="/api-reference/auth/mobile-sdks/android">
    Interacting with Particle Auth on Android using Kotlin.
  </Card>

  <Card title="Particle Connect" href="/api-reference/connect/mobile/android">
    Integrating Particle Connect on Android using Kotlin.
  </Card>

  <Card title="Particle Wallet" href="/api-reference/wallet/mobile/android">
    Using Particle Wallet within Android applications.
  </Card>

  <Card title="Account Abstraction" href="/api-reference/aa/sdks/mobile/android">
    Implementing account abstraction within Android applications.
  </Card>
</CardGroup>
