Learning Android Development #1
Weeks ago I was curious what programming languages that an Android developer is using. Then I found from the Teach Yourself Android Application Development in 24 hours book. On that book there is Q & A about the same question.
Q: What programming languages that support Android development?
Answer : Java is the only programming language fully supported for Android development. Other languages, such as C++, may be added in the future. Although applications must be Java, C and C++ can be used for certain routines that need higher performance by using the Android NDK. For more information about using the Android NDK, see http://developer.android.com/sdk/ndk.
Let’s learn together…
RSS Feed
Twitter

December 5th, 2010
Alwell