anyone can help me with this leaderboard? I make one game on LibGDX and now I try implement a hight score system, so for that I one leaderboard. I search in differen sites or videos but for nothing :(. I would be very glad if someone could give me a site with tutorials either be one ready implemented.
Asked
Active
Viewed 2,483 times
-2
-
Did you try anything so far to solve your problem? Show your effort first so people might show theirs. Please read [How to Ask](http://stackoverflow.com/help/how-to-ask) and [help](http://stackoverflow.com/help) center as a start. – idstam Dec 26 '14 at 18:18
-
I don't anythink for show.. because I don't find anythink what works? :( – cavaler12345 Dec 26 '14 at 19:14
-
search for shephertz leaderboard, or parse leaderboard – Boldijar Paul Dec 26 '14 at 19:15
-
Don't make your game from different parts of code from different sources. Creating leaderboard with libgdx is quite similar to creating leaderboard without it. Here you should begin https://developers.google.com/games/services/android/leaderboards https://developers.google.com/games/services/common/concepts/leaderboards – nikoliazekter Dec 26 '14 at 19:35
2 Answers
0
Here you can find a step by step tutorial. It is an old post and Google has changed google-play-services since then, but in the comments you will see the respective changes you will need to make.
BTW...it is working for me and once you get working, it will take you less then 5min to integrate it with any other game.

Devester
- 1,183
- 4
- 14
- 41
0
You'll need to run Android platform specific code, here you can find how to do so, then you can use native Android code as usual.

Carlo Espino
- 1,354
- 1
- 15
- 21