2016.12.07 / Technology research
Carol Jon
KNOWORTH
只有想不到、没有做不到


2025-12-13 / 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
2025-12-13 / Other
From the food we eat and the way we travel to the way we spend our money, mobile apps have changed the way we interact with the world around us. Since the launch of Apples app store back in 2008, developers have built a huge number of tools and solutions to make consumers lives easier. In 2015, the number of apps in the major stores looks a little like this: Fig 1. Apps in the major app stores Source: Statista. 2015 However, this massive growth hasnt been mirrored in the enterprise IT market. Although there is a growing number of companies building their own internal apps to facilitate corpora[…]
by Josh Anderson
2025-12-13 / 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