Android programming Beginner [closed]
I am a c++ developer .I like to develop an application in android.Is it possible to develop apps without knowing Java?
You can always use Android NDK, in which you can use c/c++ http://developer.android.com/sdk/ndk/index.html
However, "using native code does not result in an automatic performance increase, but always increases application complexity.", so I guess it's recommended to use Java.
I think you shall not be able to develop an Android app without knowing Java, since all Android's applications are written using the Java programming language. Furthermore, what's the problem in learning a new language? Java is a renowned language, with a good supporting API, a vast documentation and a helpful programming community. It certainly won't be a waste of time. And in any case, acquiring new knowledge is always a good idea and knowing Java will definitely make your app better (better performance, better memory management, so on) :D
Hope it helps ^^
Android uses Java... so, no it's not possible.
However moving from C++ to Java isn't hard, they are both object oriented.
Well, no, as you will develop your applications in Java. However, as you know C++, you will easily understand the code examples and quickly adopt the language. Provided that, you can develop for Android without knowing Java beforehand.
It's good to know an object orientated programming language already when starting with Android development - but you definitely will have to get to know Java, its structure and basics.
So the answer is no
精彩评论