Description: Standup the Timer application is used to control the standing meeting time, similar to the stopwatch countdown, you can remind each person' s speech time has come, in order to ensure that each participant using the same time. From the project code, you can learn how to use a function of time. In addition, the code of this project is to view the view model model the strict separation of design ideas.
To Search:
File list (Check if you may need any files):
standup-timer\README.md
.............\standup-timer\AndroidManifest.xml
.............\.............\default.properties
.............\.............\icon.png
.............\.............\promo.png
.............\.............\res\drawable-hdpi\icon.png
.............\.............\...\.............\team.png
.............\.............\...\.........ldpi\icon.png
.............\.............\...\.............\team.png
.............\.............\...\.........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
.............\.............\...\......-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
.............\.............\...\...\.........\.......\............\...\DuplicateTeamException.java
.............\.............\...\...\.........\.......\............\...\InvalidTeamNameException.java
.............\.............\...\...\.........\.......\............\...\MeetingDAO.java
.............\.............\...\...\.........\.......\............\...\TeamDAO.java
.............\.............\...\...\.........\.......\............\Help.java
.............\.............\...\...\.........\.......\............\MeetingDetails.java
.............\.............\...\...\.........\.......\............\model\Meeting.java
.............\.............\...\...\.........\.......\............\.....\MeetingStats.java
.............\.............\...\...\.........\.......\............\.....\Team.java
.............\.............\...\...\.........\.......\............\Prefs.java
.............\.............\...\...\.........\.......\............\StandupTimer.java
.............\.............\...\...\.........\.......\............\TeamDetails.java
.............\.............\...\...\.........\.......\............\TeamList.java
.............\.............\...\...\.........\.......\............\utils\Logger.java
.............\.............\...\...\.........\.......\............\.....\TimeFormatHelper.java
.............\.............-test\AndroidManifest.xml
.............\..................\default.properties
.............\..................\lib\easymock-2.5.2.jar
.............\..................\src\net\johnpwood\android\standuptimer\mock\ConfigureStandupTimerMock.java
.............\..................\...\...\.........\.......\............\....\StandupTimerMock.java
.............\..................\...\...\.........\.......\............\test\AllTests.java
.............\..................\