Search code examples
androidlibgdx

Android libGDX game highscore implementation with tutorial


I have found a great tutorial to implement highscores with mySQL connection. http://www.ikergarcia.com/en/juego-android-highscores

I have tried to use code, created my SQL database, but Java part is problematic. There aren't included the necessary package imports. I couldn't know, how to determine necessary imports and so code is useless.


Solution

  • I recommend using google play services if you want to implement high score. This is the link. Tutorials are included

    However, if you insist in using mySQL I had found some interesting material that may answer your question. I believe that you need to download something.

    libgdx-database-extention & web Service libgdx