Parse.com sdk

cs6505

New Member
Licensed User
Longtime User
Hi all. I saw that Erel had made this a library when the parse sdk was in beta. Now that it has been released are there plans to update the library?

I would be happy to do this if someone could explain what I would be involved. I got the jar from parse.com 's site but it does not have the xml file that B4A needs. Is there a way to auto generate this or do I have to write each xml node by hand?

thanks for any tips or advice,
Chris
 

warwound

Expert
Licensed User
Longtime User
I'll take a look at this over the next few days and see what i can come up with.

I've registered with parse.com and got the SDK, and my api key etc.
Next i've created the required Application sub class and successfully sent some test data to the parse server - all works ok.

So i'll start to look through all the available parse sdk classes and see which ones are likely to be most useful and try to implement them next in the B4A library.

@cs6505
Are there any sdk classes that you want particularly want to use?

Martin.
 

cs6505

New Member
Licensed User
Longtime User
Thanks Erel!

Thanks WarWound!

I'm interested in the Objects, Files and GeoPoint classes - in no particular order.

Thanks for your help.

-Chris
 
Top