Show Gameball User Profile

Show your user's profile including all details, user challenges, and the leaderboard on your Android app.

To show the profile of the user that contains the user details, user challenges, and the leaderboard use showProfile.

showProfile(AppCompatActivity activity / Fragment fragment)

Use showProfile as a parameter to collect the activity or the fragment you are going to show the profile in. Just create a button and call this method in the onClick method of this button.

Last updated