# Address Element

Use the Address Element to collect complete billing and shipping addresses for in-app integrations.

# Android


The Address Element is an embeddable UI component for accepting complete addresses. Use it to collect shipping addresses, or when you need a complete billing address, such as for tax purposes.

Features include:

- **Global support**: Support 236 regional address formats, including right-to-left address formats
- **Autocomplete**: Decrease checkout time, reduce validation errors, and increase checkout conversion with built-in address autocomplete
- **Prefill saved addresses**: Prefill addresses at page load when you already have an address saved for your customer
- **Customized appearance**: Customize the Address Element to match your app design with the [mobile Appearance API](https://docs.stripe.com/elements/appearance-api/mobile.md?platform=android)
- **Seamless Payment Element integration**: Present the Address Element with `AddressLauncher`, receive the completed `AddressDetails`, and pass it to the Payment Element as shipping details
- **Support for any device**: Available for web, iOS, Android, and React Native mobile SDKs
![Examples of a checkout process where a user selects the Add Shipping Address option. Then they're taken to a new screen to add their shipping address into a form. As they type in their address, auto-complete suggestions are presented for them to choose from.](https://b.stripecdn.com/docs-statics-srv/assets/android-overview.414fc754c90afc0ec42840299c12022d.png)

## Start with a guide

[Collect addresses](https://docs.stripe.com/payments/mobile/collect-addresses.md?payment-ui=mobile&platform=android)

