1. 程式人生 > >團隊作業八—第二次團隊沖刺(Beta版本) 第 1 天

團隊作業八—第二次團隊沖刺(Beta版本) 第 1 天

textview mat 地址 源碼 tps 之間 res height blog

一、每個人的工作

(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

四、模塊部分截圖

技術分享

技術分享

五、項目進展


總體來說項目進展的都比較順利,雖然有遇到些小問題,但只要和隊友溝通交流好,都能比較圓滿的解決

六、小結

團隊協作中出現問題隊友之間的溝通尤為重要,有個良好的溝通才能使得項目循序漸進,相信在接下來沖刺的幾天我們能越做越好。

七、站立會議圖片

技術分享

團隊作業八—第二次團隊沖刺(Beta版本) 第 1 天