Updated more samples (ResizableMKCircleOverlay, SpeakHere, LibGDX, SimpleChart)#4
Updated more samples (ResizableMKCircleOverlay, SpeakHere, LibGDX, SimpleChart)#4Berstanio wants to merge 10 commits intomulti-os-engine:moe-svmfrom
Conversation
Reflection config is maybe just temporary if it get's included into the base file.
…currently just available for metalangle as opengl implementation.
| Globals.dispatch_async(Globals.dispatch_get_main_queue(), () -> { | ||
| delegate.onRadiusChange(mapRadius); | ||
| if (delegate != null) { | ||
| Globals.dispatch_async(Globals.dispatch_get_main_queue(), new Globals.Block_dispatch_async() { |
There was a problem hiding this comment.
This kind of workaround is no longer needed, lambda callbacks should be supported by the latest 2.0-SNAPSHOT version.
There was a problem hiding this comment.
This kind of workaround is no longer needed, lambda callbacks should be supported by the latest 2.0-SNAPSHOT version.
Is it already published to sonatype?
There was a problem hiding this comment.
This kind of workaround is no longer needed, lambda callbacks should be supported by the latest 2.0-SNAPSHOT version.
Is it already published to sonatype?
Yep
There was a problem hiding this comment.
That's odd, it works fine on my machine. Are you sure you are using the latest snapshot plugin & sdk from sonatype instead of maven local or a local dev sdk?
There was a problem hiding this comment.
Ahh yes, I cleared the gradle cache but I forgot to clear the local maven repo... I currently can't test it because my IPhone is not working, but it will probably work now.

This are the last samples I managed to update (with seeing the exceptions it was much easier). They both rely also on the extended reflection config collector. I forked LibGDX and integrated back the moe backend. The LibGDX sample uses now the newest LibGDX version.
I couldn't test the InAppPurchase sample because I have atm no paid Apple Developer Account. Maybe you can try them/get them running.