Hi all,
To help myself learn Defold I decided to make a simple mobile app. It pulls data from various web sources, parses and summarizes them, then uses GUI elements to display. It works very well.
I’m testing it on Android and have a couple minor oddities that I haven’t been able to find clear documentation on. Perhaps a few hints would get me on my way…
One, I’ve noticed my app on Android doesn’t want to be upgraded, I always have to uninstall and install new when I test each build. I’ve just been copying the .apk to my device and installing it.
Second I’m not sure how to make my app listen to the Android back button. It would be nice for it to detect that and exit cleanly or go to the background. Right now pressing back does nothing. To exit I switch out and then kill/close the app.
Is there a tutorial or documentation about making a well behaved mobile game with common functions like exiting cleanly?
Any hints are greatly appreciated. Thanks!