I have created a multiple contacts picker in which i am showing list of all the contacts in the listview with checkbox, but what i want to do is that now i want to place one edittext at the top so as to allow user to scroll through the list quickly. For example if user types letter D in the edittext it should scroll down to the position where names starts with D. I am using CustomAdapter to fill the data in the list.
I have created a multiple contacts picker in which i am showing list of
Share
Did you get a chance to look at Maintain/Save/Restore scroll position when returning to a ListView