Writing C ++ Code for Android

I need to transfer an existing application from iOS to Android. The application has a basic component implemented in C ++

The user interface is specific to iOS implemented in the Cocoa Framework,

I'm good in C ++, lens C, average in Java

I wanted to know the possibility of developing an Android application that has a part of the user interface written in Java (UI) and Core Protocol implemented in C ++ through googling, it seems that Android NDK will go into the Picture, but I wanted to know how complex to have this kind of architecture,

+3
source share
1 answer

NDK, JNI, , Android.

- C/++, . , , , ios/android, .

0

All Articles