# Connections > Hosted, connect-only wallet page with per-platform integration guides (Web, iOS, Android, React Native, Flutter). - [Connections on Android (headless)](https://www.dynamic.xyz/docs/connections/android-headless.md) — Render your own native wallet list with a hidden WebView engine. Connect, sign messages, and sign transactions. No wallet SDK in your app. - [Connections on Android (basic)](https://www.dynamic.xyz/docs/connections/android.md) — Present the hosted Connections page in a Chrome Custom Tab and read the wallet address on your custom URL scheme. - [Connections on Flutter (headless)](https://www.dynamic.xyz/docs/connections/flutter-headless.md) — Render your own native wallet list with a hidden WebViewWidget engine. Connect, sign messages, or send EVM transactions. No wallet SDK in your app. - [Connections on Flutter (basic)](https://www.dynamic.xyz/docs/connections/flutter.md) — Present the hosted Connections page with flutter_web_auth_2 and read the wallet address on your custom URL scheme. - [Connections on iOS (headless)](https://www.dynamic.xyz/docs/connections/ios-headless.md) — Render your own native wallet list with a hidden WKWebView engine. Connect, sign messages, and sign transactions. No wallet SDK in your app. - [Connections on iOS (basic)](https://www.dynamic.xyz/docs/connections/ios.md) — Present the hosted Connections page in an ASWebAuthenticationSession and read the wallet address on your custom URL scheme. - [Connections](https://www.dynamic.xyz/docs/connections/overview.md) — A hosted wallet-connect page you deploy on your own domain. Get a wallet address via redirect, or use headless on native platforms to also sign messages and transactions. - [Connections on React Native](https://www.dynamic.xyz/docs/connections/react-native.md) — Present the hosted Connections page in a web auth session with expo-web-browser, for Expo or bare React Native. - [Connections on the web](https://www.dynamic.xyz/docs/connections/web.md) — Link to the hosted Connections page and read the connected wallet address off your redirect URL. Connect-only on web.