What is the difference between Canvas and OpenGL for 2D graphics with Android?
Does Canvas use OpenGL in the background? Are there any cases where OpenGL may be slower than Canvas?
Canvas does not use OpenGL, it uses a software rendering library called Skia.
Source: https://habr.com/ru/post/1334261/More articles:Objective-C: adding an attribute to a category - objective-cCode explaining rotation of a binary tree (left or right) - rotationPostgreSQL SSH Tunnel for Amazon EC2? - securityWhat is the best way to implement dynamic proxy in C #? - c #Is it good practice to throw an exception in the constructor of a C ++ class? - c ++Stop C ++ class instance - c ++WPF WrapPanel with some elements having height * - .netIs this a bug in scala.xml.Elem? - xmlSlideUp a div, if any other div is moved using jQuery - jqueryNSDateFormatter returns unexpected results - iosAll Articles