The team started the meeting for the first time, set sprint goals, and completed the initial stage of the program development, our team's goal is to complete a combination of alarm clock and notepad, called the memo alarm clock, to find the development of software development environment, that is, Android-based software development, finally decided to use Eclipse, Here is an introduction to the development environment:
Android is the open source mobile operating system that Google launched. It is based on the Linux platform, by the operating system, middleware, user interface and application software, has the following five features: 1. Openness. 2. The application has no boundaries. 3. The application was created under equal conditions. 4. The application can be easily embedded in the network. 5. Applications can run in parallel. Android's application layer is written in the Java language running on the virtual machine program, our curriculum design used in the development language is Java 2. The interface layout is a description of the user interface structure and defines all the elements, structures and relationships in the interface. Generally speaking, the interface layout of Android program has two methods, the first is to use XML file to describe the interface layout, and the other is to add or modify the interface layout dynamically when the program is running. The Android system provides a good flexibility in the layout of the declarative interface, which allows users to use either a single way of declaring an interface layout or both.
First Stage Sprint report (i)