GithubHelp home page GithubHelp logo

beck0505 / contentprovidercodegenerator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from foxykeep/contentprovidercodegenerator

0.0 2.0 0.0 178 KB

A code generator to create Android ContentProvider

contentprovidercodegenerator's Introduction

DatabaseCodeGenerator

This project is a code generator written in Java used to generate Android code. Given a database schema JSON definition file, it will generate all the code you need to add the corresponding ContentProvider in your project.

Architecture of the project

The java project found in the folder 'generator' contains the following folders :

  • src : The code used to generate your ContentProvider. Normally you shouldn't have to modify it.
  • res : This folder contains snippets of code used by the generator.
  • input : This folder contains your database schema JSON definition files. You can have multiple JSON files next to each other. An example and the JSON format are available in the example subfolder.
  • output : This is where the generated code will be written. Each generate code will be stored in a folder based on the corresponding JSON file name to separate them.

How to use ContentProviderCodeGenerator

In order to use it, here are the steps to follow :

  1. Download the current version of the project on your computer using git (git clone [email protected]:foxykeep/ContentProviderCodeGenerator.git).
  2. Import the project in the folder 'generator' in your Eclipse workspace.
  3. Write your JSON definition file. You can use the format file and the example file given in the folder input/example to help you.
  4. Run the project as a Java application.
  5. Your classes are available in the output folder

Building/Running from the CLI

    mkdir generator/bin
    mkdir generator/bin/input
    cd generator/bin
    ln -s ../res .
    javac $(find ../src -name *.java) -d .
    mkdir input
    cp ../example/sample.json ./input
    java com/foxykeep/cpcodegenerator/Main

Example

You can find in the 'sample' folder an example of an Android application which uses the generated ContentProvider

TODO

  • Add a sample project which uses a generated ContentProvider

Credits and License

Foxykeep (http://foxykeep.com)

Licensed under the Beerware License :

You can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.

contentprovidercodegenerator's People

Contributors

foxykeep avatar edwinkcw avatar brk3 avatar frapontillo avatar juliendev avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.