From 1a2f44ea90156af866be314f2948a611d2c3f129 Mon Sep 17 00:00:00 2001 From: Mahdi Hosseinzadeh Date: Sun, 1 Aug 2021 17:20:46 +0430 Subject: [PATCH] Add a link about testing views Signed-off-by: Mahdi Hosseinzadeh --- piechart/implementation-guides/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/piechart/implementation-guides/README.md b/piechart/implementation-guides/README.md index b42f4b46..a5d8f96a 100644 --- a/piechart/implementation-guides/README.md +++ b/piechart/implementation-guides/README.md @@ -8,3 +8,4 @@ Graphics Gems V. A Collection of Practical Techniques for the Computer Graphics [This video](https://youtu.be/jlKrTTdTCUE) explains the Android canvas in detail For unit testing a custom view see https://stackoverflow.com/q/48965231/8583692 +also see https://android.googlesource.com/platform/cts/+/0ceca29/tests/tests/content/src/android/content/cts/ContextTest.java