# Overview Strada Android is a native adapter for your [Strada](https://strada.hotwired.dev)-enabled web app. It allows you to build native components driven by web-based components that exist in the `WebView`. It's built entirely using standard Android tools and conventions. This library has been in use and tested in the wild since June 2020 in the [HEY Android](https://play.google.com/store/apps/details?id=com.basecamp.hey) app. To understand how Strada works at a high level and see examples of web components working together with native components, see the [online handbook](https://strada.hotwired.dev/handbook/introduction). ## Structure of Your App Strada Android will work with any `WebView`-based Android app, but we only provide instructions for integrating with [turbo-android](https://github.com/hotwired/turbo-android) apps. As part of the [Hotwire](https://hotwired.dev/) family, `strada-android` works seamlessly with your Turbo-powered hybrid apps. We'll walk you through integrating `strada-android` into your app in the [Quick Start Guide](QUICK-START.md) instructions.