- Category:
- android
- Tags:
-
[Java]
[源码]
- File Size:
- 438kb
- Update:
- 2016-06-07
- Downloads:
- 0 Times
- Uploaded by:
- 周梦芸
Description: Standup the timer application is used to control the standing meeting time, similar countdown stopwatch can remind everyone s speech time is up, so as to ensure each participant using the same time. From the project code, you can learn how to use the time function. In addition, the project s code is the use of view view, model model strict separation of design ideas.
To Search:
File list (Check if you may need any files):
jwood-standup-timer-91940ca
...........................\.gitignore
...........................\CHANGELOG.md
...........................\README.md
...........................\standup-timer
...........................\.............\.classpath
...........................\.............\.project
...........................\.............\AndroidManifest.xml
...........................\.............\default.properties
...........................\.............\icon.png
...........................\.............\promo.png
...........................\.............\res
...........................\.............\...\drawable-hdpi
...........................\.............\...\.............\icon.png
...........................\.............\...\.............\team.png
...........................\.............\...\drawable-ldpi
...........................\.............\...\.............\icon.png
...........................\.............\...\.............\team.png
...........................\.............\...\drawable-mdpi
...........................\.............\...\.............\icon.png
...........................\.............\...\.............\team.png
...........................\.............\...\layout
...........................\.............\...\......\about.xml
...........................\.............\...\......\collect_text.xml
...........................\.............\...\......\help.xml
...........................\.............\...\......\main.xml
...........................\.............\...\......\meeting_details.xml
...........................\.............\...\......\teams.xml
...........................\.............\...\......\team_details.xml
...........................\.............\...\......\team_item.xml
...........................\.............\...\......\timer.xml
...........................\.............\...\layout-land
...........................\.............\...\...........\main.xml
...........................\.............\...\...........\timer.xml
...........................\.............\...\menu
...........................\.............\...\....\meetings_context_menu.xml
...........................\.............\...\....\meeting_details_options_menu.xml
...........................\.............\...\....\menu.xml
...........................\.............\...\....\teams_context_menu.xml
...........................\.............\...\....\teams_options_menu.xml
...........................\.............\...\....\team_details_options_menu.xml
...........................\.............\...\raw
...........................\.............\...\...\airhorn.mp3
...........................\.............\...\...\bell.mp3
...........................\.............\...\values
...........................\.............\...\......\arrays.xml
...........................\.............\...\......\colors.xml
...........................\.............\...\......\strings.xml
...........................\.............\...\xml
...........................\.............\...\...\settings.xml
...........................\.............\src
...........................\.............\...\net
...........................\.............\...\...\johnpwood
...........................\.............\...\...\.........\android
...........................\.............\...\...\.........\.......\standuptimer
...........................\.............\...\...\.........\.......\............\About.java
...........................\.............\...\...\.........\.......\............\ConfigureStandupTimer.java
...........................\.............\...\...\.........\.......\............\dao
...........................\.............\...\...\.........\.......\............\...\CannotUpdateMeetingException.java
...........................\.............\...\...\.........\.......\............\...\DAOFactory.java
...........................\.............\...\...\.........\.......\............\...\DAOHelper.java
...........................\.............\...\...\.........\.......\............\...\DatabaseConstants.java
...........................\.............\...\