Skip to content

Davezqq/CARDO

Repository files navigation

CARDO

该文件用于阐述CARDO软件的功能,组成部分,部署方法以及注意事项。CARDO是一款简单的Android端的时间规划软件,开发语言为JAVA。


AUthor Davezqq
Email   136834413@qq.com

名称由来

该软件名为CARDO,由CARD和DO拼凑而成,寓意为卡片式的执行计划,软件设计理念为“每日一卡,健康规划”

Functions

Welcome Page

CardList Page

Click the plus sign on the upper-right corner to create a new card with the date already set

Longclick on the card to delete the card

Click the card to show the task list of the card

Click the plus sign on the upper-right corner to create a new task

Longclick on the card to delete the card

Requirements

JDK1.8
Android SDK Version19-26(26 is the best)
Development Platform: Android Studio

Installation

run the app/realease/CARDO.apk file on the Android devices

Quickstart

  • Download the CARDO folder
  • Open the project in Android Studio

Instructions

  • ./app/realease : contains the .apk files
  • ./app/src/main/java : contains the source code
  • ./app/src/main/res/drawable*: contains the pictures
  • ./app/src/main/res/layout: contains the xml files of the interface
  • ./app/src/main/res/values: contains the values of the strings and so on....
  • ./app/src/main/res/menu: contains the xml files of the menus
  • ./app/src/main/res/anim: contains the xml files of the animations

Relationship between fragments and activities

CardListFragment -> CardListActivity
TasksetFragment -> TasksetActivity
TasksListFragment -> TasksInDayActivity

Relationship between Pages and code

Relationship between Data Structures

Todo List

  • 任务倒计时,在task上显示当前时间距离任务开始还有多长时间
  • 界面的美化

关于bug提交和吐槽

  • 您可以发邮件到136834413@qq.com
  • 您可以fork之后commit并pull request 我都一定会认真看的!

欢迎讨论(勾搭)

本人技术渣,很愿意交流,contributer们的名字都会好好写在最前面的!

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages