socrates2014 | 11 years ago | on: Andy Rubin Leaving Google
socrates2014's comments
socrates2014 | 11 years ago | on: Talko
Didn't the Web overtake Lotus Notes for many purposes? No server to pay for, open to anyone, etc...
socrates2014 | 11 years ago | on: What is the best way to buy a LOT of legos?
Craigslist for bulk or Bricklink for specific parts.
socrates2014 | 11 years ago | on: How to distinguish walking on a sphere or on a torus?
Walk two perpendicular loops. Try tightening the loops. On a torus, one will not tighten to a point. See Perelman and the problem he solved.
page 1
They expanded it quite a bit in iOS 7? to all apps with background fetch, background url upload and download tasks, silent push notifications, and background tasks.
All of these approaches do not work if a user forcibly shuts down the app (I am not quite sure of every case). All these mechanisms are controlled by the OS: we'll call you, don't call us sort of thing and if you don't return in a certain period of time or if we need to, we will shut you down.
In iOS 8 you have extension support which launches mini apps. Extensions are somewhat equivalent to services but they are about integration with multitasking an implementation detail for security purposes.