Do you mean synchronization? (synchronized blocks; classes from the java.util.concurrent package)
On Jun 23, 8:38 pm, tarek attia <[email protected]> wrote: > Hi all, > > I'm doing an application that requires that certain thread access data > that's shared among it and another service.How can I protect these shared > data form accessing in the same time ,,is there anything in android for that > or android has nothing to do with this as Java API's will do the job .... > > Thanks, > > -- > tarek -- 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

