سؤال

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?

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top