Computer Science, asked by nsgmailcom2201, 7 months ago

Android application framework access es the libraries through...

Answers

Answered by varun200406
0

Answer:

Native C/C++ Libraries

The Android platform provides Java framework APIs to expose the functionality of some of these native libraries to apps. For example, you can access OpenGL ES through the Android framework's Java OpenGL API to add support for drawing and manipulating 2D and 3D graphics in your app.

Similar questions