j
k
j a
j l
I mean, once I have the Context object and opened a database, is it safe to access (read/write) it from multiple threads?
It depends on how you do it ;) If you call Command.execute() with the same Context instance, you should be safe.
Back to the thread
Back to the list