| Interface | Description |
|---|---|
| AndroidApplicationBase |
Interface that abstracts the Android application class usages, so that libGDX can be used with a fragment (or with any other
client code)
|
| AndroidAudio | |
| AndroidEventListener |
A listener for special Android events such onActivityResult(...).
|
| AndroidFragmentApplication.Callbacks |
Callbacks interface for letting the fragment interact with the Activitiy, parent fragment or target fragment.
|
| AndroidInput | |
| AndroidWallpaperListener |
Implement this listener in your libGDX application additionally to
ApplicationListener if you want receive live
wallpaper specific events, ex: MyApplication implements ApplicationListener, AndroidWallpaperListener. |
| InputProcessorLW |
| Class | Description |
|---|---|
| AndroidApplication |
An implementation of the
Application interface for Android. |
| AndroidApplicationConfiguration |
Class defining the configuration of an
AndroidApplication. |
| AndroidApplicationLogger |
Default implementation of
ApplicationLogger for android |
| AndroidAudioRecorder |
AudioRecorder implementation for the android system based on AudioRecord |
| AndroidClipboard | |
| AndroidDaydream |
An implementation of the
Application interface for Android. |
| AndroidFileHandle | |
| AndroidFiles | |
| AndroidFragmentApplication |
Implementation of the
AndroidApplicationBase that is based on the Fragment class. |
| AndroidGL20 | |
| AndroidGL30 | |
| AndroidGraphics |
An implementation of
Graphics for Android. |
| AndroidGraphicsLiveWallpaper |
A subclass of
AndroidGraphics specialized for live wallpaper applications. |
| AndroidLiveWallpaper |
An implementation of the
Application interface to be used with an AndroidLiveWallpaperService. |
| AndroidLiveWallpaperService |
An implementation of the
Application interface dedicated for android live wallpapers. |
| AndroidMouseHandler |
Mouse handler for devices running Android >= 3.1.
|
| AndroidMusic | |
| AndroidNet |
Android implementation of the
Net API. |
| AndroidPreferences | |
| AndroidTouchHandler |
Multitouch handler for devices running Android >= 2.0.
|
| AndroidVisibilityListener |
Allows immersive mode support while maintaining compatibility with Android versions before API Level 19 (4.4)
|
| AndroidZipFileHandle | |
| APKExpansionSupport | |
| AsynchronousAndroidAudio |
A performance oriented implementation of the
AndroidAudio interface. |
| AsynchronousSound | |
| DefaultAndroidAudio |
An implementation of the
Audio interface for Android. |
| DefaultAndroidInput | |
| ZipResourceFile | |
| ZipResourceFile.ZipEntryRO |