user3130151
user3130151

Reputation: 115

Using Parse4J with LibGDX?

Is there a way of using the Parse4J libary with LibGDX?

Upvotes: 0

Views: 44

Answers (1)

flogy
flogy

Reputation: 937

Yes, you can use it in the desktop module of your project. Keep in mind that it is no official SDK and might miss some of the features that Parse.com provides!

For the Android / iOS modules, I would not recommend using it, since there are official SDKs for those platforms: https://parse.com/docs/downloads

Upvotes: 0

Related Questions