zoukankan      html  css  js  c++  java
  • 团队作业八—第二次团队冲刺(Beta版本) 第 1 天

    一、每个人的工作

    (1) 昨天已完成的工作

    由于是才刚开始冲刺,所以没有昨天的工作

    (2) 今天计划完成的工作;

     对界面的优化和一些细节的完善

    (3) 工作中遇到的困难;

    工作中出现了意见不一的情况

    (4) 每个人的贡献比

     


    二、燃尽图

     

    三、代码

    复杂模式题目数目界面

    <?xml version="1.0" encoding="utf-8"?>
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:app="http://schemas.android.com/apk/res-auto"
        xmlns:tools="http://schemas.android.com/tools"
        android:orientation="vertical" android:layout_width="match_parent"
        android:layout_height="match_parent">
    
        <android.support.constraint.ConstraintLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent">
    
            <TextView
                android:id="@+id/textView2"
                android:layout_width="64dp"
                android:layout_height="20dp"
                android:text="题目数量"
                tools:layout_editor_absoluteX="75dp"
                tools:layout_editor_absoluteY="128dp" />
    
            <EditText
                android:id="@+id/editText2"
                android:layout_width="175dp"
                android:layout_height="26dp"
                android:ems="10"
                android:inputType="textPersonName"
                android:text=""
                tools:layout_editor_absoluteX="139dp"
                tools:layout_editor_absoluteY="128dp" />
    
            <Button
                android:id="@+id/button3"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="确定"
                tools:layout_editor_absoluteX="147dp"
                tools:layout_editor_absoluteY="230dp"
                android:onClick="onClickFz" />
        </android.support.constraint.ConstraintLayout>
    </LinearLayout>


    复杂模式做题界面

    <?xml version="1.0" encoding="utf-8"?>
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:app="http://schemas.android.com/apk/res-auto"
        xmlns:tools="http://schemas.android.com/tools"
        android:orientation="vertical" android:layout_width="match_parent"
        android:layout_height="match_parent">
    
        <android.support.constraint.ConstraintLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent">
    
            <TextView
                android:id="@+id/textView4"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="99"
                tools:layout_editor_absoluteX="44dp"
                tools:layout_editor_absoluteY="108dp" />
    
            <TextView
                android:id="@+id/textView5"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="+"
                tools:layout_editor_absoluteX="102dp"
                tools:layout_editor_absoluteY="108dp" />
    
            <TextView
                android:id="@+id/textView6"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="99"
                tools:layout_editor_absoluteX="163dp"
                tools:layout_editor_absoluteY="108dp" />
    
            <TextView
                android:id="@+id/textView7"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text=" = "
                tools:layout_editor_absoluteX="221dp"
                tools:layout_editor_absoluteY="108dp" />
    
            <EditText
                android:id="@+id/editText4"
                android:layout_width="64dp"
                android:layout_height="33dp"
                android:ems="10"
                android:inputType="textPersonName"
                android:text="Name"
                tools:layout_editor_absoluteX="236dp"
                tools:layout_editor_absoluteY="100dp" />
    
            <Button
                android:id="@+id/button4"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="下一题"
                tools:layout_editor_absoluteX="131dp"
                tools:layout_editor_absoluteY="219dp" />
    
        </android.support.constraint.ConstraintLayout>
    </LinearLayout>


    结果统计界面

    <?xml version="1.0" encoding="utf-8"?>
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:app="http://schemas.android.com/apk/res-auto"
        xmlns:tools="http://schemas.android.com/tools"
        android:orientation="vertical" android:layout_width="match_parent"
        android:layout_height="match_parent">
    
        <android.support.constraint.ConstraintLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent">
    
            <TextView
                android:id="@+id/textView12"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="题目"
                tools:layout_editor_absoluteX="40dp"
                tools:layout_editor_absoluteY="24dp" />
    
            <TextView
                android:id="@+id/textView13"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="你的结果"
                tools:layout_editor_absoluteX="109dp"
                tools:layout_editor_absoluteY="24dp" />
    
            <TextView
                android:id="@+id/textView14"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="判断"
                tools:layout_editor_absoluteX="183dp"
                tools:layout_editor_absoluteY="24dp" />
    
            <TextView
                android:id="@+id/textView15"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="正确答案"
                tools:layout_editor_absoluteX="258dp"
                tools:layout_editor_absoluteY="24dp" />
    
            <TextView
                android:id="@+id/textView16"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="TextView"
                tools:layout_editor_absoluteX="28dp"
                tools:layout_editor_absoluteY="78dp" />
    
            <TextView
                android:id="@+id/textView17"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="TextView"
                tools:layout_editor_absoluteX="28dp"
                tools:layout_editor_absoluteY="125dp" />
    
            <TextView
                android:id="@+id/textView18"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="TextView"
                tools:layout_editor_absoluteX="28dp"
                tools:layout_editor_absoluteY="178dp" />
    
            <TextView
                android:id="@+id/textView19"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="TextView"
                tools:layout_editor_absoluteX="109dp"
                tools:layout_editor_absoluteY="78dp" />
    
            <TextView
                android:id="@+id/textView20"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="TextView"
                tools:layout_editor_absoluteX="176dp"
                tools:layout_editor_absoluteY="78dp" />
    
            <TextView
                android:id="@+id/textView21"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="TextView"
                tools:layout_editor_absoluteX="258dp"
                tools:layout_editor_absoluteY="78dp" />
    
            <TextView
                android:id="@+id/textView22"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="TextView"
                tools:layout_editor_absoluteX="109dp"
                tools:layout_editor_absoluteY="125dp" />
    
            <TextView
                android:id="@+id/textView23"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="TextView"
                tools:layout_editor_absoluteX="174dp"
                tools:layout_editor_absoluteY="125dp" />
    
            <TextView
                android:id="@+id/textView24"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="TextView"
                tools:layout_editor_absoluteX="258dp"
                tools:layout_editor_absoluteY="125dp" />
    
            <TextView
                android:id="@+id/textView25"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="TextView"
                tools:layout_editor_absoluteX="109dp"
                tools:layout_editor_absoluteY="178dp" />
    
            <TextView
                android:id="@+id/textView26"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="TextView"
                tools:layout_editor_absoluteX="176dp"
                tools:layout_editor_absoluteY="178dp" />
    
            <TextView
                android:id="@+id/textView27"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="TextView"
                tools:layout_editor_absoluteX="258dp"
                tools:layout_editor_absoluteY="178dp" />
    
            <TextView
                android:id="@+id/textView28"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="用时:"
                tools:layout_editor_absoluteX="77dp"
                tools:layout_editor_absoluteY="349dp" />
    
            <TextView
                android:id="@+id/textView29"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="正确率:"
                tools:layout_editor_absoluteX="77dp"
                tools:layout_editor_absoluteY="393dp" />
    
            <TextView
                android:id="@+id/textView30"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="TextView"
                tools:layout_editor_absoluteX="151dp"
                tools:layout_editor_absoluteY="349dp" />
    
            <TextView
                android:id="@+id/textView31"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="TextView"
                tools:layout_editor_absoluteX="151dp"
                tools:layout_editor_absoluteY="393dp" />
        </android.support.constraint.ConstraintLayout>
    </LinearLayout>

      团队源码仓库地址:https://git.coding.net/lizhiqiang0x01/APP-sizeyunsuan.git

     https://git.coding.net/lizhiqiang0x01/Beta-APPsizeyunsuan.git

    四、模块部分截图

    五、项目进展


    总体来说项目进展的都比较顺利,虽然有遇到些小问题,但只要和队友沟通交流好,都能比较圆满的解决

    六、小结

     团队协作中出现问题队友之间的沟通尤为重要,有个良好的沟通才能使得项目循序渐进,相信在接下来冲刺的几天我们能越做越好。

    七、站立会议图片

  • 相关阅读:
    001 :PCL 的基本文件类型PCD的读入和写入操作
    CMake +Vs2017+快速搭建pcl1.9.1环境
    Window 10 PCL-1.91+VS2017 源码编译以及安装pcl
    Eigen3+Cmake+Vs2017源码编译
    将Opencv加入到环境变量中
    004 :opencv 中矩阵操作以及通过内存的方式取像素
    ubuntu16.04与win10双系统安装 无法将grub-efi-amd64-signed 软件包安装到/target/中
    简单了解一下PyTest-sq
    软件测试工程师笔试题
    TT-反射-对象拷贝
  • 原文地址:https://www.cnblogs.com/newteam6/p/6879383.html
Copyright © 2011-2022 走看看