need help with autocomplete

electronik54

Member
Licensed User
Longtime User
:sign0085::sign0104: :sign0085::sign0104:

hi there.

i am using AutoCompleteEditText and i have some problem with it.
i am using AutoCompleteEditText for searching stuff from database
>>for example S_Bylocation shows city's which will be searched in database<<DB name=hinfo, table=hlist, coloum name=city>> it should work like if type M in it it should show me all cites starting with m from DB

HOW do i make autocomplete fetch values for its ShowDropDown from DB????

tutorials will be appreciated
 
Last edited:
Top