-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update informations
- Loading branch information
Showing
1 changed file
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
# Hadi (English Version) | ||
|
||
**Hadi** is an Android ORM Framework. It makes SQLite using in Android easy and simple. | ||
Hadi is and open source project. You can use it free, change it and even re-publish it. | ||
|
||
This project was imported from SourceForge. [http://hadi.sourceforge.net/](http://hadi.sourceforge.net/) | ||
Hadi is and open source project. | ||
|
||
It was originally created by The9tCat [http://sourceforge.net/users/the9tcat](http://sourceforge.net/users/the9tcat) | ||
|
||
# How to use | ||
|
||
1. Import Hadi library **(hadi_sdk.jar)** into your Android project. (For now send a e-mail to [email protected] to get the last build). | ||
1. Import Hadi library **(hadi*.jar)** into your Android project. (See the last build/binary in DIST folder). | ||
If you are using Eclipse, add the lib to the build path. | ||
|
||
2. Edit your **AndroidManifest.xml** | ||
|
@@ -74,15 +72,13 @@ Define your database name and version under element Application, it looks like t | |
# Hadi (Portuguese Version) | ||
|
||
**Hadi** é um framework ORM para Android. Ele faz o SQLite ficar fácil de usar. | ||
O Hadi é um projeto open source, por isso você pode usa-lo livremente, altera-lo e republica-lo. Participe do nosso projeto e contribua. | ||
|
||
Este projeto foi importado originalmente do SourceForge. [http://hadi.sourceforge.net/](http://hadi.sourceforge.net/) | ||
O Hadi é um projeto open source. Participe do nosso projeto e contribua. | ||
|
||
Este projeto foi criado originalmente por The9tCat [http://sourceforge.net/users/the9tcat](http://sourceforge.net/users/the9tcat) | ||
|
||
# Como Usar | ||
|
||
1. Importe a biblioteca do Hadi **(hadi_sdk.jar)** para dentro do seu projeto Android. (Se Por enquanto mande um e-mail para [email protected] e receba a última build) | ||
1. Importe a biblioteca do Hadi **(hadi*.jar)** para dentro do seu projeto Android. (Veja a última build na pasta DIST) | ||
Se estiver usando Eclipse não esqueça de clicar com o botão direito na lib e escolher "Add To Build Path". | ||
|
||
2. Edite seu **AndroidManifest.xml** | ||
|
@@ -143,4 +139,4 @@ Defina o nome da sua base de dados e a versão (dentro da tag Application). Alg | |
/** para apagar os dados */ | ||
dao.delete_by_primary(b1); | ||
|
||
5. Você pode achar mais exemplo nos projeto de demonstração ou qualquer dúvida enviar um e-mail para [email protected]. | ||
5. Você pode achar mais exemplo nos projeto de demonstração ou qualquer dúvida enviar um e-mail para [email protected]. |