文件名称:jwood-standup-timer-v1.4-1-g91940ca
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 433kb
- 下载次数:
- 0次
- 提 供 者:
- 范**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Standup Timer应用用于控制站立会议时间,类似秒表倒计时,可以提醒每个人的讲话时间已到,从而保证每个与会者使用时间一样。从该项目的代码中,可以学会如何使用时间函数。另外,这个项目的代码是采用视图view、模型model严格分离的设计思路。-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
jwood-standup-timer-91940ca
...........................\.gitignore
...........................\CHANGELOG.md
...........................\README.md
...........................\standup-timer-test
...........................\..................\.classpath
...........................\..................\.project
...........................\..................\AndroidManifest.xml
...........................\..................\default.properties
...........................\..................\lib
...........................\..................\...\easymock-2.5.2.jar
...........................\..................\src
...........................\..................\...\net
...........................\..................\...\...\johnpwood
...........................\..................\...\...\.........\android
...........................\..................\...\...\.........\.......\standuptimer
...........................\..................\...\...\.........\.......\............\mock
...........................\..................\...\...\.........\.......\............\....\ConfigureStandupTimerMock.java
...........................\..................\...\...\.........\.......\............\....\StandupTimerMock.java
...........................\..................\...\...\.........\.......\............\test
...........................\..................\...\...\.........\.......\............\....\AllTests.java
...........................\..................\...\...\.........\.......\............\....\ConfigureStandupTimerTest.java
...........................\..................\...\...\.........\.......\............\....\MeetingDetailsTest.java
...........................\..................\...\...\.........\.......\............\....\PrefsTest.java
...........................\..................\...\...\.........\.......\............\....\StandupTimerTest.java
...........................\..................\...\...\.........\.......\............\....\TeamDetailsTest.java
...........................\..................\...\...\.........\.......\............\....\TeamListTest.java
...........................\..................\...\...\.........\.......\............\....\dao
...........................\..................\...\...\.........\.......\............\....\...\MeetingDAOTest.java
...........................\..................\...\...\.........\.......\............\....\...\TeamDAOTest.java
...........................\..................\...\...\.........\.......\............\....\model
...........................\..................\...\...\.........\.......\............\....\.....\MeetingStatsTest.java
...........................\..................\...\...\.........\.......\............\....\.....\MeetingTest.java
...........................\..................\...\...\.........\.......\............\....\.....\TeamTest.java
...........................\..................\...\...\.........\.......\............\....\utils
...........................\..................\...\...\.........\.......\............\....\.....\TimeFormatHelperTest.java
...........................\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
...........
...........................\.gitignore
...........................\CHANGELOG.md
...........................\README.md
...........................\standup-timer-test
...........................\..................\.classpath
...........................\..................\.project
...........................\..................\AndroidManifest.xml
...........................\..................\default.properties
...........................\..................\lib
...........................\..................\...\easymock-2.5.2.jar
...........................\..................\src
...........................\..................\...\net
...........................\..................\...\...\johnpwood
...........................\..................\...\...\.........\android
...........................\..................\...\...\.........\.......\standuptimer
...........................\..................\...\...\.........\.......\............\mock
...........................\..................\...\...\.........\.......\............\....\ConfigureStandupTimerMock.java
...........................\..................\...\...\.........\.......\............\....\StandupTimerMock.java
...........................\..................\...\...\.........\.......\............\test
...........................\..................\...\...\.........\.......\............\....\AllTests.java
...........................\..................\...\...\.........\.......\............\....\ConfigureStandupTimerTest.java
...........................\..................\...\...\.........\.......\............\....\MeetingDetailsTest.java
...........................\..................\...\...\.........\.......\............\....\PrefsTest.java
...........................\..................\...\...\.........\.......\............\....\StandupTimerTest.java
...........................\..................\...\...\.........\.......\............\....\TeamDetailsTest.java
...........................\..................\...\...\.........\.......\............\....\TeamListTest.java
...........................\..................\...\...\.........\.......\............\....\dao
...........................\..................\...\...\.........\.......\............\....\...\MeetingDAOTest.java
...........................\..................\...\...\.........\.......\............\....\...\TeamDAOTest.java
...........................\..................\...\...\.........\.......\............\....\model
...........................\..................\...\...\.........\.......\............\....\.....\MeetingStatsTest.java
...........................\..................\...\...\.........\.......\............\....\.....\MeetingTest.java
...........................\..................\...\...\.........\.......\............\....\.....\TeamTest.java
...........................\..................\...\...\.........\.......\............\....\utils
...........................\..................\...\...\.........\.......\............\....\.....\TimeFormatHelperTest.java
...........................\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
...........