I follow the below tutorial and successfully implement autocomplete edit textbox and show all the suggestions as item list. I want to hide softkeyboard whenever I touch the item list and that option goes to the edit textbox.
http://www.claytical.com/blog/android-dynamic-autocompletion-using-google-places-api#comment-form
I tried number of options but nothing works. How can I achieve this and implement in an app?