第三次迭代目标完成情况以及感想

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第三次迭代目标完成情况以及感想相关的知识,希望对你有一定的参考价值。

第三次迭代目标完成情况如下:

首先是订单界面的设计如下:

技术分享

主要XML代码是

 <FrameLayout xmlns:android="技术分享http://schemas.android.com/apk/res/android"
    xmlns:tools="技术分享http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="com.edg.foodie.fragment.OrderFragment">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical">


    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@color/colorPrimary"
        android:id="@+id/rl"
        >
        <Button
            android:layout_width="178dp"
            android:layout_height="wrap_content"
            android:text="未完成订单"
            android:textSize="20dp"
            android:textColor="@color/text_white"
            android:id="@+id/Nofinshbutton"
            android:background="@color/colorPrimary"
            />
        <Button
            android:layout_width="178dp"
            android:layout_height="wrap_content"
            android:background="@color/colorPrimary"
            android:textSize="20dp"
            android:textColor="@color/text_white"
            android:text="已完成订单"
            android:layout_alignParentRight="true"
            android:layout_toRightOf="@id/Nofinshbutton"
            android:id="@+id/Finshbutton"
            />
    </RelativeLayout>
    <ListView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:id="@+id技术分享st_allorder">
    </ListView>
    </LinearLayout>
</FrameLayout>
由于我认领的部分较为简单,是自己能完成的能力范围之内,所以在完成的过程中没遇到什么特别难解决的问题。
总的来说进行的还算顺利!













































以上是关于第三次迭代目标完成情况以及感想的主要内容,如果未能解决你的问题,请参考以下文章

第二次迭代目标完成情况及感想

第一次迭代目标完成情况及感想

第三次迭代感想

第三次迭代感想

第三次迭代目标

第三次迭代成果