Pass a single boolean from an Android App to a libgdx game
- by Doug Henning
I'm writing an Android application that needs to pass a single boolean into an Android game that I am also writing. The idea is that the user does something in the App which will affect how the game operates.
This is tricky with LIBGDX since I need to get the bool value into the Java files of the game, but of course, you can't call Android…