摘要:
今天完善了帮扶程序的后端,实现了后端的增和查询 package com.example.helppeople; import android.annotation.SuppressLint; import android.content.Intent; import android.os.Bundl 阅读全文
posted @ 2024-05-06 13:16
记得关月亮
阅读(8)
评论(0)
推荐(0)
摘要:
今天做了帮扶功能的添加界面的雏形,以后可能还需要完善 问题:一开始在想用不用网格布局,后来结合着改了一下 明天做后端 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android. 阅读全文
posted @ 2024-05-06 13:13
记得关月亮
阅读(5)
评论(0)
推荐(0)
摘要:
登录注册页面,问题暂无,明天做帮扶的第一个界面 <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.androi 阅读全文
posted @ 2024-05-06 13:07
记得关月亮
阅读(18)
评论(0)
推荐(0)
摘要:
今天确定了组内第一阶段的任务是基本完成sos和帮扶两个核心功能以及登录注册等常规功能 完成登录和注册的基本页面以及数据库的设计 package com.example.helppeople.entity; public class Student { private String id; priva 阅读全文
posted @ 2024-05-06 13:05
记得关月亮
阅读(9)
评论(0)
推荐(0)