Skip to content

Commit

Permalink
AW docs: add Android WebView 101 talk to README
Browse files Browse the repository at this point in the history
This adds a link to the Chrome University 2019 Android WebView 101 talk
and slide deck.

Bug: 918221
Test: tools/md_browser/md_browser.py
Test: Upload to gerrit > open file > click "gitiles"
Change-Id: I417549de470a1d78a39e6627f505d60a6f095c73
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044617
Auto-Submit: Nate Fischer <ntfschr@chromium.org>
Reviewed-by: Changwan Ryu <changwan@chromium.org>
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#739621}
  • Loading branch information
ntfschr-chromium authored and Commit Bot committed Feb 7, 2020
1 parent fd91ef8 commit fce75c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions android_webview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ sibling layers such as `//chrome/`.
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

If you're a chromium team member or contributor and want to make changes to
Android WebView, please check out [Android WebView 101
(2019)](https://youtu.be/qMvbtcbEkDU) ([public slide
deck](https://docs.google.com/presentation/d/1Nv0fsiU0xtPQPyAWb0FRsjzr9h2nh339-pq7ssWoNQg/edit?usp=sharing))
for an overview of WebView use cases, architecture (single vs. multiprocess,
in-process GPU & Network service, etc.), and development/experimentation/release
process.

## Want to use WebView in an Android app?

Please consult our API documentation and app development guides:
Expand Down

0 comments on commit fce75c9

Please sign in to comment.