I cannot seem to find an answer anywhere else, so I am asking here hoping that someone would know.
With google leaderboard, I need it to sort by both high score and fastest completion time, is this possible?
example:
Player: Sally Score: 50 Time: 1:12:00
Player: Mike Score: 50 Time: 1:15:00
Player: Don Score: 50 Time: 2:22:00
I am currently do this using my own table and code with my website MySQL, but wanted to move to google play services leaderboard if it can do this.
Thank you.
off-topic: I think the confusion is that I was not asking how to code anything, I was asking if it was possible (if anyone knew of a way), using the google play services leaderboard, to have a leaderboard that sorts by not just a high score or fastest time, but both on the same leaderboard as in my example. I asked this in the google developer forum, and they suggested I ask here, go figure....