Giter Site home page Giter Site logo

poromototodo's Introduction

PoromotoTodo

基于番茄时间管理法的待办事项安卓app

一、架构:MVP

  1. model为业务(领域层)模型,负责处理信息存取和该领域业务逻辑实现
    • bean:数据对象,负责数据存取
  2. presenter负责连接model和ui(view),将数据从model传到view,同时处理一些设计到多个model的复杂业务逻辑
  3. View,在项目中为ui,负责界面显示和与用户的交互(显示和输入)
    • ui:界面的逻辑代码部分
      • activity:活动,对应安卓组件activity
      • fragment:碎片,对应安卓组件fragment
    • res:资源,包括界面和配置
  4. net,涉及网络的访问的类

二、项目配置

正常无需修改

  1. 最低API:Android6.0
  2. Gradle version:6.5
  3. Android Gradle Plugin version:4.1.1
  4. JDK:1.8
  5. SDK:Android 11.0(R)

三、效果展示

login

makeClock

clock

poromototodo's People

Contributors

zhe-si avatar

Stargazers

 avatar  avatar  avatar  avatar

Forkers

makimaster

poromototodo's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.