上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
  2022年10月30日
摘要: 1.SQLiteOpenHelper、增删改查、事务 1.1UserDBHelper.java package com.example.chapter06.database; import android.content.ContentValues; import android.content.C 阅读全文
posted @ 2022-10-30 18:31 平凡力量 阅读(17) 评论(0) 推荐(0) 编辑
  2022年10月29日
摘要: 1.记住密码 1.1LoginMainActivity.java package com.example.chapter06; import android.app.Activity; import android.content.Context; import android.content.In 阅读全文
posted @ 2022-10-29 22:07 平凡力量 阅读(23) 评论(0) 推荐(0) 编辑
  2022年10月28日
摘要: 1.SharedPreferences用法 1.1activity_share_write.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/r 阅读全文
posted @ 2022-10-28 21:05 平凡力量 阅读(29) 评论(0) 推荐(0) 编辑
  2022年10月27日
摘要: 1.案例-找回密码-登录逻辑 1.1LoginMainActivity.java package com.example.chapter05; import androidx.activity.result.ActivityResult; import androidx.activity.resul 阅读全文
posted @ 2022-10-27 22:51 平凡力量 阅读(20) 评论(0) 推荐(0) 编辑
  2022年10月26日
摘要: 1.案例-找回密码-登录界面 1.1activity_login_main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/andro 阅读全文
posted @ 2022-10-26 19:36 平凡力量 阅读(12) 评论(0) 推荐(0) 编辑
  2022年10月25日
摘要: 1.案例-找回密码-登录界面 1.1activity_login_main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/andro 阅读全文
posted @ 2022-10-25 22:15 平凡力量 阅读(8) 评论(0) 推荐(0) 编辑
  2022年10月24日
摘要: 1.日期对话框DatePickerDialog 1.1activity_date_picker.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk 阅读全文
posted @ 2022-10-24 21:38 平凡力量 阅读(12) 评论(0) 推荐(0) 编辑
  2022年10月23日
摘要: 1.提醒对话框AlertDialog 1.1activity_alert_dialog.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res 阅读全文
posted @ 2022-10-23 21:44 平凡力量 阅读(17) 评论(0) 推荐(0) 编辑
  2022年10月22日
摘要: 1.文本变化监听器 1.1activity_edit_hide.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" an 阅读全文
posted @ 2022-10-22 22:33 平凡力量 阅读(16) 评论(0) 推荐(0) 编辑
  2022年10月21日
摘要: 1.编辑框EditText 1.1activity_edit_simple.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/andro 阅读全文
posted @ 2022-10-21 21:07 平凡力量 阅读(14) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页