I program in Asp.Net, C#, and I have recently bought a tablet with android 2.3. I want to program some applications for my tablet but I see that it can be programmed only with Java. Does anyone know if I can program in C++? Is Qt available for it like it is in Linux? I’ve heared that it is possible but no one can give me any information. If it can’t be done can anyone post me some links with Base Android 2.3 programming, but not base Java programming? I know Java but I prefer C++.
Share
I wish Android went with Python myself. But Java is really the way to go, atleast for the UI parts of the program. There is the NDK that allows you to write in C or C++, but it is not just for writing applications. It’s for the performance critical parts. And unlike most suggestions to stay in a higher level language, it really makes sense here.