Skip to content Skip to sidebar Skip to footer
Showing posts with the label Greendao

Install_failed_dexopt When Using Greendao

Background I wanted to simplify the usage of DB in an Android app. For this, I've compared some… Read more Install_failed_dexopt When Using Greendao

Greendao Sessions With Multiprocesses On Android

I am working on a large project that involves many different applications communicating to the same… Read more Greendao Sessions With Multiprocesses On Android

Greendao - How To Compare String Column Ignoring Case?

I have a query in sqlite: select * from table where upper(name) = 'ABC'; Is there a functi… Read more Greendao - How To Compare String Column Ignoring Case?

Query Dynamically With Greendao

I need to verify some conditions to create a complete query: QueryBuilder qb = getMyObjDao().query… Read more Query Dynamically With Greendao