The fastest way to develop Android for a non-Java programmer

It was decided to switch to the Android Android trap. The entire development environment has been installed and configured properly. I went through the steps suggested at http://developer.android.com/sdk/installing.html , and was even able to "write" the Hello World application and run it on the emulator. :)

Unfortunately, however, I am not an experienced Java programmer and therefore, despite the successful completion of all the proposed steps, and consulting with an excellent fast Java tutorial for C ++ programmers , I feel that a lot is missing in the way of mastering Android.

It would be great to first learn the world of Java (note: I didn’t speak the language, since Java is more than just syntax), and then delve into Android, but in the real world there are terms for a meeting and therefore begin to develop / learn directly on Android very tempting...

My question is: is it possible to develop good Android code, skipping the step of an experienced Java programmer?

Do you know about a fast track that allows you to master both?

+4
source share
2 answers

I came from .NET and it was very easy to pick it up.

I bought Android Pro 2 , and that was all I needed.

UPDATE

Well, it seems that a few people found the book really horrible because of typos and errors in the samples - and even in the book itself.

In any case, as you will find in the comments, this is by no means the final answer and please read Amazon reviews and choose the one you prefer. This worked for me, as I need to understand the concept, and then collect the samples from the Android documentation itself.

+4
source

I believe that most Android developers come from other languages ​​without any knowledge of Java at all. In fact, all you need to know about Java to write Android code is the syntax and the main APIs: java.lang., Java.util., Java.net., Java.io. etc. The rest are API-specific APIs, and a deep Java programmer will not have a big advantage over you in learning them.

+2
source

All Articles