简体   繁体   中英

How to upload data (text, images) to Parse.com with Java program?

I'm building an iOS App in Swift on Parse.com and all my data will be calculated by a real-time Java program (using Eclipse). How can I upload these data to the Parse database? Since the tutorial and SDK on Parse.com are for Android, I can't use that to work with my Java code.

Parse没有本机Java SDK,但是您可以使用REST ApiHttpUrlConnection类或任何其他http框架来连接到Parse API。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM