Public Android projects using Android Studio.
Go to file
James Skemp 23012b1879 Deleted Hex Tile Testing project, as it is now a repo by itself. 2015-07-09 19:22:49 -05:00
BluetoothTesting Added basic functionality to check for Bluetooth, and enable/disable it. 2014-10-04 21:07:04 -05:00
CanyonBunny Trying to figure out why the head moves one to the left the first time you load the game and do nothing. 2015-03-14 21:17:26 -05:00
Drop Updated readme as I've done the extended tutorial as well. 2015-03-13 22:53:28 -05:00
FirstLibGdxGame Implemented a base scene and support the back button when playing a game. 2015-03-05 12:54:25 -06:00
FirstOpenGLProject Puck now slowed down as it moves or hits the sides of the table. 2015-02-22 21:49:35 -06:00
GridLayoutTesting Was doing some sort of tweaks to GridLayout testing. Forgot now. 2015-02-20 10:19:32 -06:00
LibGDXToolsApp libGDX Tools example project now correctly packages into an atlas. 2015-03-25 18:22:50 -05:00
MyFirstApp Message now displayed on second page of application. 2014-10-03 21:19:22 -05:00
TiledExample Updated tile example project to use an atlas instead of individual files. libGDX forums rock. 2015-03-25 18:25:08 -05:00
XMLTesting Older, in progress, parsing updates. 2015-02-20 10:27:54 -06:00
README.md Update README with information about projects. 2015-02-22 21:56:30 -06:00

README.md

AndroidStudioProjectsPublic

Public Android projects using Android Studio.

Of special note is the FirstOpenGLProject, which is me following along with the absolutely excellent OpenGL ES 2 for Android: A Quick-Start Guide, by Kevin Brothaler. Buy this book if you have any interest in learning OpenGL 2 for Android.