Monday, 26 August 2013

Is there any made solution how to work with db out of UI thread?

Is there any made solution how to work with db out of UI thread?

I've looked around but didn't find a ready made solution to work with
database on a worker thread. I personally don't really like the idea to
use AsyncTask to put db operations out of UI thread, are there any more
elegant solutions? Thanks a lot and sorry if I was googling bad.

No comments:

Post a Comment