Making Eclipse Autocomplete for Android Behave Like XCode
As an iOS developer, I’ve gotten quite used to the way Xcode provides autocomplete suggestions the moment you press a key. By default, Eclipse (Android developer tools) only begins suggesting when it sees a “.” to access an object. To change this, just go to the preferences for ADT -> Java -> Editor and add the string “.abcdefghijklmnopqrstuvwxyz” to the auto activation triggers field. Nice little trick courtesy of StackOverflow.
Very nice dude…
I have also found one good link here….
Show String Array In AutoComplete Suggestions – Android Example