We can achive this by below ways add android:windowSoftInputMode="stateAlwaysHidden" Add below code to its parent widget
in manifest file on specifica Activity.
android:focusableInTouchMode="true"
android:focusable="true"
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
FCM Not Receiving Notifications in Android - RRutors
Check List for Generate Signed APK Android
How to copy database from assets folder in android using kotlin
How to get an image resource by it's name in android?
Fix Android Emulator Kill Error When Running Your App
Key Points to remember while develop the Android Application.
How to get a contact image using a phone number in android?
What is "shared preferences" in Android ?
How can i comment inside xml file in android studio?
Android Studio project R can't find
Open PDF in Google Drive with Intent in Android - RRutors
How to start a new activity on button click
How to stop EditText focus at Activity startup in Android?
How to install/ uninstall apk by command line ADB
How to convert DP to Pixel and Pixel to Dp?
What is Application?
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
What is the difference between match_parent and fill_parent?
How to avoid multiple button click at same time in android?
What are the notifications available in android?
ERR_ACCESS_DENIED in Android Webview with sdk 30
How to Generate signed apk with android studio
Fix Duplicate Files in APK Build.gradle Issue - RRutors
Add Jar/Library Files as Dependency in Android Studio
How do I generate random numbers in Dart?
How to Get bitmap from drawable: Android
What is the Different Between val and var in Kotlin?
How to get screen size (width,height) in Android?
What is Android Fragments?
How to Use Deprecated Handler() in Android - RRutors Guide
How to find Android Device UDID or unique ID?
How to get complete address from latitude and longitude?
What happens next when the device switches between portrait and landscape?
How to reduce APK package size?
What is Context?
How to save activity State in Android?
Set Activity to Fullscreen Mode in Android - RRutors
Decompile APK Files: How to Get Source Code - RRutors Guide
Explain Fragment Life Cycle