Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

I understand that Android's SDK is in Java but unfortuneltly I'm not familiar with Java, yet. I was wondering if it were possible to write apps for Android in C++ and have them converted afterwards?


Well, there are some differences, look at this link to see some of the differences in the languages.
And i would really recommend you to program in java, since the top level tools in android is also programmed in java it makes it so much easier to program own apps.

I meant if there are differences between Java and Android development.
Actually, they say if you know C++ or C#, you are halfway of Java, but I will start from beginning. So it doesn't matter for me.
But thank you.
If only someone replies my questions again![]()

Just to clarify, you don't use the JDK (Java Development Kit) for android programming. You use the Android SDK. Although the Android SDK ccontains a very very small section of the JDK, most of it is entirely new and not related to Java in any way. Because of this, Applictaion written in java for PC/Mac/Linux/Whatever else will NOT work on android without some conversion or the use of a J2ME runner app. Same thing goes for the reverse. Application written using the Android SDK will not run on anything except the Android OS.
Yes, I am aware of that. But I mean if there are syntax differences. This is what is important to me. If there are big differences, I'd go with another language, perhaps C# and never turn back. But if there are little or no differences, then I'll go with Java.