Skip to content Skip to sidebar Skip to footer
Showing posts with the label C

How To Use C Function On Android With Ndk

I want to use function written in C in an Android app. The function is taken from here. I've le… Read more How To Use C Function On Android With Ndk

C, Or C++ Code For Using Lame Api To Convert An M4a (mpeg-4 Audio) To Mp3

I'm using native LAME code for a part of my Android application. This code is supposed to take … Read more C, Or C++ Code For Using Lame Api To Convert An M4a (mpeg-4 Audio) To Mp3

Real Time Image Processing In Android Using The Ndk

Using an Android (2.3.3) phone, I can use the camera to retrieve a preview with the onPreviewFrame(… Read more Real Time Image Processing In Android Using The Ndk

Compiling A Library In C For Android

I have installed the SDK,NDK,JDK and Cygwin. I want to know if I will need to edit the code of lib… Read more Compiling A Library In C For Android

Android Native Library (.so) - Unsatisfied Link Error

I have recently created and published an Android App bundle with compiled native libraries for all … Read more Android Native Library (.so) - Unsatisfied Link Error

Connect To Sqlite In Android Ndk Native

I'm connecting SQLite in NATIVE on android. I'm Got this exception: unable to open databas… Read more Connect To Sqlite In Android Ndk Native