Skip to content

CrazyPudding/ExerciseAboutAndroidSQLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

ExerciseAboutAndroidSQLite

Simple demos about how to use Android SQLite CRUD

greenDAO

GreenDAO is an open source ORM for Android that helps database development with SQLite. We can use it to store, update, delete and query data for java objects on database tables, which help save developement time while we ignore the low-level database requirements. So, in order to using greenDAO in my projects, I tried to make a simple demo for learning CRUD methonds in branch greenDAO-demo.

About

Simple demo about how to use Android SQLite CRUD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published