# Stripe Android SDK Android モバイルアプリで決済体験を構築します。 Stripe Android SDK を使用すると、Android アプリで決済フローを迅速に構築できます。 Stripe は、すぐに使用してユーザーの決済情報を収集できる強力でカスタマイズ可能な UI 要素を提供しています。また、完全にカスタマイズされた体験を構築できるように、UI を支える低レベル API も公開しています。 ![Android アプリで Address Element、Mobile Payment Element、Card Element を使用するアプリの例。](https://b.stripecdn.com/docs-statics-srv/assets/android-landing.0122e3791f7b50c9ce29b6b74576fd28.png) [モバイル Payment Element (推奨)](https://docs.stripe.com/payments/accept-a-payment.md?payment-ui=mobile&platform=android): Stripe の事前構築の PaymentSheet UI を Android アプリの決済フローに実装します。 [Custom Payment Element](https://docs.stripe.com/payments/accept-a-payment.md?payment-ui=mobile&platform=android#android-flowcontroller): PaymentSheet FlowController を使用してカスタムの決済 UI を構築します。 [Card Element (レガシー)](https://docs.stripe.com/payments/card-element.md?platform=android): 独自の決済 UI で基本的なカードフィールドを使用します。 [Address Element](https://docs.stripe.com/elements/address-element.md?platform=android): 顧客の請求先住所と配送先住所を短時間で正確に自動入力します。 [Appearance API](https://docs.stripe.com/elements/appearance-api/mobile.md?platform=android): アプリのデザインに合わせて PaymentSheet の外観をカスタマイズできます。 [Customer Sheet](https://docs.stripe.com/elements/customer-sheet.md?platform=android): 顧客に保存されている支払い方法を管理する事前構築済み UI を表示します。 [Google Pay](https://docs.stripe.com/google-pay.md?platform=android): アプリの決済フローに別個の Google Pay ボタンを追加します。 ## See also - [GitHub の Stripe Android SDK](https://github.com/stripe/stripe-android)