会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
帅超007
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
20
下一页
2021年3月3日
体温填报APP第三次开发
摘要: 这次主要是一些按钮流程的开发 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)
2021年3月2日
体温填报APP的页面设计
摘要: 通过代码设计每个板块的位置,然后形成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)
2021年3月1日
体温填报APP流程
摘要: 近期疫情严重,按照健民老师的要求做一个能够上报体温的APP 首先需要进行体温的每日填报 然后可以选用多个用户 需要用图表进行数据的显示并且自动导入excel表14天体温信息 还要有地图显示你的填报位置信息 地图显示当下系统内的体温信息
阅读全文
posted @ 2021-03-01 19:55 帅超007
阅读(420)
评论(0)
推荐(0)
2021年2月17日
家庭记账本第七次
摘要: 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)
2021年2月15日
家庭记账本第六次开发
摘要: 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)
2021年2月14日
家庭记账本第五次开发
摘要: <?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)
2021年2月13日
家庭记账本第四次开发
摘要: <?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)
2021年2月12日
家庭记账本第三次开发
摘要: 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)
2021年2月11日
家庭记账本第二次
摘要: <?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)
2021年2月10日
家庭记账本第一次
摘要: 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
下一页
公告