Skip to content

kharism/AndroidModelView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidModelView

A semi-ORM framework which basically re-engineer yii data access frameork into java android

Usage

  1. Create class that extends Model or FlexibleModel
  2. Override the TABLE_STRING on that model
  3. Add the string table to the query variable on MySqliteHelper class on onCreate method
  4. Implement the class abstract methods. I sugest to extends FlexibleModel because it has implemented many abstract method. The abstract method needed to be implemented is fillFieldFromCursor, fromCursor, toContentValue and others :P

About

A semi-ORM framework which basically re-engineer yii data access frameork into java android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages