上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 28 下一页
摘要: 冲刺任务:完成用户注册功能和数据库类 RegisterActivity.java package com.example.helloworld; import android.content.Intent; import android.os.Bundle; import android.text. 阅读全文
posted @ 2021-03-09 21:00 CherriesOvO 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 冲刺任务:完成用户类、温度数据和第二页面类的编写 User.java package com.example.helloworld; class User { private String username; private String userid; private String userpho 阅读全文
posted @ 2021-03-08 20:59 CherriesOvO 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 冲刺任务:完成app首页、第二页面和特殊情况的页面布局 activity_main.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res 阅读全文
posted @ 2021-03-06 20:56 CherriesOvO 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 冲刺任务:完成app登录和注册页面的布局 activity_register.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/an 阅读全文
posted @ 2021-03-05 20:53 CherriesOvO 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 主要代码: MainActivity.java package com.example.jizhangben; import android.content.DialogInterface; import android.database.Cursor; import android.os.Bund 阅读全文
posted @ 2021-03-03 08:58 CherriesOvO 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 冲刺任务:完成CostBean.java和MainActivity.java MainActivity.java package com.example.jizhangben; import android.content.DialogInterface; import android.databa 阅读全文
posted @ 2021-03-02 21:47 CherriesOvO 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 冲刺任务:完成CostListAdapter.java CostListAdapter.java package com.example.jizhangben; import android.content.Context; import android.view.LayoutInflater; i 阅读全文
posted @ 2021-03-01 21:45 CherriesOvO 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 冲刺任务:完成DataBaseHelper.java DataBaseHelper.java package com.example.jizhangben; import android.content.ContentValues; import android.content.Context; i 阅读全文
posted @ 2021-02-28 20:44 CherriesOvO 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 冲刺任务:完成content_main.xml和activity_main.xml的编写 content_main.xml <?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmln 阅读全文
posted @ 2021-02-27 21:43 CherriesOvO 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 冲刺任务:完成了new_cost_data.xml和list_item.xml的编写 new_cost_data.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.androi 阅读全文
posted @ 2021-02-26 21:40 CherriesOvO 阅读(44) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 28 下一页