/String-Operations-Via-NDK

A sample Android project which make use of NDK and perform String operations in C file and update in Activity via JNI

Primary LanguageC

String-Operations-Via-NDK

A sample Android project which make use of NDK and perform String operations in C file and update in Activity via JNI.

It transfers the state of the activity to C and there String operations are performed for Concatenation, Copying etc by allocating memory and the new formed String is sent back.