2015.09.21 / Technology research
Frank Fan
KNOWORTH
只有想不到、没有做不到
2025-02-23 / 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-02-23 / industry
Im a big supporter of helping software developers develop soft skills in addition to their technical skills in fact,I wrote a complete book about it but there is no denying:technical skills are important. I mean, if you cant actually write code and develop software, all the soft skills you learn wont really do you much good. Perhaps youd make a good manager or coach, but not a software developer. But if you are reading this section of the book, Im assuming you are interested in becoming a software developer or a better one so lets talk aboutthe technical skills you are going to need to know. T[…]
by John Sonmez
2025-02-23 / Industry
Be honest how do you feel when someone tests your code? If youre anything like me, it probably ranks right up there with Monday mornings or getting a root canal. In fact, there are 5 things that drive me absolutely crazy in an average working week: #1. When It All Comes Crashing Down Youve pushed your code to the main repository and you feel like the greatest developer since Dennis Ritchie. Youve thoroughly checked your code (well, you ran over it at least twice while eating your morning cheerios) and youre sure nothing can go wrong. In a state of euphoria, you celebrate with your playstation […]
by Jason Silberman