From fb625d0798167e57e1b7417ede41e98c8170b7ed Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Tue, 27 Dec 2016 09:24:23 -0800 Subject: [PATCH] Add link to the Android sample. We got a question https://github.com/GoogleCloudPlatform/java-docs-samples/issues/469 about using this sample code in an Android application. We should mention the Android samples whereever we have them. (I think this will become even more important when we add Google Cloud client library samples since I don't think Android is supported for those libraries) --- vision/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vision/README.md b/vision/README.md index d44cc276d17..e59d214c859 100644 --- a/vision/README.md +++ b/vision/README.md @@ -2,6 +2,8 @@ This directory contains [Cloud Vision API](https://cloud.google.com/vision/) Java samples. +For Android samples, check out the [mobile samples](https://cloud.google.com/vision/docs/samples#mobile_platform_examples) for the Cloud Vision API. ([Source code for Android sample](https://github.com/GoogleCloudPlatform/cloud-vision/tree/master/android)) + ## Prerequisites ### Download Maven