In one of my classes I have two EditText and a Button on the bottom of the screen. When I select one of the EditTexts the keyboard appears. The problem is that then the EditText and the Button are moved to the front of the screen in order to see what you are writing. But, above the EditText I have two TextView and when I write something to the EditText, the TextViews disappears from the screen.
Can I do something like this: when the user writes something in the Edittext, only the EditText moves up, and the rest aren't affected?