Secondary Activity goes the Main Activity before all the data can be input

后端 未结 1 773
刺人心
刺人心 2020-12-22 09:04

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

相关标签:
1条回答
  • 2020-12-22 09:26

    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

    0 讨论(0)
提交回复
热议问题