I'm trying to make a note app, but I have problems in the NoteCreateActivity layout.
NoteCreateActivity
First problem: I want to make noteEditText focusable when starting the activity, and my problem is that I have to click twice on titleEditText to show the keyboard, first time to make it focusable and second time to show the keyboard.
noteEditText
titleEditText
(Screenshot 1): noteEditText is first focusable when starting the activity in Google Keep app.
(Screenshot 2): Now titleEditText is focusable after one click on it
Second problem: when I open a note that already has data inside it, I none of the EditTexts to be focusable until I click on one of them.
(Screenshot 3): None of two EditTexts are focusable when opening an activity that already has data inside it.
All the screenshots above were taken from the Google Keep app.
2.1m questions
2.1m answers
60 comments
57.0k users