Since this time, this blog has successively introduced the development and debugging environment and simulator of the Android system, and analyzed in detail a softkeyboard instance of Android, which is listed as follows:
- What is Android?
- Android SDK 2.3 and the latest eclipse Development Environment (1)
- Android SDK 2.3 and the latest eclipse Development Environment (2)
- Android SDK 2.3 and the latest eclipse Development Environment (III)
- Android SDK 2.3 and the latest eclipse Development Environment (IV)
- Android SDK 2.3 and the latest eclipse Development Environment (5)
- Use eclipse to develop and debug Android applications (1)
- Use eclipse to develop and debug Android applications (2)
- Android simulator overview-updated to the latest 3.0 Honeycomb
- Explanation of Android development instances: IMF (Android SDK
Sample-softkeyboard)
The Foundation is ready, so we will prepare to write the name "Snake-Java"ProgramThe series of Android Games Written by MembersArticle.
The reasons for choosing "snake" as an example and cutting people are as follows:
- Greedy snakes are the first interesting game I have played on my cell phone. It must have been the same for many of my friends. It is simple but entertaining.
- The greedy snake can have many versions and many variants, which can be very simple or complicated. It can be 2D or 3D.
- The earliest version of the snake is that it eats apples. It reminds us of the snakes in the Garden of Eden and the apples in the tree of wisdom. We also want to eat apples like Adam and Eve, gain wisdom and enrich yourself.
The preliminary plan of this series of articles is that
The sample Snake game is the starting point. By comparing it with the development of the j2se mobile game and j2se desktop game, we will gradually introduce the knowledge and popular framework of android game development.
This series requires readers to have the basis of Java programming, and it is best to have learned the Basic Java syntax. It is suitable if you have developed the j2_based program. Of course, if you have done j2se development, it is also good, but the most Java applications in the past decade must be Jee. (^-^)
Let's make a "snake" together, constantly absorb nutrients, and constantly grow ourselves!
Thank you for your criticism.