To start learning, has been in the PC to do the development of me, decided to take a trip to mobile development of this water, the reason is muddy water, because they have not engaged in the development of mobile, side also did not engage in this person, most of the information is from the Internet, the natural also can not see the bottom, the depth is not known.
Needless to say, start learning, first of all to prepare the tools. Fortunately, Android device investment is not very high, there is a computer can run Windows (Mac too expensive), down is a book, I also want to look at the online tutorial, but the individual still biased to the book. I bought a "Android Programming for Beginners", a book that belongs to 0 basic types, and doesn't even require you to have programming experience. I should choose a higher level, but I also like this kind of hands-on teaching you to do the book, the whole learning process is not too boring. Also a reason, I think this kind of book can avoid my detours, after all, so many libraries, use of a few, I am ready to familiar with the usual good, and other to the time to study.
Well, things are ready, to start, to install the environment first. The book uses Android Studio. The author of the book also said that there are still some problems with Android Studio, but he is confident about the future of the development tool. So, let's download it.
Android Studio Address Http://www.android-studio.org/index.php/component/content/category/88-download
Also download the Java SDK.
Install JAVA First, configure environment variables, java_home.
Install Android Studio again, the installation process is relatively simple, after all, is the Windows program.
Run Studio, create a new project instance, run, OK.
It was a smooth start.
Started studying.