Reputation: 41
Is there a possibility in LibGDX to call methods in the "AndroidLauncher" class, have tried quite a lot but it does not go. I hope someone can give me an answer.
Bye
Upvotes: 1
Views: 406
Reputation: 20140
Hopefully you're trying to call method of AndroidLauncher class which is in android module.
You can do this by interfacing, try this
https://github.com/libgdx/libgdx/wiki/Interfacing-with-platform-specific-code
Upvotes: 2