ActiveAndroid
ActiveAndroid copied to clipboard
Active record style SQLite persistence for Android
I create one database out app, then i coppy to my file assets in my project. How to i coppy database in my file assets to database of application. Sr,...
I want add new table Products into current DB. I have performed the following steps: Step 1: Change files AndroidManifest.xml ``` ``` Step 2: Create new file **2.sql** in folder...
I wanted a way to name the columns based on the fields. It is now possible to do that with an annotation property with the table annotation. The default naming...
How to import and export "dbname.db" ? 1. How to export db into storage ? (I had done manually) 2. How to import db from storage to app ? (Not...
Hello, I am completely new to Android development and wanted to use ActiveAndroid in my app. I tried to install it following the documentation, like this: ` ... ` I...
TypeSerializer returned wrong type: expected a long but got a class java.lang.Long on every delete
With every Delete(), i see a bunch of these in logcat (one for each deleted row): 12-01 22:43:18.597: V/ActiveAndroid(31299): DELETE FROM StuffEntity WHERE PersonaId = ? AND Status = ?...
I had a couple of error with proguard, the Column name and parameters like onUniqueConflict are "deleted" by proguard so the application crash when it released I added : -keep...
When I open a transaction manually, and in another segment (Hendler, for example), I try to access the DB, without closing the transaction, the application freeze. In the versions prior...
I'm not able to compile Failed to resolve: com.michaelpardo:activeandroid:3.1.0-SNAPSHOT no repo at this path https://oss.sonatype.org/content/repositories/snapshots/com/michaelpardo/ please let me know how to resolve this issue.
I tried to compile this in my gradle and it failed