Skip to content
Tadeas Kriz edited this page Mar 25, 2014 · 29 revisions

Introduction

Goals

Data persistence on Android can be tricky. In our applications, we always used handwritten SQL commands to work with the database directly. This was mainly because any ORM for Android seemed too difficult to setup, or was too slow, because of reflection. And that is why we built Torch. It is simple to setup, easy to use and very fast, as it does not use reflection, but annotation processing in compile-time.

Clone this wiki locally