Hi Xamarin experts,
I'm in my Droid project, trying to add a synchronized(_mLock) { } around some code to make a critical section, but synchronized is not being recognized. I see examples of android using synchronized so I'm not sure what to use instead?
Thanks!
Mike