Get the latest tech news
Jokes and Humour in the Public Android API
Previously I have covered a relatively obscure now-removed placeholder string in Android that doubles as an easter egg, the fictitious carrier by the name of El Telco Loco. But this time it is about methods and other parts of the publicly facing Android API that may generally be more humourous than they are useful. Easter eggs, jokes, whatever you want to call them, that are visible to Android app developers rather than regular users.
Previously I have covered a relatively obscure now-removed placeholder string in Android that doubles as an easter egg, the fictitious carrier by the name of El Telco Loco. This constant was added in Android 2.3 Gingerbread (API 8) and is used to describe a device that supports tracking 5 simultaneous touch inputs, with the name being a reference to Jazz hands. This one appears to be completely undocumented in the Android Developer reference, but was added in a commit in 2011 with the title “Improve LayoutInflater’s compliance” (right…) and is still present in the AOSP master branch.
Or read this on Hacker News