I began to contact with the Android development books yesterday, mainly in the domestic write some case tutorials, not a mouthful, so it is not difficult to read. The structure of these books is generally, the construction of the Android development environment, the basic components: activity, service, Broadcastreceiver, ContentProvider and intent the structure of several core components, the structure of the Android system , Android layout manager, view space class Management: Buttons, pictures, text boxes, menus and dialog boxes, Android time processing model. The rest is the Advanced section, the development of 3d game development, messaging services, network communications, mobile communication functions, and other components.
Basically this is the part, Android development has one advantage is that compared to other open source software platform, Android data is more comprehensive, API unified. I do not have the experience of mobile development, MTK is not, but can read the code in the book, there are several: first, this is based on Java, Android development, in the final analysis is a few core jar package, import come in, then inherit, rewrite, and so on, No more complicated than the servlet mechanism in the Java EE. Also, Android is a new platform, so in the unification and reference of the previous conclusions, such as the life cycle of the application, can be completely from the operating system to find the shadow, broadcast services can also be found in the design pattern of the observer pattern of traces.
For the time being, I saw this place.