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"
What is ANR? How to avoid and resolve it?
Explain Fragment Life Cycle
Extract Date and Time from Long Type Variable - RRutors
How to validate email address in Android with Kotlin?
Fix Play Store Rejection Due to SMS Permission - RRutors
Open PDF in Google Drive with Intent in Android - RRutors
Permission denied for window type 2010 in Marshmallow device
How do i load image from drawable folder in Jetpack Compose?
How can i comment inside xml file in android studio?
Invoke-customs are only supported starting with android 0 --min-api 26
Android Studio project R can't find
What is Application?
How do I check in SQLite whether a table exists?
What is NetworkOnMainThread Exception?
Symmetric vs Asymmetric Encryption in Android Server - RRutors
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
What are Android Versions available?
What is Context?
How to save activity State in Android?
What is Android Fragments?
How to reduce APK package size?
How To Set Text Color Programmatically Android TextView?
How to convert milli seconds to hours, minutes and seconds in Android?
Hide/Disable soft keyboard on Activity launch: Android
How to get complete address from latitude and longitude?
How to get an image resource by it's name in android?
Add Jar/Library Files as Dependency in Android Studio
How to check Android version?
Set Activity to Fullscreen Mode in Android - RRutors
ERR_ACCESS_DENIED in Android Webview with sdk 30
Fix Android Emulator Kill Error When Running Your App
Decompile APK Files: How to Get Source Code - RRutors Guide
What is the Different Between val and var in Kotlin?
What is Android?
What happens next when the device switches between portrait and landscape?
What are the notifications available in android?
Fix Duplicate Files in APK Build.gradle Issue - RRutors
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
Check List for Generate Signed APK Android
How to Get bitmap from drawable: Android