上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 30 下一页
摘要: import android.content.ContentProvider; import android.content.ContentUris; import android.content.ContentValues; import android.database.Cursor; impo 阅读全文
posted @ 2024-10-24 20:44 赵千万 阅读(2) 评论(0) 推荐(0)
摘要: import android.Manifest; import android.content.pm.PackageManager; import android.os.Bundle; import android.util.Log; import androidx.annotation.NonNu 阅读全文
posted @ 2024-10-23 20:37 赵千万 阅读(12) 评论(0) 推荐(0)
摘要: import android.Manifest; import android.content.pm.PackageManager; import android.os.Bundle; import android.util.Log; import androidx.annotation.NonNu 阅读全文
posted @ 2024-10-22 20:41 赵千万 阅读(8) 评论(0) 推荐(0)
摘要: import android.os.Bundle; import android.view.View; import android.widget.Button; import androidx.appcompat.app.AlertDialog; import androidx.appcompat 阅读全文
posted @ 2024-10-21 22:04 赵千万 阅读(6) 评论(0) 推荐(0)
摘要: import android.os.Bundle; import android.text.Editable; import android.text.TextWatcher; import android.widget.EditText; import android.widget.Toast; 阅读全文
posted @ 2024-10-20 20:12 赵千万 阅读(4) 评论(0) 推荐(0)
摘要: import android.content.ContentValues; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.os.Bundle; import 阅读全文
posted @ 2024-10-19 20:46 赵千万 阅读(4) 评论(0) 推荐(0)
摘要: import android.os.AsyncTask; import android.os.Bundle; import android.util.Log; import androidx.appcompat.app.AppCompatActivity; import java.io.Buffer 阅读全文
posted @ 2024-10-18 20:59 赵千万 阅读(7) 评论(0) 推荐(0)
摘要: import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.ServerSocket; 阅读全文
posted @ 2024-10-17 19:45 赵千万 阅读(6) 评论(0) 推荐(0)
摘要: import androidx.room.Entity; import androidx.room.PrimaryKey; @Entity(tableName = "users") public class User { @PrimaryKey(autoGenerate = true) privat 阅读全文
posted @ 2024-10-16 22:00 赵千万 阅读(4) 评论(0) 推荐(0)
摘要: import android.app.Application; import android.util.Log; public class MyApplication extends Application { private static final String TAG = "MyApplica 阅读全文
posted @ 2024-10-15 21:45 赵千万 阅读(5) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 30 下一页