KtxApplicationAdapter
Wrapping interface around com.badlogic.gdx.ApplicationListener. Provides no-op implementations of all methods, making them optional to implement.
Explicitly extends the Disposable interface, matching the ApplicationListener.dispose method, which allows to leverage Disposable utilities.