Hey guys,
I am currently trying to setup leaderboards within my game using the google play game services api. I am wondering how/if I would be able to create a custom display for the leaderboards, as in not showing the Google play default UI but gettin the information from google and displaying the top 10 scores in a list on my app.
Leaderboard
Player 10000
Joe00 9500
In a manner like the above text. Is there any gamenetwork function calls that will send back the users name and their score to populate a list like this? Or do I have to just add a button that will open google plays UI for the leaderboards?
Thank you for your time and sorry if the question is not very well explained, if any further info is required please feel free to ask!