Hi, I was wondering why this code is not working. I am trying to query the ParseUser username field to find a specific user, but he continues to say that he cannot find him.
private void findUserName(String user) {
Here is my method that calls it
if (!foundUser) { errorMessage.setText("Invalid user name"); }
foundUser is a field because I could not return it in a method ...
James source share