Skip to content
This repository was archived by the owner on Jan 24, 2020. It is now read-only.

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
17 lines (12 loc) · 584 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 584 Bytes

Android Model Agent

Android Model Agent is a simple tool to help you generate one of Android's components, the ContentProvider.

Usage

Edit the data/model.xml file for your model and run gradlew gen or gradle gen on the root of the project. The files generated are placed in the gen folder.

Under the hood

This project uses FreeMarker for file generation.

Build Status