Why text of EditText is not chanigng when i click the button
I have a app written in kotlin i want to fill the username field and password field and when i want to click the login button i want that the text of username field should be set to hello but this is not working class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState)… Read More Why text of EditText is not chanigng when i click the button