Closed
Description
i got a exception as title(on android).it works with parse.com.
houseQuery.whereEqualTo("Customer", CloudCustomer.getCurrent()); houseQuery.findInBackground(new FindCallback<CloudHouse>() { @Override public void done(List<CloudHouse> houses, ParseException e) { if (houses==null) e.printStackTrace(); });
Metadata
Metadata
Assignees
Labels
No labels