android-ormlite-sample
android-ormlite-sample copied to clipboard
An Android Repository with OrmLite using an existing SQLite database (Sample Project)
Results
1
android-ormlite-sample issues
Sort by
recently updated
recently updated
newest added
I believe you need to implement a way to close the database helper when an activity that calls Repo gets destroyed. In the DatabaseHelper class close method, you also need...