Domanda

Right now I am displaying a SwarmConnect online leaderboard this way:

public void showLeaderboard() {
    SwarmLeaderboard.showLeaderboard(LEADERBOARD_ID);
}

And it displays the below leaderboard:

enter image description here

This is obviously formatted and looks like SwarmConnect and looks nothing like my app during gameplay. Is there any way to customize this leaderboard such as just pulling the values and putting it in a high scores table that I create myself?

È stato utile?

Soluzione

Yes it is possible, not as easy, but possible they give a good example on their page

Check it out here. http://swarmconnect.com/admin/docs/kissthefish

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top