From 8bbe22587f9d7ab8fa6306afe61591841962be5e Mon Sep 17 00:00:00 2001 From: Andrew Liu Date: Wed, 5 Apr 2017 02:00:57 -0400 Subject: [PATCH] Add blurb about sample code --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 305973b..40c3611 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,12 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) { } ``` +### Example Project + +This repository contains an example project that demonstrates basic usage of +this library. It is a single activity that writes data for the left hand tapping +test to a centralized test spreadsheet. + ## Updating the Library The recommended way of importing this library is as an `aar` file. Therefore,