Frage

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?

Keine korrekte Lösung

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top