2016.04.21 / Technology research
Ian Harris
KNOWORTH
只有想不到、没有做不到

2025-11-17 / industry
As a big fan of Test Driven Design and Development, I believe creating good tests is one of the single most important things we can do as Java Developers. We write tests for a number of reasons: To shape the design of our system. We know what the input and output should be, but what objects do we need to create to do this? What shape should the code take? Writing tests allows us to understand what our code should be created. To ensure initial and ongoing correctness. It is important our application behaves as expected and is consistently accurate. Tests should do their best to ensure this is t[…]
by Sam Atkinson
2025-11-17 / User experience
WHEN APPLE FAILS AT UX DESIGN AND FASHION DESIGN, DO WE STILL CALL IT GOOD DESIGN? The Apple Watch, despite years of hype before it was even announced, appears to be flopping after all. It wasnt a good sign when Apple announced shortly before the Watch release that they werent going to be breaking out sales numbers. Now, a new report from third-party analysts Slice Intelligence not only show that Apple Watch sales are down 90% since launcha big deal, since it implies early adopters arent regaling more cautious buyers with glowing word-of-mouthbut also that Fitbit is outselling Apple in the wear[…]
by Mark Wilson
2025-11-17 / Technology research
Prior to iOS9, you could only use spotlight to find apps by their name. With the announcement of the new iOS9 Search APIs, Apple now allow developers to choose what content from their apps they want to index, as well as how the results appear in spotlight, and what happens when the user taps one of the results. The 3 APIs NSUserActivity The NSUserActivity API was introduced in iOS8 for Handoff, but iOS9 now allows activities to be searchable. You can now provide metadata to these activities, meaning that spotlight can index them. This acts as a history stack, similar to when you are browsing th[…]
by Chris Grant