上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页
摘要: 这次主要是一些按钮流程的开发 package com.example.jizhangben; import android.app.Activity; import android.content.Intent; import android.database.sqlite.SQLiteDataba 阅读全文
posted @ 2021-03-03 22:01 帅超007 阅读(42) 评论(0) 推荐(0)
摘要: 通过代码设计每个板块的位置,然后形成APP的样式 package com.example.tiwen20; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.o 阅读全文
posted @ 2021-03-02 19:00 帅超007 阅读(133) 评论(0) 推荐(0)
摘要: 近期疫情严重,按照健民老师的要求做一个能够上报体温的APP 首先需要进行体温的每日填报 然后可以选用多个用户 需要用图表进行数据的显示并且自动导入excel表14天体温信息 还要有地图显示你的填报位置信息 地图显示当下系统内的体温信息 阅读全文
posted @ 2021-03-01 19:55 帅超007 阅读(420) 评论(0) 推荐(0)
摘要: package com.example.jizhangben; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.d 阅读全文
posted @ 2021-02-17 20:26 帅超007 阅读(38) 评论(0) 推荐(0)
摘要: package com.example.jizhangben; import android.content.Context; import android.database.Cursor; import android.view.LayoutInflater; import android.vie 阅读全文
posted @ 2021-02-15 20:44 帅超007 阅读(36) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" 阅读全文
posted @ 2021-02-14 16:00 帅超007 阅读(23) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android 阅读全文
posted @ 2021-02-13 20:19 帅超007 阅读(20) 评论(0) 推荐(0)
摘要: package com.example.jizhangben; import android.app.Activity; import android.content.Intent; import android.database.sqlite.SQLiteDatabase; import andr 阅读全文
posted @ 2021-02-12 20:33 帅超007 阅读(37) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" 阅读全文
posted @ 2021-02-11 20:50 帅超007 阅读(39) 评论(0) 推荐(0)
摘要: package com.example.jizhangben; import android.content.Intent; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import a 阅读全文
posted @ 2021-02-10 20:10 帅超007 阅读(36) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页