摘要: java代码 1 package com.example.myapplication; 2 3 import androidx.appcompat.app.AppCompatActivity; 4 5 import android.content.SharedPreferences; 6 impor 阅读全文
posted @ 2020-12-20 17:16 刘显栋 阅读(74) 评论(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 17:15 刘显栋 阅读(96) 评论(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 17:12 刘显栋 阅读(101) 评论(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 17:11 刘显栋 阅读(98) 评论(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 17:09 刘显栋 阅读(70) 评论(0) 推荐(0) 编辑
摘要: java代码 1 package com.example.myapplication.listview; 2 3 import android.content.Context; 4 import android.view.LayoutInflater; 5 import android.view.V 阅读全文
posted @ 2020-12-20 17:08 刘显栋 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 1 <?xml version="1.0" encoding="utf-8"?> 2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match_parent 阅读全文
posted @ 2020-12-20 17:06 刘显栋 阅读(92) 评论(0) 推荐(0) 编辑
摘要: java代码 1 package com.example.myapplication; 2 3 import androidx.appcompat.app.AppCompatActivity; 4 5 import android.annotation.SuppressLint; 6 import  阅读全文
posted @ 2020-12-20 17:05 刘显栋 阅读(110) 评论(0) 推荐(0) 编辑
摘要: java界面 1 package com.example.myapplication; 2 3 import androidx.appcompat.app.AppCompatActivity; 4 5 import android.os.Bundle; 6 import android.widget 阅读全文
posted @ 2020-12-20 17:04 刘显栋 阅读(110) 评论(0) 推荐(0) 编辑
摘要: java代码 package com.example.myapplication; import android.os.Bundle; import android.text.Html; import android.view.View; import android.widget.Button; 阅读全文
posted @ 2020-12-20 17:02 刘显栋 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:app="http://schemas.androi 阅读全文
posted @ 2020-12-20 17:01 刘显栋 阅读(26) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" 阅读全文
posted @ 2020-12-20 16:59 刘显栋 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 1 <?xml version="1.0" encoding="utf-8"?> 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match_pa 阅读全文
posted @ 2020-12-20 16:58 刘显栋 阅读(31) 评论(0) 推荐(0) 编辑