I am looking for some help to find a powerfull way to allow selection of different List items. My case is that i have for exemple a List profiles, List teams ... and i'd like to have an autocomplete input that will show, for exemple if i type Al, all Teams and Profiles objects having there member variable name begining by Al. The result would be that i could get from the activity, on submit click performed, a List & a List containing all the objects who have been selected through the autocomplete form. Also i'd like that the list offered to the user that match the chars he typed show the name and a picture (facebook like tag selection).
Obviously i am not asking for some code but at least some guidelines from experienced Android devs who know what to do and not to do to create this kind of thing.
Thanks