Can we make app using C?

Yes, you can develop any general application with C . But you won’t want to. It gets very long winded quite quickly. The NDK is a toolset that enables the development of Android apps using C, C++ and other native code languages, compiling code into applications that can run on Android devices.

Read more