• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps best way learn NDK/c/c++, for java/android devs

lse123

Member
I am an Android/JAVA Developer, but I do not know the NDK/c/c++, Well, what is the best way to learn NDK
 
unless you are extremely proficient at C, then I highly recommend that you steer clear of the NDK. Unless your code is near pristine, it will probably run worse than the java equivalent. C is no walk in the park and isn't something you can just pick up in a couple months.
 
thanks jonbonazza, actually my question was this ... about learning c/c++ and/for NDK... that i decided not to get involved at all... thks!!!
 
Can you answer and if i know PHP/Java is it needed learn python? What Python has to do in Android native development? I plan develop only for mobile in the future...
 
Python is not used in androoid development, unless you build it into your C application using the NDK. Even then, python is not recommended for mobile devices, since it is very heavy.
 
Back
Top Bottom