文件名称:jwood-standup-timer
介绍说明--下载内容均来自于网络,请自行研究使用
Standup Timer应用用于控制站立会议时间,类似秒表倒计时,可以提醒每个人的讲话时间已到,从而保证每个与会者使用时间一样。从该项目的代码中,可以学会如何使用时间函数。另外,这个项目的代码是采用视图view、模型model严格分离的设计思路。-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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
...........................\.............\...\