7. ifæã§åå²ãããã¨ã»ã»ã» // ã³ãã³ãqãåãåã£ãå ´å if (s.equals("q")) { if (mState == STATE_PLAY) { System.out.println("STATE_PLAY:q"); } else if (mState == STATE_STOP) { System.out.println("STATE_STO::q"); } else if (mState == STATE_PAUSE) { System.out.println("STATE_PAUSE:q"); } } 8. ifæã§åå²ãããã¨ã»ã»ã» // ã³ãã³ãwãåãåã£ãå ´å if (s.equals("w")) { if (mState == STATE_PLAY) { System.out.println("STATE_PLAY:w"); } else if (mSt
{{#tags}}- {{label}}
{{/tags}}