From 0d2f3e8aed5ca3b0b9950fbfdc7bf7a2fc3a0047 Mon Sep 17 00:00:00 2001 From: Tilman Kranz Date: Wed, 21 Mar 2018 13:20:10 +0100 Subject: [PATCH 1/3] 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. From 52dc2b8d9835272475a5dffd6e444d7e57c78f84 Mon Sep 17 00:00:00 2001 From: Tilman Kranz Date: Wed, 21 Mar 2018 13:31:47 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1d3fff3..9e01cf0 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,13 @@ This is a gradle-based project for Android Studio, tested in Version 3.0.1. It b 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. + +Dependencies +------------ + +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 at JFrog Bintray (https://bintray.com/liballeg/maven). + +Credits +------- + +Elias Pschernig's step-by-step tutorial on using Allegro with Android Studio (https://github.com/liballeg/android). \ No newline at end of file From dfa60c7fe5ef4aa0ae16393190bc546b12a03683 Mon Sep 17 00:00:00 2001 From: Tilman Kranz Date: Wed, 21 Mar 2018 13:32:18 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e01cf0..8088adc 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,9 @@ This project depends on the Allegro game development library (http://liballeg.or Credits ------- -Elias Pschernig's step-by-step tutorial on using Allegro with Android Studio (https://github.com/liballeg/android). \ No newline at end of file +Elias Pschernig's step-by-step tutorial on using Allegro with Android Studio (https://github.com/liballeg/android). + +Author, Questions and Contact +----------------------------- + +Tilman Kranz \ No newline at end of file