I'm following this to create a navigation drawer. Inside one of my fragments, I have an EditText. I want that the text on the EditText doesn't change if I rotate the screen.
I've tried to use Bundle savedInstanceState
but it doesn't work.
I reed that I should remove the line android:configChanges
from my Manifest, but I don't have that line.
I've tried with the correct answer of this question, but it's still not working for me. So what should I do? Thanks :)