Display google play leaderboard and achievement within a container

I am using google play’s leaderboard and achievement pages, right now, when I call gameNetwork.show(“leaderboard”), the whole screen switches to the leaderboard display from google, and I am wondering if I can add some tabs at the top or bottom, so it would be more seamless integration with my game’s overall feel, for example, I have a tab bar that controls the switch of leaderboard, achievements, and maybe a tab for going back to some of other screens of my game, with the rest of space displaying google play’s contents.  So far I seem to have trouble to get that to work. Is it possible to do? I will really appreciate any suggestions on how to achieve that effect.

Thanks.

I don’t think you have any control over what Google outputs.  You of course could fetch the scores and achievements by hand and draw your own.

Rob

What APIs I can use to fetch the achievements and leaderboards by hand? The API documentation seems kind of scarce.

It’s under gameNetwork.request() on the plugin page:

http://docs.coronalabs.com/plugin/gameNetwork-google/request.html

I don’t think you have any control over what Google outputs.  You of course could fetch the scores and achievements by hand and draw your own.

Rob

What APIs I can use to fetch the achievements and leaderboards by hand? The API documentation seems kind of scarce.

It’s under gameNetwork.request() on the plugin page:

http://docs.coronalabs.com/plugin/gameNetwork-google/request.html