> ## 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.

# Recipes

## General

<CardGroup cols={2}>
  <Card title="Detecting Seeker Users" icon="mobile" href="/recipes/general/detecting-seeker-users">
    Learn how to detect and identify Seeker device users in your app.
  </Card>

  <Card title="Test with any Android Device" icon="vial" href="/recipes/general/test-with-any-android-device">
    Run and test your app on any Android device or emulator.
  </Card>

  <Card title="Publishing from Google Play" icon="google-play" href="/recipes/general/publishing-from-google-play">
    Publish an existing Google Play app on the Solana dApp Store.
  </Card>

  <Card title="Publishing a Web App" icon="globe" href="/recipes/general/publishing-a-web-app">
    Convert a web app into an Android APK for the dApp Store.
  </Card>
</CardGroup>

## Mobile Wallet Adapter

<CardGroup cols={2}>
  <Card title="Caching MWA Authorization" icon="database" href="/recipes/mobile-wallet-adapter/caching-wallet-authorization">
    Persist wallet connections across app sessions with authorization caching.
  </Card>

  <Card title="Migrate to Wallet Standard" icon="arrow-right-arrow-left" href="/recipes/mobile-wallet-adapter/migrating-to-wallet-standard">
    Use Mobile Wallet Adapter as a Wallet Standard compatible wallet.
  </Card>

  <Card title="Local Network Access Permission" icon="shield-check" href="/recipes/mobile-wallet-adapter/local-network-access">
    Handle the browser permission change that affects MWA wallet connections in mobile web apps and PWAs.
  </Card>
</CardGroup>

## Solana Development

<CardGroup cols={2}>
  <Card title="Anchor Integration Guide" icon="anchor" href="/recipes/solana-development/anchor-integration">
    Integrate an Anchor program into your mobile dApp.
  </Card>

  <Card title="Working with Anchor Programs in Kotlin" icon="code" href="/recipes/solana-development/using-anchor-programs">
    Interact with Anchor programs in a native Android app.
  </Card>
</CardGroup>
