Search code examples
javaandroidleaderboard

Customizing Swarm Connect leaderboard


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?


Solution

  • 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