How to disable auto-focus from EditText in Android Studio

Usually, we have multiple widgets including one or more EditTexts in an Activity or fragment. Every time user opens these Activities the focus automatically goes to the topmost edit text and the virtual keyboard pops up. This hides the rest of the UI,  which can be very annoying for the user.   To  disable auto-focus from […]

How to disable auto-focus from EditText in Android Studio Read More »