Package com.badlogic.gdx.backends.android

Interface Summary
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 Summary
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  
AndroidGL10 An implementation of the GL10 interface for Android.
AndroidGL11 An implementation of the GL11 interface for Android
AndroidGL20  
AndroidGraphics An implementation of Graphics for Android.
AndroidGraphicsDaydream An implementation of Graphics for Android.
AndroidGraphicsLiveWallpaper An implementation of Graphics for Android.
AndroidInput  
AndroidInputFactory Class that instantiates AndroidInput or AndroidInputThreePlus depending on the SDK level, via reflection.
AndroidInputThreePlus Subclass of AndroidInput, used on Androd +3.x to get generic motion events for things like gampads/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.
AndroidMultiTouchHandler Multitouch handler for devices running Android >= 2.0.
AndroidMusic  
AndroidNet Android implementation of the Net API.
AndroidPreferences  
AndroidServerSocket Server socket implementation using java.net.ServerSocket.
AndroidSingleTouchHandler Single touch handler for devices running <= 1.6
AndroidSocket Socket implementation using java.net.Socket.
 



Copyright © 2013. All Rights Reserved.