How To Read an Image File in C++ in Android With NDK

Different approaches to reading any file directly in the native layer in Android

Minhaz
Better Programming
Published in
8 min readNov 12, 2022

--

Photo by Olaf Val on Unsplash.

Software development in Android can be done using the Java SDK or Native Development Kit, aka NDK, made available by Android Open Source Project (AOSP). NDK is often used for writing high-performance code like image processing algorithms.

--

--

Senior Software Engineer @Google. Leading teams democratising On device AI for for masses. Writes about programming generics & specifics.