I have 2 main problems with the searchview that I can't seem to find a solution for. I'm hoping someone here will have an answer ...
When I press the back key (when no keyboard is shown), my searchview is defocused, which is not consistent. I want the current activity to end. I can't seem to find a way to intercept this back key pressing.
Upon starting the activity I want the soft keyboard to open for all my searchviews, but it doesn't happen. Some do, some don't and I can't seem to control it. What am I missing here ? I have no problem with forcing it to open from code, but everything I tried just didn't work. Anyone?
My app feels amateuristic because I can't seem to solve these 2 'little' problems ... Please help me with my polish :)