yellow-rectangle-android/README.md

32 lines
946 B
Markdown
Raw Normal View History

2018-03-21 13:20:10 +01:00
Drawing a Yellow Rectangle on Android
-------------------------------------
2018-03-23 22:30:54 +01:00
This is a gradle-based project for Android Studio, tested in Version 3.0.1.
It builds an App "YellowRectangle" providing an activity "DrawYellowRectangle".
2018-03-21 13:20:10 +01:00
2018-03-23 22:30:54 +01:00
When launched, the app clears draws a yellow rectangle on a black backdrop.
2018-03-21 13:20:10 +01:00
The app will exit on the first touch event.
2018-03-21 13:31:47 +01:00
Dependencies
------------
2018-03-23 22:30:54 +01:00
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).
2018-03-21 13:31:47 +01:00
Credits
-------
2018-03-23 22:30:54 +01:00
Elias Pschernig's AAR distribution of Allegro and his step-by-step tutorial on using
it with Android Studio (https://github.com/liballeg/android).
2018-03-21 13:32:18 +01:00
2018-03-23 22:30:54 +01:00
See Also
--------
2018-03-21 13:32:18 +01:00
2018-03-23 22:30:54 +01:00
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>.