Skip to content Skip to sidebar Skip to footer

Greendao Sessions With Multiprocesses On Android

I am working on a large project that involves many different applications communicating to the same database at the same time. I have been changing our system over to using greenda

Solution 1:

Don't recreate it, keep the DaoSession in application scope.

PS.: I'd be interested if you succeeded to improve your performance using greenDAO.

Post a Comment for "Greendao Sessions With Multiprocesses On Android"