I have a confusing scenario with my views.
When I load the layout containing two editTexts(txtUserName and txtPassword) and two buttons(Login and Quit) from a class (that runs a splashscreen on the main activity). The First editText (txtUserName) gets the focus as intended. However, the two buttons will not respond to click event until the screen is rotated. This is annoying to the user. I want the buttons to be able to sense the click event immediately the layout is loaded from the class module. I thought calling Activity.Initialize from the class module that loaded the layout would help but it didn't. Any suggestions please?