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"
How can i comment inside xml file in android studio?
How to convert DP to Pixel and Pixel to Dp?
What is the difference between match_parent and fill_parent?
Fix Android Emulator Kill Error When Running Your App
What is NetworkOnMainThread Exception?
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
FCM Not Receiving Notifications in Android - RRutors
Symmetric vs Asymmetric Encryption in Android Server - RRutors
Check List for Generate Signed APK Android
What happens next when the device switches between portrait and landscape?
How To Set Text Color Programmatically Android TextView?
How to get screen size (width,height) in Android?
Explain Fragment Life Cycle
ERR_ACCESS_DENIED in Android Webview with sdk 30
What is Android?
How to reduce APK package size?
Permission denied for window type 2010 in Marshmallow device
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
How to stop EditText focus at Activity startup in Android?
Hide/Disable soft keyboard on Activity launch: Android
How to install/ uninstall apk by command line ADB
How to convert milli seconds to hours, minutes and seconds in Android?
How to Use Deprecated Handler() in Android - RRutors Guide
Extract Date and Time from Long Type Variable - RRutors
What are the notifications available in android?
Open PDF in Google Drive with Intent in Android - RRutors
How to start a new activity on button click
How to get complete address from latitude and longitude?
How do i load image from drawable folder in Jetpack Compose?
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
How to save activity State in Android?
What is ANR? How to avoid and resolve it?
Key Points to remember while develop the Android Application.
Fix Play Store Rejection Due to SMS Permission - RRutors
Set Activity to Fullscreen Mode in Android - RRutors
How do I check in SQLite whether a table exists?
How to find Android Device UDID or unique ID?
How to validate email address in Android with Kotlin?
Invoke-customs are only supported starting with android 0 --min-api 26
Add Jar/Library Files as Dependency in Android Studio