multithreading - android sqllite on boot thread safe -
my question deals opening sqllite helper connection on phone boot. have receiver on boot,launches , intent service opens sqllite connection , performs tasks on records. allow assume while intent service performing tasks, user launches app. user via activity opens another database connection , begins modifying records. happen in case?
i read question, 1 of 2 fail. want know if there anyway pass on instantiated database connection application on launch, i.e connection intentservice. or there improve method this? in advance.
multithreading sqlite android-intent
No comments:
Post a Comment