RoboCoP v0.5 Release Notes

Release Date: 2014-03-14 // about 10 years ago
  • ๐Ÿš€ This is our first official release of our new open source ContentProvider generator tool, RoboCoP. If you're curious about the naming here's how it came about:

    Android -> Droid -> Robot -> "Robo" + ContentProvider -> C.P. -> "CoP" = RoboCoP

    ๐Ÿ— This first version is capable of working as a Gradle build task and generating all the necessary classes for a working ContentProvider. The ContentProvider supports single tables and one-to-many join tables. It also generates helper files for Table definitions and also Model files that make working with your data easy. See the README for installation and usage instructions.