updating values per row in parse.com using android platform
问题 I have a problem with updating values per row in a cloud storage site called parse.com. I am only a newbie in using parse.com. I have read the documentation about it and have understand it. But what I want to do is a little bit different from the example there. Here's my code.. public void onClick(View arg0) { if (arg0.getId() == R.id.button1) { ParseQuery query = new ParseQuery("inventory"); query.findInBackground(new FindCallback() { public void done(List<ParseObject> test, ParseException e