I am trying to integrate the StartApp.com SDK into an Android test app.
I need access to the main activities onResume, onBackPressed and onPause function. I thought I could extend the CoronaActivity class and hook in via overrides.
Should this be possible?