Team plan (4.20), team plan 4.20
Completion: Understand the as interface and basic functions
Develop basic personal module plan
And link: Run helloworld: http://jingyan.baidu.com/album/90895e0fce970264ec6b0bf2.html? Picindex = 5
As introduction to knowledge: http://blog.csdn.net/yanbober/article/details/45306483
Plan Overview:
Premise: I am responsible for budget management. The specific function to be achieved is to collect income and expenditure. Obtain the expected warning line entered by the user, and prompt an alarm when the sum is greater than the warning line.
Design Concept: 1. allow the user to enter the expected value and take into account the following special circumstances (1) the input is not a legal number including characters, or a number greater than the total income (2) in the future, we will discuss the timing of this numerical value input when it is connected to other members.
2. Statistics indicate the total amount. In the future, if you have time, you can classify the statistics and discuss other people's cooperation issues.
3. Alarm: an automatic alarm is triggered when the expenditure exceeds the expected value.
Conclusion: we will continue to understand the as and implement the functions of the responsible part in the near future. It is difficult to splice the components in each member section.