Android developing question.

markespo55

Well-known member
Oct 15, 2010
109
3
0
Visit site
Just wondering what the best language or easiest language to learn if I want to do some coding in the future? C++, java, python, html? I have been researching around and would like to know your opinion about it. Doesn't have to be easy to learn per se. But the general language that would work best in the developing community. Thanks!
 

anthonycr

Themer. You've seen them
Jul 11, 2011
2,104
571
0
Visit site
If you mean developing as in developing apps, then you need to be handy with Java since android applications use a modified version of Java. If you have any experience at all with Java, then I assure you Android won't be that difficult. I would start by looking up a Hello World example online and importing it using eclipse.

If by development you mean ROMs, then Java and C++ are what you need. I have not done any substantial ROM development, but I know from others that you need C for fixing kernels and of course Java for apps.