G
G
Gocku2016-04-17 15:15:45
Java
Gocku, 2016-04-17 15:15:45

C++ vs Java for Android?

Hello! I just recently started programming as a hobby. I want to go into Android Development, I really like C ++ and read articles that you can write on it for Android, but they also wrote that Java is somewhat more difficult, after all, Android's native language. Please advise what will be better and will there be a difference in speed or application development?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vitaly Stolyarov, 2016-04-17
@Ni55aN

C ++ (NDK) - for components that need performance and do not need interaction with elements from the SDK (buttons, access to hardware). Of course, it can be done through JNI (and Java is still there), but it's still that
Java (SDK) crap - for everything else.

V
VZVZ, 2016-04-17
@VZVZ

What do you like about C++, so much so that Java is worse than it?
I understand if you liked C#. Or if it was on Windows - but we are talking about android.

H
HiIamRobot, 2016-04-17
@HiIamRobot

You can also write on delphi for android :) The delphi xe series allows you to write on android. Write in Java, more examples and documentation, more community itself. It will not be difficult to find what you do not know, what does not work.

A
asd111, 2016-04-18
@asd111

In C ++ for Android, as a rule, only games are written. Everything else is Java.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question