How can I connect to a hosted Parse-Server over Parse4J?
问题 I would like to be able to use the Parse4J library (https://github.com/thiagolocatelli/parse4j/) to connect to a hosted Parse-Server. I want to use https://parseapi.back4app.com as an API endpoint. They provide a solid Parse hosting solution. Code: import org.parse4j.Parse; import org.parse4j.ParseException; import org.parse4j.ParseObject; import org.parse4j.ParseQuery; import org.parse4j.callback.GetCallback; /** * Created by Martin on 3/27/2017. */ public class Parse4JStarter { public