| 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)
|
| 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.
|
| AndroidTouchHandler | |
| AndroidWallpaperListener |
Implement this listener in your libGDX application additionally to
ApplicationListener if you want receive live
wallpaper specific events, ex: MyApplication implements ApplicationListener, AndroidWallpaperListener
Notice! This callbacks will work only if app is running as android live wallpaper: you have to link application with
AndroidLiveWallpaperService from in gdx-android-backend
Notice libGDX developers! If you do not like android specific classes in gdx backend, you can rename this class to for example:
com.badlogic.gdx.WallpaperListener so it will be 'generic' and not 'android specific', but besides of point of view the fact is
that live wallpapers are available only on android devices so far. |
| InputProcessorLW |
| Class | Description |
|---|---|
| AndroidApplication |
An implementation of the
Application interface for Android. |
| AndroidApplicationConfiguration |
Class defining the configuration of an
AndroidApplication. |
| AndroidAudio |
An implementation of the
Audio interface 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. |
| AndroidInput | |
| AndroidInputFactory |
Class that instantiates AndroidInput or AndroidInputThreePlus depending on the SDK level, via reflection.
|
| AndroidInputThreePlus |
Subclass of AndroidInput, used on Android +3.x to get generic motion events for things like gamepads/joysticks and so on.
|
| 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.
|
| AndroidMultiTouchHandler |
Multitouch handler for devices running Android >= 2.0.
|
| AndroidMusic | |
| AndroidNet |
Android implementation of the
Net API. |
| AndroidPreferences | |
| AndroidVisibilityListener |
Allows immersive mode support while maintaining compatibility with Android versions before API Level 19 (4.4)
|
| AndroidZipFileHandle | |
| APKExpansionSupport | |
| ZipResourceFile | |
| ZipResourceFile.ZipEntryRO |
Copyright © 2016. All rights reserved.