added readme.

This commit is contained in:
Tilman Kranz 2018-03-21 13:20:10 +01:00
parent 65db95bb91
commit 0d2f3e8aed

8
README.md Normal file
View File

@ -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.