From 0d2f3e8aed5ca3b0b9950fbfdc7bf7a2fc3a0047 Mon Sep 17 00:00:00 2001 From: Tilman Kranz Date: Wed, 21 Mar 2018 13:20:10 +0100 Subject: [PATCH] added readme. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1d3fff3 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +Drawing a Yellow Rectangle on Android +------------------------------------- + +This is a gradle-based project for Android Studio, tested in Version 3.0.1. It builds an App "YellowRectangle" providing an activity "DrawYellowRectangle". + +The app, when launched, clears the display and draws a yellow rectangle on a black backdrop. + +The app will exit on the first touch event.