开发者

Android programming Beginner [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be开发者_运维问答 reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜