commit | b514f9838339395ef0650b29fd240a1352f7d8bb | [log] [tgz] |
---|---|---|
author | Matthew Jones <[email protected]> | Thu May 30 17:49:18 2019 |
committer | Commit Bot <[email protected]> | Thu May 30 17:49:18 2019 |
tree | fe0a35b978a03f25b2db5a3fc54730fe4eb256d7 | |
parent | 99b15fe4e994592b716ad6345b0195ea779df79b [diff] [blame] |
Add tutorial for simple MVC lists Change-Id: I2a049b3c8ad7ed50b478d6ba2f8aded22544a307 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628989 Reviewed-by: Theresa <[email protected]> Commit-Queue: Matthew Jones <[email protected]> Cr-Commit-Position: refs/heads/master@{#664796}
diff --git a/docs/ui/android/mvc_architecture_tutorial.md b/docs/ui/android/mvc_architecture_tutorial.md index f05183d..dfd06e5 100644 --- a/docs/ui/android/mvc_architecture_tutorial.md +++ b/docs/ui/android/mvc_architecture_tutorial.md
@@ -6,6 +6,7 @@ For this example, we’ll be implementing a simple progress bar; a rectangle that changes length based on the loading state of the underlying webpage. #### Additional Resources +[Simple MVC lists](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/ui/android/mvc_simple_list_tutorial.md) [Testing MVC primer doc](https://docs.google.com/document/d/1Mel7f4lE_osFjnttkxu1wcUf_k9CmIzPv6oxwCw9tx4/edit#) #### File Structure