上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页
摘要: 所花时间(包括上课):2 打码量(行):350 博客量(篇):1 了解到知识点:学习Room import androidx.room.Entity; import androidx.room.PrimaryKey; @Entity(tableName = "users") public class 阅读全文
posted @ 2024-03-31 18:03 赵千万 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):3 打码量(行):400 博客量(篇):1 了解到知识点:学习Application生命周期 import android.app.Application; import android.util.Log; public class MyApplication extends 阅读全文
posted @ 2024-03-30 19:55 赵千万 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):1.5 打码量(行):220 博客量(篇):1 了解到知识点:学习SharedPreferences import android.content.Context; import android.content.SharedPreferences; import android 阅读全文
posted @ 2024-03-29 21:30 赵千万 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):2 打码量(行):350 博客量(篇):1 了解到知识点:学习时间对话框TimePickerDialog import android.app.TimePickerDialog; import android.os.Bundle; import android.view.Vie 阅读全文
posted @ 2024-03-28 21:42 赵千万 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):1 打码量(行):100 博客量(篇):1 了解到知识点:学习日期对话框DatePickerDialog import android.app.DatePickerDialog; import android.os.Bundle; import android.view.Vie 阅读全文
posted @ 2024-03-27 21:41 赵千万 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):1.5 打码量(行):300 博客量(篇):1 了解到知识点:学习提醒对话框AlertDialog import android.os.Bundle; import android.view.View; import android.widget.Button; import 阅读全文
posted @ 2024-03-26 22:05 赵千万 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):2.5 打码量(行):255 博客量(篇):1 了解到知识点:学习文本变化监听器 import android.os.Bundle; import android.text.Editable; import android.text.TextWatcher; import an 阅读全文
posted @ 2024-03-25 20:48 赵千万 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):2.5 打码量(行):230 博客量(篇):1 了解到知识点:学习焦点变更监听器 import android.os.Bundle; import android.view.View; import android.widget.EditText; import android 阅读全文
posted @ 2024-03-24 17:52 赵千万 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):3.5 打码量(行):650 博客量(篇):1 了解到知识点:学习单选按钮和编辑框 <!-- activity_main.xml --> <RadioGroup android:id="@+id/radio_group" android:layout_width="wrap_c 阅读全文
posted @ 2024-03-23 15:59 赵千万 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):1.5 打码量(行):500 博客量(篇):1 了解到知识点:学习复选框和开关按钮 <CheckBox android:id="@+id/checkbox" android:layout_width="wrap_content" android:layout_height="w 阅读全文
posted @ 2024-03-22 17:44 赵千万 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页