Fork me on GitHub

All components provided by Appccelerate were design in a way so that your code will be loosly coupled, easy to test and easy to extend and maintain.

The fundamental design rule behind Appccelerate is:

It is designed well if it can be removed easily.

Quality Matters

All code newly added to Appccelerate, is implemented using Acceptance Test Driven Development and Test Driven Development. This guarantees easy to use APIs and a high level of quality (check out our issue tracker on github!).

We use the following measures for quality assurance:


Please take a look at the documentation of the individual components in the menu above.

Overall Sample

A sample application showing most of the components in action, can be found at GitHub - Sensor Sample (master branch).