I am modifying an adapter view. How do I implement the setSelection()
of an AdapterView? What are the steps one must take when setSelection()
method of an adapterview is called?
I tried browsing through ListView's
source code, but it wasn't of much help.