04 2024 档案
摘要:进行百度地图的配置 参考Android Studio实现百度地图定位(保姆级教程,包你会)_安卓开发地图获取定位-CSDN博客 配置时libs和jniLIbs都需要导入gwlBaid-master.zip中的四个文件夹!
阅读全文
摘要:修改了help的前后端代码,进行美化 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http:/
阅读全文
摘要:help功能的前后端界面 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://sch
阅读全文
摘要:主页的前端和后端大致代码,未细化 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://sch
阅读全文
摘要:初步框架的搭建 package com.example.helppeople.entity; public class Student { private String id; private String name; private String phone; private String cla
阅读全文