edit: I need to use the keyboard, but it hides my EditText, I need it to scroll so the keyboard is not hiding it.
EditText
I am using a Samsun
I have tried this code and resolve my issue.
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);