Originally posted by GQGK
Don't even hesitate. Start java now. I'm actually a java programmer (Computer Engineering Student) and they taught us Java first at my school (most do c++). I have to say it's made the transition to c++ easier as well as objective c. Java is a very easy to learn language that doesn't use many of the difficult things c++ has (aka pointers :p). Just start. If you need help let me know. I've made a few android apps for personal use and I can walk you through the process of how to do it if you'd like.
---------- Post added at 07:35 PM ---------- Previous post was at 07:32 PM ----------
This is untrue (meaning a bad idea) in most applications... Java is run by a virtual machine and therefore it is OS independent but machine dependent. Utilizing c++ libraries would defeat this purpose and would make everything OS AND machine dependent. Which I know for android it would not be a good idea.
Android is a linux distro for mobile phones therefore it can run native code, yet it has a JVM in it allowing it to run compiled java byte code. It's not a bad idea, infact if you know what your doing you could skip the JVM and go straight to the native compiler allowing much much more efficiency and speed. Although it's rarely done, it's not a bad idea at all.
---------- Post added at 02:17 AM ---------- Previous post was at 02:16 AM ----------
Originally posted by fightinillini94
Ok thanks for the advice. Im gonna search around for some java tutorials. Do you recommend any?
I'll be your tutorial, PM me and I'll give you my AIM/Skype/MSN or whatever you use info and I'll guide you through the world of java and XML (UI development for android)