Questions tagged [kotlin.notimplementederror]
2 questions
52
votes
5 answers
kotlin.NotImplementedError: An operation is not implemented: not implemented Error from ImageButton Click
Getting this Error
kotlin.NotImplementedError: An operation is not implemented: not implemented
I am implementing an ImageButton click listener
Requirement :- I want to perform an action on imagebutton click , but getting the above mentioned…

Quick learner
- 10,632
- 4
- 45
- 55
4
votes
1 answer
kotlin.NotImplementedError: An operation is not implemented with addTextChangedListenerher on EditText
When I call addTextChangedListener(textWacther) on my EditText and try to run the app, it just closes when something entered in that field.
Isn't my way of enabling the button back correct?
class MainActivity : AppCompatActivity() {
lateinit var…

hewa jalal
- 952
- 11
- 24