Computer Hacking Forensic Investigator (CHFI) — Question 141

Which of the following Android libraries are used to render 2D (SGL) or 3D (OpenGL/ES) graphics content to the screen?

Answer options

Correct answer: A

Explanation

The correct answer is A, as OpenGL/ES and SGL are specifically designed for rendering both 2D and 3D graphics on Android devices. The other options, such as Surface Manager, Media framework, and WebKit, serve different purposes and do not focus on graphics rendering.