You certainly can read and write at the same time but you'll need a
mutex so the reader and writer won't try to access the file system
metadata at the same time. You can read about them here:

http://developer.android.com/reference/java/util/concurrent/locks/AbstractQueuedSynchronizer.html

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to