App to draw a yellow rectangle on an Android device.
Go to file
Tilman Kranz 849a37f987 Update README.md 2018-03-26 08:14:37 +02:00
.idea target api 27 2018-03-22 00:49:30 +01:00
app reduced minSdkVersion to 15 2018-03-23 22:54:17 +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
README.md Update README.md 2018-03-26 08:14:37 +02: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
settings.gradle initial commit. 2018-03-21 12:28:13 +01:00

README.md

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

When launched, the app draws a yellow rectangle on a black backdrop.

The app will exit on the first touch event.

Dependencies

The minimum required version of Android is 4.0.3 (Ice Cream Sandwich MR1).

This project depends on the Allegro game development library (http://liballeg.org); the dependency is automatically resolved by Android Studio using the Maven AAR distribution of Allegro (https://bintray.com/liballeg/maven).

Credits

Elias Pschernig's AAR distribution of Allegro and his step-by-step tutorial on using it with Android Studio (https://github.com/liballeg/android).

See Also

Website of this project: http://tk-sls.de/wp/5082

Copying

Released into the Public Domain on Mar 23rd 2018 by Tilman Kranz t.kranz@tk-sls.de.