上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
  2022年11月1日
摘要: 1.优化忘记密码 1.1activity_login_main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" an 阅读全文
posted @ 2022-11-01 21:25 平凡力量 阅读(25) 评论(0) 推荐(0)
摘要: 1.数据库版本升级 1.1UserDBHelper.java private static final int DB_VERSION = 2; @Override public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVers 阅读全文
posted @ 2022-11-01 18:58 平凡力量 阅读(18) 评论(0) 推荐(0)
  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 平凡力量 阅读(36) 评论(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 平凡力量 阅读(35) 评论(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 平凡力量 阅读(37) 评论(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 平凡力量 阅读(38) 评论(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 平凡力量 阅读(23) 评论(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 平凡力量 阅读(16) 评论(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 平凡力量 阅读(25) 评论(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 平凡力量 阅读(26) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页