I have written an to view , edit and create contacts . When I run the code in emulator , it allows me to type the name but I cannot switch to other Edit Text and the emulat
Do you need
setOnClickListener()
for even edittexts?
why are you trying to use setOnClickListener()
on edittexts. Is there any special reason for this?
once try to remove them and just use setOnClickListener()
for button and run the logic.
If you have any special reason for using setOnClickListener()
for edittext explain it once