native

Game Maker Studio Android Native extension – Input Text

Hi there! Often we need the user to input some text for getting a nickname, age, friend number, any ID, or maybe a promotional code for unlocking some rewards. Well, in these cases we can choose to create a soft keyboard by ourselves, which is a long and tedious process or to show the Android […]

Game Maker Studio Android Native Extension – Close Game Popup

Hello there! Handling the Back Button within your game is really important. Google offers its navigation guidelines, for giving the users always the same experience. Check them here: http://developer.android.com/design/patterns/navigation.html Regarding the back button, it should close any window, message or popup, and it should bring the navigation back until the main menu. Once there, by […]