Java action game

broken image
broken image
broken image

GameActivity library dependency to your game's adle file. Include these source files as part of your build process via This AAR contains the Java class thatĪs well as the C and C++ source code, which implements the native features of GameActivity is distributed as an Android Archive Integrated to your game via a C interface. This allows any Android UI element (such as a

broken image

Interface with any other Android UI element. GameActivity offers the following capabilities:Īllowing you to use Android Jetpack Architecture NativeActivity while using JNI code to bridge This Activity with their own Java or Kotlin class to defeat limitations in Point for your game, and also provides the On Android, an Activity serves as the entry GameActivity replaces it as the recommended class for games,Īnd is backwards compatible to API level 16. Note: Prior to Android 12 (API level 31),Ĭlass for games. C++ game to Android by simplifying the process of using critical APIs.įor a sample that integrates GameActivity, see the