Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)

Supporting Game Controllers

Dependencies and prerequisites

  • Android 2.3 (API level 9) or higher.

You should also read

Try it out

Download the sample

ControllerSample.zip

You can greatly enhance the user experience in your game by letting players use their favorite game controllers. The Android framework provides APIs for detecting and processing user input from game controllers.

This class shows how to make your game work consistently with game controllers across different Android API levels (API level 9 and up), and how to enhance the gaming experience for players by supporting multiple controllers simultaneously in your app.

Lessons

Handling Controller Actions
Learn how to handle user input from common input elements on game controllers, including directional pad (D-pad) buttons, gamepad buttons, and joysticks.
Supporting Controllers Across Android Versions
Learn how to make game controllers behave the same across devices running different versions of Android.
Supporting Multiple Game Controllers
Learn how to detect and use multiple game controllers that are simultaneously connected.