KVO with SPO5 and STSOData

#Introduction to STSOData and SP05, Part 2 I’ve done some work with colleagues over the past several months, to develop a template of best-practice implementations of the SAP Mobile Platform SDK 3.0 SP05 features. I’m providing this as both a reference implemenation, and a reusable template framework that you can drop into your own application project, to bootstrap your development, while significantly reducing the lower-level details you need to manage in your app.

Intro to STSOData

#Intro to STSOData We’ve been working with the new 3.0 SP05 API set for several months now, and some common usage patterns have developed around the core application components, best practices for MVC, etc. I’ve encapsulated these in a helper template called STSOData, and am making it available both as an example, and also as a reusable framework to app developers using the SDK. The STSOData code is not a standard product framework, but it does a lot of the bootstrapping of the core application components with the SDK that you’re going to need anyway. So, it should really speed your development, and let you take advantage of some great features without learning too much about the lower level details of the core APIs.