基于Android的时间管理源码,基于安卓的手机时间管理APP系统

随着生活环境节奏的加快,人们反而对时间的概念不强,对时间的有效利用率在降低,特别是对于自制能力差的人来说尤为严重,针对自制能力差的人,设计一款关于时间管理的手机APP是很有必要的,有利于合理有效的利用时间。现阶段,采用Android平台的手机越来越普及,基于此提出基于Android平台的时间管理APP的设计与实现,帮助人们合理的安排时间并养成良好的生活习惯。该时间管理APP主要实现时间管理知识普及,能正常的日程安排,时间就是生命,所以运用该时间管理APP能够安排并充分利用时间,养成珍惜时间、避免拖延的好习惯,在此基础上投资时间做人生赢家。

本课题题目是基于Android平台的时间管理APP的设计与实现,本课题主要针对了一些做事没有计划或者做事拖延的人群开发的一款时间管理APP,便于人们做事有计划能够珍惜时间、节省时间、提高工作效率。主要实现功能包括:

(1)普及时间管理知识;

(2)能够根据四象限或者九宫格等时间管理方法进行科学、合理以及个性化的工作、读书、学习、家务等计划,同时具有进度提醒并且完整记录所有进程功能;

(3)系统根据用户时间安排以及完成情况给出相应的评价和建议;

(4)系统界面背景能够进行个性化设置;

(5)支持微信、QQ等事物规划分享功能。

关键词:时间管理APP; Java ;安卓;

With the accelerated pace of living environment, people instead of the concept of time is not strong, the effective use of time is reduced, especially for those who have poor self-control ability is particularly serious, for self-made ability of poor people, Time management of the mobile phone APP is necessary, is conducive to reasonable and effective use of time. At this stage, the use of Android platform, mobile phones more and more popular, based on the Android platform based on the design and implementation of time management APP to help people arrange a reasonable time and develop good habits. The time management APP mainly to achieve the popularity of time management knowledge, the normal schedule, time is life, so the use of the time management APP can arrange and make full use of time to develop a treasure time, to avoid the delay of good habits, on this basis Time to make life winners.

This topic is based on the Android platform design and implementation of the time management APP, the subject is mainly for some people do not plan or do things to delay the development of a time management APP, easy people to plan to cherish the time, save time, Improve work efficiency. The main implementation features include:

(1) universal knowledge of time management;

(2) to be based on four quadrants or Jiugong grid and other time management methods for scientific, rational and personalized work, reading, learning, housework and other plans, at the same time with a reminder and complete record of all process functions;

(3) the system according to the user schedule and the completion of the situation given the appropriate evaluation and recommendations;

(4) the system interface background can be personalized settings;

(5) support WeChat, QQ and other things planning sharing function.

Keywords:time management APP; Java; Andrews;

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
一个书中的Android编程范例,Android 日程管理专家 APP源码,主要功能有:添加日程、日程管理、日程搜索、功能设置等。创建新日程时的临时数据,只需要年月日三个数据,用来在刚刚进入新建日程界面日把年月日默认设置成当前日期:   final static int DIALOG_SET_SEARCH_RANGE=1;//设置搜索日期范围对话框   final static int DIALOG_SET_DATETIME=2;//设置日期时间对话框   final static int DIALOG_SCH_DEL_CONFIRM=3;//日程删除确认   final static int DIALOG_CHECK=4;//查看日程   final static int DIALOG_ALL_DEL_CONFIRM=5;//删除全部过期日程   final static int DIALOG_ABOUT=6;//关于对话框   final static int MENU_HELP=1;//菜单帮助   final static int MENU_ABOUT=2;//菜单关于   public static enum WhoCall   {//判断谁调用了dialogSetRange,以决定哪个控件该gone或者visible    SETTING_ALARM,//表示设置闹钟 按钮    SETTING_DATE,//表示设置日期按钮    SETTING_RANGE,//表示设置日程查找范围按钮    NEW,//表示新建日程按钮    EDIT,//表示修改日程按钮    SEARCH_RESULT//表示查找按钮   临时记录新建日程界面里的类型spinner的position,因为设置时间的对话框cancel后回到新建日程界面时会刷新所有控件,spinner中以选中的项目也会回到默认。   String[] defultType=new String[]{"会议","备忘","待办"};//软件的三个不能删除的默认类型   Dialog dialogSetRange;//日程查找时设置日期起始范围的对话框   Dialog dialogSetDatetime;//新建或修改日程时设置日期和时间的对话框   Dialog dialogSchDelConfirm;//删除日程时的确认对话框   Dialog dialogCheck;//主界面中查看日程详细内容的对话框   Dialog dialogAllDelConfirm;//删除全部过期日程时的确认对话框   Dialog dialogAbout;//关于对话框   static ArrayList alType=new ArrayList();//存储所有日程类型的arraylist   static ArrayList alSch=new ArrayList();//存储所有schedule对象的ArrayList   Schedule schTemp;//临时的schedule   ArrayList alSelectedType=new ArrayList();//记录查找界面中类型前面checkbox状态的   String rangeFrom=getNowDateString();//查找日程时设置的起始日期,默认当前日期   String rangeTo=rangeFrom;//查找日程时设置的终止日期,默认当前日期   Layout curr=null;//记录当前界面的枚举类型   WhoCall wcSetTimeOrAlarm;//用来判断调用时间日期对话框的按钮是设置时间还是设置闹钟,以便更改对话框中的一些控件该设置为visible还是gone。。
Android应用源码45套安卓源码合集: android中文离线发音引擎FOCTTS使用源码.rar Android应用源码(精)LBS签到应用源码.rar Android应用源码(精)xUtils2.2.5.rar Android应用源码(精)仿博客园客户端源码.rar Android应用源码(精)手机控制电脑鼠标.rar Android应用源码(精)记事本小程序,加注释,适合阅读.rar Android应用源码Android平台下通过HTTP协议实现断点续传下载.rar Android应用源码Hibernate4Android.rar Android应用源码http、udp、tcp网络交互组件.rar Android应用源码ListView实现的目录树结构.rar Android应用源码SdCard读写文件实例.rar Android应用源码SlidingMenu使用例子.rar Android应用源码串口通信(JNI)例子.rar Android应用源码任务提醒源码.rar Android应用源码仿360手机助手首页浮动菜单.rar Android应用源码仿Iphone抖动效果Shake Icon.rar Android应用源码仿QQ分组列表修改版.rar Android应用源码使用listView实现的树状结构.rar Android应用源码俄罗斯方块注释超详细版.rar Android应用源码利用poi将内容填到word模板.rar Android应用源码动态列表布局.rar Android应用源码单Java文件实现的计算器.rar Android应用源码基于百度云推送的聊天工具源码.rar Android应用源码安卓多边形布局例子.rar Android应用源码安卓拍照上传实现代码附带php端.rar Android应用源码实现动态交叉布局.rar Android应用源码小说翻页效果源码.rar Android应用源码广告轮播效果源码.rar Android应用源码强大的统计图表库.rar Android应用源码微享,微信分享实例.rar Android应用源码有米广告SDK例子.rar Android应用源码模仿zaker风景页面滑动效果修改版.rar Android应用源码水波纹动画效果.rar Android应用源码泡泡效果bubble.rar Android应用源码猜猜红桃A.rar Android应用源码百度统计例子.rar Android应用源码简单的Android图片轮播.rar Android应用源码简单的仿微信实现了表情效果.rar Android应用源码结合数据库进行摇一摇的实例.rar Android应用源码花姑娘之部分UI源码.rar Android应用源码获取手机信息.rar Android应用源码讯飞语音测试源码.rar Android应用源码飞碟说欢迎界面.rar

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值