TextWatcher 설명
·
IT기술 관련/모바일
출처 - http://blog.naver.com/PostView.nhn?blogId=sukuns&logNo=70114459329 에디트 텍스트 안의 글자 수를 셀때 가장 중요한 역할을 하는 것은 바로 TextWatcher라는 인터페이스이다 에디트텍스트는 사용자가 입력한 문자열의 상태가 바뀌는 것을 에디트텍스트 밖으로 알리기 위해 TextWatcher 객체를 addTextChangedListener()메서드의 인자로 사용한다. ...(생략)..TextWatch watch = new TextWatcher(){@Overridepublic void beforeTextChanged(CharSequence s, int start, int count, int after){ CharSequence s : 현재 에디트텍..
모바일 챌린저
·
IT기술 관련/모바일
https://drive.google.com/folderview?id=0B7rtSe_PH_fTWDQ0RC1DeWVoVUE&usp=sharing