textwatcher 썸네일형 리스트형 [Android Studio] TextWatcher Utils 로 사용하기 (코틀린) TextWatcher 를 Utils로 만들어서 따로 관리를 해줄 수 있다. (리사이클러뷰에서 사용해야 할 때 등등 ) https://onlyfor-me-blog.tistory.com/530 [Android] TextWatcher를 공통 클래스로 만드는 방법 앱을 만들면서 editText를 다룰 때 제법 많이 사용하는 것이 TextWatcher라는 인터페이스다. 이것에 대한 설명은 아래 포스팅을 참고하거나 다른 블로그를 먼저 보고 오는 걸 추천한다. https://onlyfor-me- onlyfor-me-blog.tistory.com 위의 블로그에 잘 나와있다. class CommonTextWatcher( private val afterChanged: ((Editable?) -> Unit) = {}, pr.. 더보기 이전 1 다음