Saving files with libgdx
Posted
by
Rudy_TM
on Game Development
See other posts from Game Development
or by Rudy_TM
Published on 2012-02-17T04:33:50Z
Indexed on
2012/03/18
18:25 UTC
Read the original article
Hit count: 173
android
Writing my game in libgdx, i arrived at the point when i need to save the player stats and the info of the levels, but in libgdx its not allowed to write the file inside folder of the application, only external (in the sd) is allowed, well, the point is that i want that my new file cat be seen by anyone, or if they see it how can i pass it to a binary file, so no one can see it.
I just want to hide the file :P
© Game Development or respective owner