I have an edittext in my activity, and on activity and on create view I am setting the focus on the activity. while setting focus, I am also trying to show the keyboard. It works on some devices, but on others it just doesn't show.
I tried to step through the code and found that the view is not created, when the show keyboard is called. Maybe that is the reason.
I am not sure what the problem is. Is there a way to make sure, that if a edit text is in focus, the keyboard shows up on app start.
Thanks,