I'm developing dictionary application for our native language.
I'm stuck with AutoCompleteTextView, i want to have list of words in 
AutoCompleteTextView based on what user types in it. Word are retrieved 
from SQLite db. Please help me to implement such kinda 
AutoCompleteTextView. *SQLite db related codes are successfully coded* but 
only problem with AutoCompleteTextView.

XML
<AutoCompleteTextView
            android:layout_weight="80"
            android:id="@+id/inputAutoCompleteTextView"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:hint="Type english word"/>

Java
_AutoCompleteTextView = (AutoCompleteTextView)findViewById(R.id.
inputAutoCompleteTextView);

what to next??


-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/0fead6b6-53c7-41ab-a7b0-80ee1ffd061d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to