While I am researching about 2D rendering pipeline of android, I came to know a graphic library SKIA written in C++.
But I am not sure it can be used instead of android Canvas.
Can it be used as a replacement of the Canvas?
Thanks in advance for your help.