摘要: <?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-11-14 11:04 包子11 阅读(58) 评论(0) 推荐(0) 编辑
摘要: JAVA: package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.content.SharedPreferences; import android.os. 阅读全文
posted @ 2020-11-14 11:03 包子11 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 界面一Java package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; i 阅读全文
posted @ 2020-11-14 11:02 包子11 阅读(56) 评论(0) 推荐(0) 编辑
摘要: Java代码 package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import 阅读全文
posted @ 2020-11-14 11:01 包子11 阅读(69) 评论(0) 推荐(0) 编辑
摘要: java代码 package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.app.Dialog; import android.app.ProgressDialo 阅读全文
posted @ 2020-11-14 10:59 包子11 阅读(66) 评论(0) 推荐(0) 编辑
摘要: Java代码 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_par 阅读全文
posted @ 2020-11-14 10:57 包子11 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 代码 package com.example.myapplication.listview; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; im 阅读全文
posted @ 2020-11-14 10:54 包子11 阅读(83) 评论(0) 推荐(0) 编辑
摘要: XML代码 <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent 阅读全文
posted @ 2020-11-14 10:52 包子11 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 1 Java代码 package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.annotation.SuppressLint; import android.os 阅读全文
posted @ 2020-11-14 10:50 包子11 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 1 Java代码 package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.widget.RadioButt 阅读全文
posted @ 2020-11-14 10:49 包子11 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 1 Java代码 package com.example.myapplication; import android.os.Bundle; import android.text.Html; import android.view.View; import android.widget.Button 阅读全文
posted @ 2020-11-14 10:47 包子11 阅读(74) 评论(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-11-14 10:45 包子11 阅读(29) 评论(0) 推荐(0) 编辑