App to draw a yellow rectangle on an Android device.
Go to file
2018-03-21 13:20:10 +01:00
.idea initial commit. 2018-03-21 12:28:13 +01:00
app initial commit. 2018-03-21 12:28:13 +01:00
gradle/wrapper initial commit. 2018-03-21 12:28:13 +01:00
.gitignore initial commit. 2018-03-21 12:28:13 +01:00
build.gradle initial commit. 2018-03-21 12:28:13 +01:00
gradle.properties initial commit. 2018-03-21 12:28:13 +01:00
gradlew initial commit. 2018-03-21 12:28:13 +01:00
gradlew.bat initial commit. 2018-03-21 12:28:13 +01:00
README.md added readme. 2018-03-21 13:20:10 +01:00
settings.gradle initial commit. 2018-03-21 12:28:13 +01:00

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.