2020年12月20日

摘要: package com.example.duanxin; import androidx.appcompat.app.AppCompatActivity; import android.content.ContentResolver; import android.content.ContentVa 阅读全文
posted @ 2020-12-20 22:03 孙英哲 阅读(59) 评论(0) 推荐(0) 编辑
 
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文
posted @ 2020-12-20 22:01 孙英哲 阅读(96) 评论(0) 推荐(0) 编辑
 
摘要: package pra; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.Set; public class Text4 { public static void 阅读全文
posted @ 2020-12-20 21:39 孙英哲 阅读(95) 评论(0) 推荐(0) 编辑
 
摘要: package com.example.android; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteDatab 阅读全文
posted @ 2020-12-20 19:24 孙英哲 阅读(59) 评论(0) 推荐(0) 编辑
 
摘要: package hhh.com.myapplication; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpe 阅读全文
posted @ 2020-12-20 19:22 孙英哲 阅读(84) 评论(0) 推荐(0) 编辑
 
摘要: package hhh.com.myapplication; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.widget.EditText; i 阅读全文
posted @ 2020-12-20 19:19 孙英哲 阅读(77) 评论(0) 推荐(0) 编辑
 
摘要: package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.app.Activity; import andr 阅读全文
posted @ 2020-12-20 19:13 孙英哲 阅读(81) 评论(0) 推荐(0) 编辑