I am putting focus on a view but when I change orientation the focus is lost from that view . does onConfigurationChanged() handles focus? or i need to explicitly set it and if yes then how can I set focus ? I need to keep track of current focusing view .how to do that?
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...