0
How can i easily clear screen in c++? Im coding in Cfordroid, also woundering about pauses and timed delay,
I'm new to this exsept for a little exspreince with basic, looking to create visualy stunning and interactive Android apps is c++ the right fit?
1 Respuesta
+ 1
Android is mostly based on Java (except for the kernel, written in C). Even the NDK (Native Development Kit - C++) cannot be used without the SDK which is Java. So, there is no reason to not choose Java but only when you want performance like in 3D games.