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