Yoon Jae-seong's Kotlin-based Android App Development Part 1 - UI Programming
Lesson 21 TextInputLayout
TextInputLayout keeps stopping
Written on
·
283
0
TextWatcher를 상속받는 object를 변수에 넣고 완료한 뒤 애뮬레이터에서 앱을 실행하고 textInputLayout에 무언가를 입력하려고 하면 TextInputLayout keeps stopping 이라는 오류가 뜨고 앱 실행이 중지 됩니다. 전 강의인 EditText 부분에서도 EditText부분에 입력할 때 이러한 오류가 나타났는데 원인이 무엇인지 알 수 있을까요?