I've written an app in wp7, handling most of the asynchroneous tasks with await. I was asked to look into porting it to Android. Fortunately I have MonoDroid at hand, so I don't have to dust off my Java. But I just realized, I cannot reuse my code, as MonoDroid is up to date until .NET 4.0 which doesn't include the compiler for async.

I've found this post from december, saying MonoDroid will have async soon. Any news as to WHEN?

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top