1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
android_webview / README.md [blame]
# 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).
## Public mailing lists
* [android-webview-dev@chromium.org](https://groups.google.com/a/chromium.org/g/android-webview-dev):
external discussion group for WebView developers and interested community
members.
* [android-webview-reviews@chromium.org](https://groups.google.com/a/chromium.org/g/android-webview-reviews):
subscribe to code reviews affecting Android WebView code.
[1]: https://developer.android.com/reference/android/webkit/package-summary
[2]: https://developer.android.com/reference/androidx/webkit/package-summary