DhamenDAO Android SQLite models and Data Access Object (DAO) generator. DhamenDAO is very simple tool that will generate all the important database functions that are required by any relational database applications, create, read, update, and delete (CRUD). By generating all the classes needed to access SQLite database, the developers can spare their valuable time to do other important tasks in their application development.
This tool will not generate android basic and important java class models and the data access objects (DAO) as well as the Database Manager to communicate with the SQLite database. DhamenDAO will generate the CRUD function based on existed SQLite database, so you have to create the SQLite database using any SQLite database manager.
Steps to generate Android SQLite java classes are as follows:
- Create your SQLite database using your favourite SQLite database manager.
- Run DhamenDAO android SQLite java class generator.
- Enter your database and package information.
- Select the tables required to generate android java classes.
- Copy generated files to your project.
- Configure the database manager.
- That is it. Just enjoy the
DhamenORM SQLite to Android Model & DAO java classes generator will be available within few days.
DhamenORM SQLite to Android Model & DAO java classes generator #AndroidDev #SQLite Click To Tweet1. Select the SQLite database
2. Select the Tables the ones that you want to generate Android Java Data Access Object (DAO) Classes
3. Generate and copy classes to your project.
That’s All you need to do.