Introduction - If you have any usage issues, please Google them yourself
MobileGuess Android phone number guessing game source code, part of the code comments:
public abstract int getGuessTimeLeft () // returns the remaining number of guesses
public abstract String getNewNumber () // returns to be numberguess
public abstract int getGuessTime () // returns to guess the total number of
public abstract int getGuessedTime () // Returns the number of guesses
public abstract List getResults () // returns to guess the result set
@ return 0,1,2 three values.
0 means the game is over
1 for guessing success
2 speculated that this failure may continue to speculate, to determine the legality of the input number (not repeated)