android - How to access/report to Game Center from non BaseGameActivity -


I have a loader who responds to the sign in / login to the Google Play Game Center.

Finished after the loader, I start new activity, game activity which I raise not on bassgame activity I want to go, but I need this activity to report and show the score leaderboard.

How can I get from ApiClient to non BaseGameActivity ?

If I BaseGameActivity I get getApiClient () .

Thank you in advance!


Comments