Skiasharp: Easy to implement improvements in SKCanvasViewRenderer and SKGLViewRenderer

Created on 21 Jul 2020  路  3Comments  路  Source: mono/SkiaSharp

Please overwrite the CreateNativeControl methods in the derived classes and create the native control without reflection.
Applications with many controls on slow devices will be thankful for this. Reflection on Android for example costs time.

Most helpful comment

image
image
Just for your information. Each single element in the screenshots is an SKCanvasView implementation with a decoupled drawing model for the user interface using fluent syntax...The SkiaSharp team did a good job to be able to implement performant xamarin applications. We currently support Windows and Android....

All 3 comments

Are you talking about the Activator. We can do that.

Perfect Matthew, thx

image
image
Just for your information. Each single element in the screenshots is an SKCanvasView implementation with a decoupled drawing model for the user interface using fluent syntax...The SkiaSharp team did a good job to be able to implement performant xamarin applications. We currently support Windows and Android....

Was this page helpful?
0 / 5 - 0 ratings