I want to use BaseGameActivity from the games examples:
but my game activity has to extend from another framework's activity class. Is there an implementation of BaseGameActivity factored out into a separate class so I don't have to have my activity inherit from it?
Thanks