'How do I create a leaderboard from the stats in my Firebase Realtime Database?

I want to create a leaderboard in my app. The leaderboard should show the 10 best users who have the most high scores. My Firebase database looks like this:

Firebase Database:

Firebase Database

I have already created an activity with 10 TextViews one below the other. Starting with the first TextView I want to change the text to:

"1st place | 'username' | 'highscore' score"

Now my question:

What is the easiest way for me to do this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source