This folder contains sample projects demonstrating the use of various aspects of the Android Game Development Kit (AGDK).
agdktunnel/
AGDKTunnel - An example game derived from the NDK 'Endless Tunnel' sample that demonstrates integration of the AGDK libraries.game_controller/gameactivity
Game Controller sample - A sample demonstrating use of the Game Controller library using the GameActivity library. Useful for visualizing how a paired controller interacts on your device.game_controller/nativeactivity
Game Controller sample - A sample demonstrating use of the Game Controller library using NativeActivity. Useful for visualizing how a paired controller interacts on your device.
(requires Microsoft Visual Studio)
agde/AssemblyCode-Link-Objects
- An example of using linked assembly in AGDE.agde/endlesstunnel
- A version of the NDK sample Endless Tunnel as a AGDE project.agde/HelloJNI
- A minimal hello world JNI example.agde/Teapot
- An example of a multiplatform project that has build targets for both Android and Microsoft Windows.