1.3月19日学习进度2.第一次结对作业3月27日开发进度3.第一次结对作业4月11日开发进度4.4月18日冲刺记录5.4月19日学习进度6.4月19日冲刺记录7.4月20日学习进度8.4月20日冲刺记录9.4月21日冲刺记录10.第一次结对作业4月10日开发进度11.4月23日学习进度12.4月23日冲刺记录13.4月22日冲刺记录
14.4月25日冲刺记录
15.4月26日冲刺记录16.4月27日学习记录17.4月28日学习记录18.4月24日冲刺记录19.4月22日学习进度20.4月30日学习进度21.5月6日学习进度22.5月8日学习进度23.5月10日学习进度24.6月4日学习进度25.5月11日学习进度26.5月12日学习进度27.5月13日学习进度28.5月15日学习进度29.5月16日学习进度30.5月17日学习进度31.5月18日学习进度32.5月19日学习进度33.5月20日学习进度34.5月21日学习进度35.5月22日学习进度36.5月23日学习进度37.5月24日学习进度38.5月25日学习进度39.5月26日学习进度40.5月27日学习进度41.5月28日学习进度42.5月29日学习进度43.5月30日学习进度44.5月31日学习进度45.6月1日学习进度46.6月2日学习进度47.6月3日学习进度48.6月5日学习进度49.6月6日学习进度50.6月7日学习进度51.6月11日学习进度52.6月12日学习进度(个人总结)53.6月14日学习进度54.6月17日学习进度55.人月神话读后感156.人月神话读后感257.人月神话读后感31.我昨天的成就
调用了动物识别api
2.遇到什么困难
调用很顺利
3.今天的任务
android举报页面
4.代码/截屏
`
<TextView
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="举报店家"
android:textColor="@color/button"
android:textSize="26sp">
</TextView>
<Space
android:layout_width="match_parent"
android:layout_height="30sp">
</Space>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="30sp"
android:orientation="horizontal"
android:gravity="center">
<ImageView
android:layout_width="30sp"
android:layout_height="30sp"
android:src="@drawable/p">
</ImageView>
<EditText
android:hint="请您输入店名"
android:background="@drawable/shape_edit"
android:id="@+id/et_store"
android:layout_width="200dp"
android:layout_height="wrap_content">
</EditText>
</LinearLayout>
<Space
android:layout_width="match_parent"
android:layout_height="30sp">
</Space>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="30sp"
android:orientation="horizontal"
android:gravity="center">
<ImageView
android:layout_width="30sp"
android:layout_height="30sp"
android:src="@drawable/home">
</ImageView>
<EditText
android:hint="请您输入地址"
android:background="@drawable/shape_edit"
android:id="@+id/et_location"
android:layout_width="200dp"
android:layout_height="wrap_content">
</EditText>
</LinearLayout>
<Space
android:layout_width="match_parent"
android:layout_height="30sp">
</Space>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="30sp"
android:orientation="horizontal"
android:gravity="center">
<ImageView
android:layout_width="30sp"
android:layout_height="30sp"
android:src="@drawable/people">
</ImageView>
<EditText
android:hint="请您输入姓名"
android:background="@drawable/shape_edit"
android:id="@+id/et_name"
android:layout_width="200dp"
android:layout_height="wrap_content">
</EditText>
</LinearLayout>
<Space
android:layout_width="match_parent"
android:layout_height="30sp">
</Space>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="30sp"
android:orientation="horizontal"
android:gravity="center">
<ImageView
android:layout_width="30sp"
android:layout_height="30sp"
android:src="@drawable/phone">
</ImageView>
<EditText
android:hint="请输入8位手机号"
android:background="@drawable/shape_edit"
android:id="@+id/et_phone"
android:layout_width="200dp"
android:layout_height="wrap_content">
</EditText>
</LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="30sp"/>
<android.widget.Button
android:layout_gravity="center"
android:background="@drawable/shape_button"
android:id="@+id/bt_submit"
android:layout_width="wrap_content"
android:layout_height="30sp"
android:text="点击提交">
</android.widget.Button>
`
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 零经验选手,Compose 一天开发一款小游戏!
· 因为Apifox不支持离线,我果断选择了Apipost!
· 通过 API 将Deepseek响应流式内容输出到前端
2023-04-25 每日打卡-13