12 2020 档案

摘要:java代码 package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.content.SharedPreferences; import android.os 阅读全文
posted @ 2020-12-20 16:53 RED-DEAD 阅读(41) 评论(0) 推荐(0) 编辑
摘要:java代码 1 package com.example.myapplication; 2 3 import androidx.appcompat.app.AppCompatActivity; 4 5 import android.content.Intent; 6 import android.o 阅读全文
posted @ 2020-12-20 16:52 RED-DEAD 阅读(35) 评论(0) 推荐(0) 编辑
摘要:java代码 1 package com.example.myapplication; 2 3 import androidx.appcompat.app.AppCompatActivity; 4 5 import android.os.Bundle; 6 import android.view.V 阅读全文
posted @ 2020-12-20 16:46 RED-DEAD 阅读(49) 评论(0) 推荐(0) 编辑
摘要:java代码 1 package com.example.myapplication; 2 3 import androidx.appcompat.app.AppCompatActivity; 4 5 import android.app.Dialog; 6 import android.app.P 阅读全文
posted @ 2020-12-20 16:44 RED-DEAD 阅读(27) 评论(0) 推荐(0) 编辑
摘要:1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match_pare 阅读全文
posted @ 2020-12-20 16:42 RED-DEAD 阅读(50) 评论(0) 推荐(0) 编辑
摘要:java代码 1 package com.example.myapplication.listview; 2 3 import androidx.appcompat.app.AppCompatActivity; 4 5 import android.os.Bundle; 6 import andro 阅读全文
posted @ 2020-12-20 16:41 RED-DEAD 阅读(49) 评论(0) 推荐(0) 编辑
摘要:java代码 1 <?xml version="1.0" encoding="utf-8"?> 2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match 阅读全文
posted @ 2020-12-20 16:38 RED-DEAD 阅读(33) 评论(0) 推荐(0) 编辑
摘要:1.java代码 package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.annotation.SuppressLint; import android.os 阅读全文
posted @ 2020-12-04 10:20 RED-DEAD 阅读(57) 评论(0) 推荐(0) 编辑
摘要:package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.widget.RadioButton; impor 阅读全文
posted @ 2020-12-04 10:04 RED-DEAD 阅读(81) 评论(0) 推荐(0) 编辑
摘要:package com.example.myapplication; import android.os.Bundle; import android.text.Html; import android.view.View; import android.widget.Button; import 阅读全文
posted @ 2020-12-04 09:59 RED-DEAD 阅读(77) 评论(0) 推荐(0) 编辑
摘要:<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/ 阅读全文
posted @ 2020-12-03 14:37 RED-DEAD 阅读(38) 评论(0) 推荐(0) 编辑