I have a custom AutoCompleteTextView where the user can freely enter text and whenever the user writes @ I show a dropdown with suggestions of custom usernames. Unfortunately, I also need to show the dictionary word suggestions above the keyboard and, for some reason, AutoCompleteTextViewdoesn't show dictionary suggestions, although it inherits from EditText where it does show.
So, does anyone know what the problem is and how to fix it? Or should I go to a different route to obtain what I want? I see that the Twitter app has both autocomplete and dictionary suggestions when composing new Tweet. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

