Load Functions from Shared Libraries

Loading the partial shared library can be beneficial for two reasons:

  1. Original shared library can be very large sometimes(100+ Mb).
  2. Original shared library is not accessible until runtime(OEM specific libraries such OpenCL).
Read more

Learn OpenGLES 2

Use an image as texture map and render it on the screen.

Read more