I used an AutoCompleteTextView in my android app and it is working correctly. The only problem I am facing is that the color of the suggestions is white by default that is i
This worked for me First use this before setContentView()
setTheme(android.R.style.TextAppearance_DeviceDefault_Medium_Inverse);
you have to change some colors in colors.xml in the values folder