How to make online score/leaderboard via personal website hosting?

capisx

Member
Licensed User
Longtime User
Hi all,
I want to implementing online leaderboard for my games, is there any simple example to send score data to my personal website and retrieving it to my app?

I hope the library for online leaderboard will be added soon... :sign0148:
 

NJDude

Expert
Licensed User
Longtime User
There's no library needed for that, you need to create a database on your website and then send the scores to it. To send/retrieve the scores from your app you will need to use an HTTP client, you can find examples by searching the forums.
 
Upvote 0

capisx

Member
Licensed User
Longtime User
@ NJDude: Thanks for pointing me the direction :sign0098:. Can i make online leaderboard base on erel's "Connect Android to MySQL Database Tutorial"? The library i'm talking about is online leaderboard media like openfeint.

@ vb1992: I've already implement that on my previous project, thats for local scoreboard only. thanks for your reply. :sign0098:
 
Upvote 0
Top