Monday 21 January 2013

Green DAO implementation in Android

For example if you want create a database with two Customer,Order tables then you need to follow below steps to create a database with Customer and Order tables.

-> Create ExampleDaoGenerator.java class in SampleJava Project.This class contains the below code.