(no title)
lil1729 | 9 years ago
I meant to say, generalizations don't always work well. They may have bad engineers. But they have great engineers too. Kent Dybvig and his team who wrote Chez Scheme works for Cisco. There are many others. Jonathan Rosenberg who wrote many Internet RFCs on fundamental protocols that run the Internet voice/video works for Cisco.
Let's not generalize. It hurts people!
_pmf_|9 years ago
You just have to look at the API. From little details (wifiInfo.getSSID() returning either the quoted SSID, an unquoted string of hex characters the SSID consists of, the special string "<unknown ssid>" or "0x") to the overall architecture (needlessly convoluted lifecycle, 2D rendering architecture from 2000s, the whole intra-app Intent bullshit that causes people to find alternative ways of communicating between Activities within the same app ...)
72deluxe|9 years ago
As alternatives, do people just end up dumping to an sqlite database and polling it in each Activity? Haha that'd be madness
MichaelGG|9 years ago
lil1729|9 years ago