Skip to content

plaxdan/fort_android_db_and_orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fort_android_db_and_orm

Created for: http://www.meetup.com/FortCollins-Android/events/94572822/

This repo contains four basic code examples:

  • db_as_asset: Example of seeding an Android application with an SQLite database by copying an existing database from the assets dir.
  • db_from_script: Example of populating a database by executing insert statements from an SQL file.
  • orm_greendao: Example of using the greenDAO ORM to access data in the SQLite database
  • orm_ormlite: Example of using the OrmLite ORM to access data in the SQLite database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages