上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 39 下一页
摘要: 今天测试多人联机整体效果 阅读全文
posted @ 2024-05-06 13:44 记得关月亮 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 因为mysql只能连接一个网络,所有无法实现多人联机,今天注册了一个在线数据库叫sqlPub,可以在线建库,多人都可使用 阅读全文
posted @ 2024-05-06 13:37 记得关月亮 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 实现sos的弹窗功能,我负责连接物理机测试,可以实现弹窗功能 阅读全文
posted @ 2024-05-06 13:34 记得关月亮 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 今天处理sos的定位功能,但自动定位功能不稳定,需要手动定位 import android.Manifest; import android.content.pm.PackageManager; import android.os.Bundle; import android.widget.Toas 阅读全文
posted @ 2024-05-06 13:28 记得关月亮 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 今天主要工作是进行sos的后端,发现只有在物理机上才能查看百度地图 阅读全文
posted @ 2024-05-06 13:22 记得关月亮 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 今天调整了帮扶功能前端页面,略微比之前好看了一些 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="ht 阅读全文
posted @ 2024-05-06 13:18 记得关月亮 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 今天完善了帮扶程序的后端,实现了后端的增和查询 package com.example.helppeople; import android.annotation.SuppressLint; import android.content.Intent; import android.os.Bundl 阅读全文
posted @ 2024-05-06 13:16 记得关月亮 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 今天做了帮扶功能的添加界面的雏形,以后可能还需要完善 问题:一开始在想用不用网格布局,后来结合着改了一下 明天做后端 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android. 阅读全文
posted @ 2024-05-06 13:13 记得关月亮 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 登录注册页面,问题暂无,明天做帮扶的第一个界面 <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.androi 阅读全文
posted @ 2024-05-06 13:07 记得关月亮 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 今天确定了组内第一阶段的任务是基本完成sos和帮扶两个核心功能以及登录注册等常规功能 完成登录和注册的基本页面以及数据库的设计 package com.example.helppeople.entity; public class Student { private String id; priva 阅读全文
posted @ 2024-05-06 13:05 记得关月亮 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 39 下一页