# chromium_android_webview **Repository Path**: chromium_develop/chromium_android_webview ## Basic Information - **Project Name**: chromium_android_webview - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-07 - **Last Updated**: 2022-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android WebView Android WebView is an Android system component for displaying web content. [WebView](https://developer.android.com/reference/android/webkit/WebView) (and the [related Android classes][1]) are implemented by the code in the `//android_webview/` folder. This directory contains the Android WebView implementation, as well as the implementation for the [AndroidX Webkit support library][2]. ## Overview for Chromium team members and contributors Please see [WebView Architecture](/android_webview/docs/architecture.md). ## Want to use WebView in an Android app? Please consult our API documentation and app development guides: * [Android Frameworks classes][1] * [AndroidX Webkit support library][2] * [Development guides](https://developer.android.com/guide/webapps) ## Want to build and install WebView on a device? See our [Chromium developer documentation](docs/README.md). [1]: https://developer.android.com/reference/android/webkit/package-summary [2]: https://developer.android.com/reference/androidx/webkit/package-summary